Shades of Razzle Dazzle Rose #EE23CB
Tints of Razzle Dazzle Rose #EE23CB
RGB
CMYK
RGB Variations
Color information
#EE23CB (or 0xEE23CB) is known color: Razzle Dazzle Rose. HEX triplet: EE, 23 and CB. RGB value is (238,35,203). Sum of RGB (Red+Green+Blue) = 238+35+203=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 35 (14.06% from 255 or 7.35% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EE23CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE23CB is #11DC34. Grayscale: #727272. Windows color (decimal): -1170485 or 13313006. OLE color: 13313006.
HSL color Cylindrical-coordinate representation of color #EE23CB: hue angle of 310.34º 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 #EE23CB is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 35 | 203 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.07 |
| HSL | 310.34º | 0.86% | 0.54% | - |
| HSV(B) | 310.34º | 0.85% | 0.93% | - |
| XYZ | 46.64 | 23.69 | 58.61 | - |
| YUV | 114.85 | 177.75 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 35 | 203 | 0 | 0.85 | 0.15 | 0.07 | 310.34 | 0.86 | 0.54 |
| Hex | EE | 23 | CB | 0 | 55 | F | 7 | 136 | 56 | 36 |
| Octal | 356 | 43 | 313 | 0 | 125 | 17 | 7 | 466 | 126 | 66 |
| Binary | 11101110 | 100011 | 11001011 | 0 | 1010101 | 1111 | 111 | 100110110 | 1010110 | 110110 |
Color Harmonies of #EE23CB
Complementary color
Monochromatic Colors of #EE23CB
Black with #EE23CB
Text Example
Text Example
White with #EE23CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE23CB; }
p { color: rgb(238,35,203); }
H1.HeaderClassName
{
color: #EE23CB;
}
.AnyTagClassName
{
color: #EE23CB;
}
</style>
background-color css
<style>
a { background-color: #EE23CB; }
a { background-color: rgb(238,35,203); }
div.DivClassName
{
background-color: #EE23CB;
}
.BgClassName
{
background-color: #EE23CB;
}
</style>
border-color css
<style>
span { border-color: #EE23CB; }
span { border-color: rgb(238,35,203); }
td.TdClassName
{
border-color: #EE23CB;
}
.TagClassName
{
border-color: #EE23CB;
}
</style>