Shades of Razzle Dazzle Rose #EE24D8
Tints of Razzle Dazzle Rose #EE24D8
RGB
CMYK
RGB Variations
Color information
#EE24D8 (or 0xEE24D8) is known color: Razzle Dazzle Rose. HEX triplet: EE, 24 and D8. RGB value is (238,36,216). Sum of RGB (Red+Green+Blue) = 238+36+216=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 36 (14.45% from 255 or 7.35% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EE24D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE24D8 is #11DB27. Grayscale: #747474. Windows color (decimal): -1170216 or 14165230. OLE color: 14165230.
HSL color Cylindrical-coordinate representation of color #EE24D8: hue angle of 306.53º 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 #EE24D8 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 36 | 216 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.07 |
| HSL | 306.53º | 0.86% | 0.54% | - |
| HSV(B) | 306.53º | 0.85% | 0.93% | - |
| XYZ | 48.29 | 24.4 | 67.13 | - |
| YUV | 116.92 | 183.92 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 36 | 216 | 0 | 0.85 | 0.09 | 0.07 | 306.53 | 0.86 | 0.54 |
| Hex | EE | 24 | D8 | 0 | 55 | 9 | 7 | 133 | 56 | 36 |
| Octal | 356 | 44 | 330 | 0 | 125 | 11 | 7 | 463 | 126 | 66 |
| Binary | 11101110 | 100100 | 11011000 | 0 | 1010101 | 1001 | 111 | 100110011 | 1010110 | 110110 |
Color Harmonies of #EE24D8
Complementary color
Monochromatic Colors of #EE24D8
Black with #EE24D8
Text Example
Text Example
White with #EE24D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE24D8; }
p { color: rgb(238,36,216); }
H1.HeaderClassName
{
color: #EE24D8;
}
.AnyTagClassName
{
color: #EE24D8;
}
</style>
background-color css
<style>
a { background-color: #EE24D8; }
a { background-color: rgb(238,36,216); }
div.DivClassName
{
background-color: #EE24D8;
}
.BgClassName
{
background-color: #EE24D8;
}
</style>
border-color css
<style>
span { border-color: #EE24D8; }
span { border-color: rgb(238,36,216); }
td.TdClassName
{
border-color: #EE24D8;
}
.TagClassName
{
border-color: #EE24D8;
}
</style>