Shades of Razzle Dazzle Rose #EE20CF
Tints of Razzle Dazzle Rose #EE20CF
RGB
CMYK
RGB Variations
Color information
#EE20CF (or 0xEE20CF) is known color: Razzle Dazzle Rose. HEX triplet: EE, 20 and CF. RGB value is (238,32,207). Sum of RGB (Red+Green+Blue) = 238+32+207=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 32 (12.89% from 255 or 6.71% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EE20CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE20CF is #11DF30. Grayscale: #717171. Windows color (decimal): -1171249 or 13574382. OLE color: 13574382.
HSL color Cylindrical-coordinate representation of color #EE20CF: hue angle of 309.03º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE20CF is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 32 | 207 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.07 |
| HSL | 309.03º | 0.86% | 0.53% | - |
| HSV(B) | 309.03º | 0.87% | 0.93% | - |
| XYZ | 47.04 | 23.72 | 61.13 | - |
| YUV | 113.54 | 180.75 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 32 | 207 | 0 | 0.87 | 0.13 | 0.07 | 309.03 | 0.86 | 0.53 |
| Hex | EE | 20 | CF | 0 | 57 | D | 7 | 135 | 56 | 35 |
| Octal | 356 | 40 | 317 | 0 | 127 | 15 | 7 | 465 | 126 | 65 |
| Binary | 11101110 | 100000 | 11001111 | 0 | 1010111 | 1101 | 111 | 100110101 | 1010110 | 110101 |
Color Harmonies of #EE20CF
Complementary color
Monochromatic Colors of #EE20CF
Black with #EE20CF
Text Example
Text Example
White with #EE20CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE20CF; }
p { color: rgb(238,32,207); }
H1.HeaderClassName
{
color: #EE20CF;
}
.AnyTagClassName
{
color: #EE20CF;
}
</style>
background-color css
<style>
a { background-color: #EE20CF; }
a { background-color: rgb(238,32,207); }
div.DivClassName
{
background-color: #EE20CF;
}
.BgClassName
{
background-color: #EE20CF;
}
</style>
border-color css
<style>
span { border-color: #EE20CF; }
span { border-color: rgb(238,32,207); }
td.TdClassName
{
border-color: #EE20CF;
}
.TagClassName
{
border-color: #EE20CF;
}
</style>