Shades of Razzle Dazzle Rose #EE24CB
Tints of Razzle Dazzle Rose #EE24CB
RGB
CMYK
RGB Variations
Color information
#EE24CB (or 0xEE24CB) is known color: Razzle Dazzle Rose. HEX triplet: EE, 24 and CB. RGB value is (238,36,203). Sum of RGB (Red+Green+Blue) = 238+36+203=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 36 (14.45% from 255 or 7.55% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EE24CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE24CB is #11DB34. Grayscale: #727272. Windows color (decimal): -1170229 or 13313262. OLE color: 13313262.
HSL color Cylindrical-coordinate representation of color #EE24CB: hue angle of 310.4º 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 #EE24CB is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 36 | 203 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.07 |
| HSL | 310.4º | 0.86% | 0.54% | - |
| HSV(B) | 310.4º | 0.85% | 0.93% | - |
| XYZ | 46.67 | 23.75 | 58.62 | - |
| YUV | 115.44 | 177.42 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 36 | 203 | 0 | 0.85 | 0.15 | 0.07 | 310.4 | 0.86 | 0.54 |
| Hex | EE | 24 | CB | 0 | 55 | F | 7 | 136 | 56 | 36 |
| Octal | 356 | 44 | 313 | 0 | 125 | 17 | 7 | 466 | 126 | 66 |
| Binary | 11101110 | 100100 | 11001011 | 0 | 1010101 | 1111 | 111 | 100110110 | 1010110 | 110110 |
Color Harmonies of #EE24CB
Complementary color
Monochromatic Colors of #EE24CB
Black with #EE24CB
Text Example
Text Example
White with #EE24CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE24CB; }
p { color: rgb(238,36,203); }
H1.HeaderClassName
{
color: #EE24CB;
}
.AnyTagClassName
{
color: #EE24CB;
}
</style>
background-color css
<style>
a { background-color: #EE24CB; }
a { background-color: rgb(238,36,203); }
div.DivClassName
{
background-color: #EE24CB;
}
.BgClassName
{
background-color: #EE24CB;
}
</style>
border-color css
<style>
span { border-color: #EE24CB; }
span { border-color: rgb(238,36,203); }
td.TdClassName
{
border-color: #EE24CB;
}
.TagClassName
{
border-color: #EE24CB;
}
</style>