Shades of Razzle Dazzle Rose #EE24E9
Tints of Razzle Dazzle Rose #EE24E9
RGB
CMYK
RGB Variations
Color information
#EE24E9 (or 0xEE24E9) is known color: Razzle Dazzle Rose. HEX triplet: EE, 24 and E9. RGB value is (238,36,233). Sum of RGB (Red+Green+Blue) = 238+36+233=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 36 (14.45% from 255 or 7.10% from 507); Blue value is 233 (91.41% from 255 or 45.96% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EE24E9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE24E9 is #11DB16. Grayscale: #767676. Windows color (decimal): -1170199 or 15279342. OLE color: 15279342.
HSL color Cylindrical-coordinate representation of color #EE24E9: hue angle of 301.49º 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 #EE24E9 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 36 | 233 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.07 |
| HSL | 301.49º | 0.86% | 0.54% | - |
| HSV(B) | 301.49º | 0.85% | 0.93% | - |
| XYZ | 50.6 | 25.32 | 79.31 | - |
| YUV | 118.86 | 192.42 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 36 | 233 | 0 | 0.85 | 0.02 | 0.07 | 301.49 | 0.86 | 0.54 |
| Hex | EE | 24 | E9 | 0 | 55 | 2 | 7 | 12D | 56 | 36 |
| Octal | 356 | 44 | 351 | 0 | 125 | 2 | 7 | 455 | 126 | 66 |
| Binary | 11101110 | 100100 | 11101001 | 0 | 1010101 | 10 | 111 | 100101101 | 1010110 | 110110 |
Color Harmonies of #EE24E9
Complementary color
Monochromatic Colors of #EE24E9
Black with #EE24E9
Text Example
Text Example
White with #EE24E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE24E9; }
p { color: rgb(238,36,233); }
H1.HeaderClassName
{
color: #EE24E9;
}
.AnyTagClassName
{
color: #EE24E9;
}
</style>
background-color css
<style>
a { background-color: #EE24E9; }
a { background-color: rgb(238,36,233); }
div.DivClassName
{
background-color: #EE24E9;
}
.BgClassName
{
background-color: #EE24E9;
}
</style>
border-color css
<style>
span { border-color: #EE24E9; }
span { border-color: rgb(238,36,233); }
td.TdClassName
{
border-color: #EE24E9;
}
.TagClassName
{
border-color: #EE24E9;
}
</style>