Shades of Razzle Dazzle Rose #EE24C7
Tints of Razzle Dazzle Rose #EE24C7
RGB
CMYK
RGB Variations
Color information
#EE24C7 (or 0xEE24C7) is known color: Razzle Dazzle Rose. HEX triplet: EE, 24 and C7. RGB value is (238,36,199). Sum of RGB (Red+Green+Blue) = 238+36+199=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 36 (14.45% from 255 or 7.61% from 473); Blue value is 199 (78.12% from 255 or 42.07% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE24C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE24C7 is #11DB38. Grayscale: #727272. Windows color (decimal): -1170233 or 13051118. OLE color: 13051118.
HSL color Cylindrical-coordinate representation of color #EE24C7: hue angle of 311.58º 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 #EE24C7 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 36 | 199 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.07 |
| HSL | 311.58º | 0.86% | 0.54% | - |
| HSV(B) | 311.58º | 0.85% | 0.93% | - |
| XYZ | 46.2 | 23.56 | 56.15 | - |
| YUV | 114.98 | 175.42 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 36 | 199 | 0 | 0.85 | 0.16 | 0.07 | 311.58 | 0.86 | 0.54 |
| Hex | EE | 24 | C7 | 0 | 55 | 10 | 7 | 138 | 56 | 36 |
| Octal | 356 | 44 | 307 | 0 | 125 | 20 | 7 | 470 | 126 | 66 |
| Binary | 11101110 | 100100 | 11000111 | 0 | 1010101 | 10000 | 111 | 100111000 | 1010110 | 110110 |
Color Harmonies of #EE24C7
Complementary color
Monochromatic Colors of #EE24C7
Black with #EE24C7
Text Example
Text Example
White with #EE24C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE24C7; }
p { color: rgb(238,36,199); }
H1.HeaderClassName
{
color: #EE24C7;
}
.AnyTagClassName
{
color: #EE24C7;
}
</style>
background-color css
<style>
a { background-color: #EE24C7; }
a { background-color: rgb(238,36,199); }
div.DivClassName
{
background-color: #EE24C7;
}
.BgClassName
{
background-color: #EE24C7;
}
</style>
border-color css
<style>
span { border-color: #EE24C7; }
span { border-color: rgb(238,36,199); }
td.TdClassName
{
border-color: #EE24C7;
}
.TagClassName
{
border-color: #EE24C7;
}
</style>