Shades of Razzle Dazzle Rose #EE33CE
Tints of Razzle Dazzle Rose #EE33CE
RGB
CMYK
RGB Variations
Color information
#EE33CE (or 0xEE33CE) is known color: Razzle Dazzle Rose. HEX triplet: EE, 33 and CE. RGB value is (238,51,206). Sum of RGB (Red+Green+Blue) = 238+51+206=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 51 (20.31% from 255 or 10.30% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EE33CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE33CE is #11CC31. Grayscale: #7C7C7C. Windows color (decimal): -1166386 or 13513710. OLE color: 13513710.
HSL color Cylindrical-coordinate representation of color #EE33CE: hue angle of 310.27º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE33CE is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 51 | 206 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.07 |
| HSL | 310.27º | 0.85% | 0.57% | - |
| HSV(B) | 310.27º | 0.79% | 0.93% | - |
| XYZ | 47.58 | 25 | 60.71 | - |
| YUV | 124.58 | 173.95 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 51 | 206 | 0 | 0.79 | 0.13 | 0.07 | 310.27 | 0.85 | 0.57 |
| Hex | EE | 33 | CE | 0 | 4F | D | 7 | 136 | 55 | 39 |
| Octal | 356 | 63 | 316 | 0 | 117 | 15 | 7 | 466 | 125 | 71 |
| Binary | 11101110 | 110011 | 11001110 | 0 | 1001111 | 1101 | 111 | 100110110 | 1010101 | 111001 |
Color Harmonies of #EE33CE
Complementary color
Monochromatic Colors of #EE33CE
Black with #EE33CE
Text Example
Text Example
White with #EE33CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE33CE; }
p { color: rgb(238,51,206); }
H1.HeaderClassName
{
color: #EE33CE;
}
.AnyTagClassName
{
color: #EE33CE;
}
</style>
background-color css
<style>
a { background-color: #EE33CE; }
a { background-color: rgb(238,51,206); }
div.DivClassName
{
background-color: #EE33CE;
}
.BgClassName
{
background-color: #EE33CE;
}
</style>
border-color css
<style>
span { border-color: #EE33CE; }
span { border-color: rgb(238,51,206); }
td.TdClassName
{
border-color: #EE33CE;
}
.TagClassName
{
border-color: #EE33CE;
}
</style>