Shades of Razzle Dazzle Rose #EE24DF
Tints of Razzle Dazzle Rose #EE24DF
RGB
CMYK
RGB Variations
Color information
#EE24DF (or 0xEE24DF) is known color: Razzle Dazzle Rose. HEX triplet: EE, 24 and DF. RGB value is (238,36,223). Sum of RGB (Red+Green+Blue) = 238+36+223=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 36 (14.45% from 255 or 7.24% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EE24DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE24DF is #11DB20. Grayscale: #757575. Windows color (decimal): -1170209 or 14623982. OLE color: 14623982.
HSL color Cylindrical-coordinate representation of color #EE24DF: hue angle of 304.46º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE24DF is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 36 | 223 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.07 |
| HSL | 304.46º | 0.86% | 0.54% | - |
| HSV(B) | 304.46º | 0.85% | 0.93% | - |
| XYZ | 49.21 | 24.77 | 72 | - |
| YUV | 117.72 | 187.42 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 36 | 223 | 0 | 0.85 | 0.06 | 0.07 | 304.46 | 0.86 | 0.54 |
| Hex | EE | 24 | DF | 0 | 55 | 6 | 7 | 130 | 56 | 36 |
| Octal | 356 | 44 | 337 | 0 | 125 | 6 | 7 | 460 | 126 | 66 |
| Binary | 11101110 | 100100 | 11011111 | 0 | 1010101 | 110 | 111 | 100110000 | 1010110 | 110110 |
Color Harmonies of #EE24DF
Complementary color
Monochromatic Colors of #EE24DF
Black with #EE24DF
Text Example
Text Example
White with #EE24DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE24DF; }
p { color: rgb(238,36,223); }
H1.HeaderClassName
{
color: #EE24DF;
}
.AnyTagClassName
{
color: #EE24DF;
}
</style>
background-color css
<style>
a { background-color: #EE24DF; }
a { background-color: rgb(238,36,223); }
div.DivClassName
{
background-color: #EE24DF;
}
.BgClassName
{
background-color: #EE24DF;
}
</style>
border-color css
<style>
span { border-color: #EE24DF; }
span { border-color: rgb(238,36,223); }
td.TdClassName
{
border-color: #EE24DF;
}
.TagClassName
{
border-color: #EE24DF;
}
</style>