Shades of Razzle Dazzle Rose #EE21CF
Tints of Razzle Dazzle Rose #EE21CF
RGB
CMYK
RGB Variations
Color information
#EE21CF (or 0xEE21CF) is known color: Razzle Dazzle Rose. HEX triplet: EE, 21 and CF. RGB value is (238,33,207). Sum of RGB (Red+Green+Blue) = 238+33+207=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 33 (13.28% from 255 or 6.90% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EE21CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE21CF is #11DE30. Grayscale: #717171. Windows color (decimal): -1170993 or 13574638. OLE color: 13574638.
HSL color Cylindrical-coordinate representation of color #EE21CF: hue angle of 309.07º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE21CF is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 207 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.07 |
| HSL | 309.07º | 0.86% | 0.53% | - |
| HSV(B) | 309.07º | 0.86% | 0.93% | - |
| XYZ | 47.07 | 23.77 | 61.14 | - |
| YUV | 114.13 | 180.42 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 207 | 0 | 0.86 | 0.13 | 0.07 | 309.07 | 0.86 | 0.53 |
| Hex | EE | 21 | CF | 0 | 56 | D | 7 | 135 | 56 | 35 |
| Octal | 356 | 41 | 317 | 0 | 126 | 15 | 7 | 465 | 126 | 65 |
| Binary | 11101110 | 100001 | 11001111 | 0 | 1010110 | 1101 | 111 | 100110101 | 1010110 | 110101 |
Color Harmonies of #EE21CF
Complementary color
Monochromatic Colors of #EE21CF
Black with #EE21CF
Text Example
Text Example
White with #EE21CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE21CF; }
p { color: rgb(238,33,207); }
H1.HeaderClassName
{
color: #EE21CF;
}
.AnyTagClassName
{
color: #EE21CF;
}
</style>
background-color css
<style>
a { background-color: #EE21CF; }
a { background-color: rgb(238,33,207); }
div.DivClassName
{
background-color: #EE21CF;
}
.BgClassName
{
background-color: #EE21CF;
}
</style>
border-color css
<style>
span { border-color: #EE21CF; }
span { border-color: rgb(238,33,207); }
td.TdClassName
{
border-color: #EE21CF;
}
.TagClassName
{
border-color: #EE21CF;
}
</style>