Shades of Razzle Dazzle Rose #EE24E5
Tints of Razzle Dazzle Rose #EE24E5
RGB
CMYK
RGB Variations
Color information
#EE24E5 (or 0xEE24E5) is known color: Razzle Dazzle Rose. HEX triplet: EE, 24 and E5. RGB value is (238,36,229). Sum of RGB (Red+Green+Blue) = 238+36+229=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 36 (14.45% from 255 or 7.16% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EE24E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE24E5 is #11DB1A. Grayscale: #757575. Windows color (decimal): -1170203 or 15017198. OLE color: 15017198.
HSL color Cylindrical-coordinate representation of color #EE24E5: hue angle of 302.67º 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 #EE24E5 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 36 | 229 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.07 |
| HSL | 302.67º | 0.86% | 0.54% | - |
| HSV(B) | 302.67º | 0.85% | 0.93% | - |
| XYZ | 50.03 | 25.1 | 76.34 | - |
| YUV | 118.4 | 190.42 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 36 | 229 | 0 | 0.85 | 0.04 | 0.07 | 302.67 | 0.86 | 0.54 |
| Hex | EE | 24 | E5 | 0 | 55 | 4 | 7 | 12F | 56 | 36 |
| Octal | 356 | 44 | 345 | 0 | 125 | 4 | 7 | 457 | 126 | 66 |
| Binary | 11101110 | 100100 | 11100101 | 0 | 1010101 | 100 | 111 | 100101111 | 1010110 | 110110 |
Color Harmonies of #EE24E5
Complementary color
Monochromatic Colors of #EE24E5
Black with #EE24E5
Text Example
Text Example
White with #EE24E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE24E5; }
p { color: rgb(238,36,229); }
H1.HeaderClassName
{
color: #EE24E5;
}
.AnyTagClassName
{
color: #EE24E5;
}
</style>
background-color css
<style>
a { background-color: #EE24E5; }
a { background-color: rgb(238,36,229); }
div.DivClassName
{
background-color: #EE24E5;
}
.BgClassName
{
background-color: #EE24E5;
}
</style>
border-color css
<style>
span { border-color: #EE24E5; }
span { border-color: rgb(238,36,229); }
td.TdClassName
{
border-color: #EE24E5;
}
.TagClassName
{
border-color: #EE24E5;
}
</style>