Shades of Razzle Dazzle Rose #EE2ACC
Tints of Razzle Dazzle Rose #EE2ACC
RGB
CMYK
RGB Variations
Color information
#EE2ACC (or 0xEE2ACC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2A and CC. RGB value is (238,42,204). Sum of RGB (Red+Green+Blue) = 238+42+204=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 42 (16.80% from 255 or 8.68% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2ACC is #11D533. Grayscale: #767676. Windows color (decimal): -1168692 or 13380334. OLE color: 13380334.
HSL color Cylindrical-coordinate representation of color #EE2ACC: hue angle of 310.41º 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 #EE2ACC is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 42 | 204 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.07 |
| HSL | 310.41º | 0.85% | 0.55% | - |
| HSV(B) | 310.41º | 0.82% | 0.93% | - |
| XYZ | 46.99 | 24.19 | 59.32 | - |
| YUV | 119.07 | 175.93 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 42 | 204 | 0 | 0.82 | 0.14 | 0.07 | 310.41 | 0.85 | 0.55 |
| Hex | EE | 2A | CC | 0 | 52 | E | 7 | 136 | 55 | 37 |
| Octal | 356 | 52 | 314 | 0 | 122 | 16 | 7 | 466 | 125 | 67 |
| Binary | 11101110 | 101010 | 11001100 | 0 | 1010010 | 1110 | 111 | 100110110 | 1010101 | 110111 |
Color Harmonies of #EE2ACC
Complementary color
Monochromatic Colors of #EE2ACC
Black with #EE2ACC
Text Example
Text Example
White with #EE2ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2ACC; }
p { color: rgb(238,42,204); }
H1.HeaderClassName
{
color: #EE2ACC;
}
.AnyTagClassName
{
color: #EE2ACC;
}
</style>
background-color css
<style>
a { background-color: #EE2ACC; }
a { background-color: rgb(238,42,204); }
div.DivClassName
{
background-color: #EE2ACC;
}
.BgClassName
{
background-color: #EE2ACC;
}
</style>
border-color css
<style>
span { border-color: #EE2ACC; }
span { border-color: rgb(238,42,204); }
td.TdClassName
{
border-color: #EE2ACC;
}
.TagClassName
{
border-color: #EE2ACC;
}
</style>