Shades of Razzle Dazzle Rose #EE34C5
Tints of Razzle Dazzle Rose #EE34C5
RGB
CMYK
RGB Variations
Color information
#EE34C5 (or 0xEE34C5) is known color: Razzle Dazzle Rose. HEX triplet: EE, 34 and C5. RGB value is (238,52,197). Sum of RGB (Red+Green+Blue) = 238+52+197=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 52 (20.70% from 255 or 10.68% from 487); Blue value is 197 (77.34% from 255 or 40.45% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EE34C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE34C5 is #11CB3A. Grayscale: #7B7B7B. Windows color (decimal): -1166139 or 12924142. OLE color: 12924142.
HSL color Cylindrical-coordinate representation of color #EE34C5: hue angle of 313.23º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE34C5 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 197 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.07 |
| HSL | 313.23º | 0.85% | 0.57% | - |
| HSV(B) | 313.23º | 0.78% | 0.93% | - |
| XYZ | 46.57 | 24.66 | 55.13 | - |
| YUV | 124.14 | 169.12 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 197 | 0 | 0.78 | 0.17 | 0.07 | 313.23 | 0.85 | 0.57 |
| Hex | EE | 34 | C5 | 0 | 4E | 11 | 7 | 139 | 55 | 39 |
| Octal | 356 | 64 | 305 | 0 | 116 | 21 | 7 | 471 | 125 | 71 |
| Binary | 11101110 | 110100 | 11000101 | 0 | 1001110 | 10001 | 111 | 100111001 | 1010101 | 111001 |
Color Harmonies of #EE34C5
Complementary color
Monochromatic Colors of #EE34C5
Black with #EE34C5
Text Example
Text Example
White with #EE34C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE34C5; }
p { color: rgb(238,52,197); }
H1.HeaderClassName
{
color: #EE34C5;
}
.AnyTagClassName
{
color: #EE34C5;
}
</style>
background-color css
<style>
a { background-color: #EE34C5; }
a { background-color: rgb(238,52,197); }
div.DivClassName
{
background-color: #EE34C5;
}
.BgClassName
{
background-color: #EE34C5;
}
</style>
border-color css
<style>
span { border-color: #EE34C5; }
span { border-color: rgb(238,52,197); }
td.TdClassName
{
border-color: #EE34C5;
}
.TagClassName
{
border-color: #EE34C5;
}
</style>