Shades of Razzle Dazzle Rose #EE24C4
Tints of Razzle Dazzle Rose #EE24C4
RGB
CMYK
RGB Variations
Color information
#EE24C4 (or 0xEE24C4) is known color: Razzle Dazzle Rose. HEX triplet: EE, 24 and C4. RGB value is (238,36,196). Sum of RGB (Red+Green+Blue) = 238+36+196=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 36 (14.45% from 255 or 7.66% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EE24C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE24C4 is #11DB3B. Grayscale: #727272. Windows color (decimal): -1170236 or 12854510. OLE color: 12854510.
HSL color Cylindrical-coordinate representation of color #EE24C4: hue angle of 312.48º 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 #EE24C4 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 36 | 196 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.07 |
| HSL | 312.48º | 0.86% | 0.54% | - |
| HSV(B) | 312.48º | 0.85% | 0.93% | - |
| XYZ | 45.85 | 23.42 | 54.33 | - |
| YUV | 114.64 | 173.92 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 36 | 196 | 0 | 0.85 | 0.18 | 0.07 | 312.48 | 0.86 | 0.54 |
| Hex | EE | 24 | C4 | 0 | 55 | 12 | 7 | 138 | 56 | 36 |
| Octal | 356 | 44 | 304 | 0 | 125 | 22 | 7 | 470 | 126 | 66 |
| Binary | 11101110 | 100100 | 11000100 | 0 | 1010101 | 10010 | 111 | 100111000 | 1010110 | 110110 |
Color Harmonies of #EE24C4
Complementary color
Monochromatic Colors of #EE24C4
Black with #EE24C4
Text Example
Text Example
White with #EE24C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE24C4; }
p { color: rgb(238,36,196); }
H1.HeaderClassName
{
color: #EE24C4;
}
.AnyTagClassName
{
color: #EE24C4;
}
</style>
background-color css
<style>
a { background-color: #EE24C4; }
a { background-color: rgb(238,36,196); }
div.DivClassName
{
background-color: #EE24C4;
}
.BgClassName
{
background-color: #EE24C4;
}
</style>
border-color css
<style>
span { border-color: #EE24C4; }
span { border-color: rgb(238,36,196); }
td.TdClassName
{
border-color: #EE24C4;
}
.TagClassName
{
border-color: #EE24C4;
}
</style>