Shades of Razzle Dazzle Rose #E02ACC
Tints of Razzle Dazzle Rose #E02ACC
RGB
CMYK
RGB Variations
Color information
#E02ACC (or 0xE02ACC) is known color: Razzle Dazzle Rose. HEX triplet: E0, 2A and CC. RGB value is (224,42,204). Sum of RGB (Red+Green+Blue) = 224+42+204=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 42 (16.80% from 255 or 8.94% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E02ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02ACC is #1FD533. Grayscale: #727272. Windows color (decimal): -2086196 or 13380320. OLE color: 13380320.
HSL color Cylindrical-coordinate representation of color #E02ACC: hue angle of 306.59º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E02ACC is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 42 | 204 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.12 |
| HSL | 306.59º | 0.75% | 0.52% | - |
| HSV(B) | 306.59º | 0.81% | 0.88% | - |
| XYZ | 42.47 | 21.86 | 59.11 | - |
| YUV | 114.89 | 178.3 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 42 | 204 | 0 | 0.81 | 0.09 | 0.12 | 306.59 | 0.75 | 0.52 |
| Hex | E0 | 2A | CC | 0 | 51 | 9 | C | 133 | 4B | 34 |
| Octal | 340 | 52 | 314 | 0 | 121 | 11 | 14 | 463 | 113 | 64 |
| Binary | 11100000 | 101010 | 11001100 | 0 | 1010001 | 1001 | 1100 | 100110011 | 1001011 | 110100 |
Color Harmonies of #E02ACC
Complementary color
Monochromatic Colors of #E02ACC
Black with #E02ACC
Text Example
Text Example
White with #E02ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02ACC; }
p { color: rgb(224,42,204); }
H1.HeaderClassName
{
color: #E02ACC;
}
.AnyTagClassName
{
color: #E02ACC;
}
</style>
background-color css
<style>
a { background-color: #E02ACC; }
a { background-color: rgb(224,42,204); }
div.DivClassName
{
background-color: #E02ACC;
}
.BgClassName
{
background-color: #E02ACC;
}
</style>
border-color css
<style>
span { border-color: #E02ACC; }
span { border-color: rgb(224,42,204); }
td.TdClassName
{
border-color: #E02ACC;
}
.TagClassName
{
border-color: #E02ACC;
}
</style>