Shades of Razzle Dazzle Rose #EE2CCE
Tints of Razzle Dazzle Rose #EE2CCE
RGB
CMYK
RGB Variations
Color information
#EE2CCE (or 0xEE2CCE) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2C and CE. RGB value is (238,44,206). Sum of RGB (Red+Green+Blue) = 238+44+206=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 44 (17.58% from 255 or 9.02% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2CCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2CCE is #11D331. Grayscale: #787878. Windows color (decimal): -1168178 or 13511918. OLE color: 13511918.
HSL color Cylindrical-coordinate representation of color #EE2CCE: hue angle of 309.9º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE2CCE is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 44 | 206 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.07 |
| HSL | 309.9º | 0.85% | 0.55% | - |
| HSV(B) | 309.9º | 0.82% | 0.93% | - |
| XYZ | 47.3 | 24.43 | 60.62 | - |
| YUV | 120.47 | 176.27 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 44 | 206 | 0 | 0.82 | 0.13 | 0.07 | 309.9 | 0.85 | 0.55 |
| Hex | EE | 2C | CE | 0 | 52 | D | 7 | 136 | 55 | 37 |
| Octal | 356 | 54 | 316 | 0 | 122 | 15 | 7 | 466 | 125 | 67 |
| Binary | 11101110 | 101100 | 11001110 | 0 | 1010010 | 1101 | 111 | 100110110 | 1010101 | 110111 |
Color Harmonies of #EE2CCE
Complementary color
Monochromatic Colors of #EE2CCE
Black with #EE2CCE
Text Example
Text Example
White with #EE2CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2CCE; }
p { color: rgb(238,44,206); }
H1.HeaderClassName
{
color: #EE2CCE;
}
.AnyTagClassName
{
color: #EE2CCE;
}
</style>
background-color css
<style>
a { background-color: #EE2CCE; }
a { background-color: rgb(238,44,206); }
div.DivClassName
{
background-color: #EE2CCE;
}
.BgClassName
{
background-color: #EE2CCE;
}
</style>
border-color css
<style>
span { border-color: #EE2CCE; }
span { border-color: rgb(238,44,206); }
td.TdClassName
{
border-color: #EE2CCE;
}
.TagClassName
{
border-color: #EE2CCE;
}
</style>