Shades of Razzle Dazzle Rose #E02AC2
Tints of Razzle Dazzle Rose #E02AC2
RGB
CMYK
RGB Variations
Color information
#E02AC2 (or 0xE02AC2) is known color: Razzle Dazzle Rose. HEX triplet: E0, 2A and C2. RGB value is (224,42,194). Sum of RGB (Red+Green+Blue) = 224+42+194=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 42 (16.80% from 255 or 9.13% from 460); Blue value is 194 (76.17% from 255 or 42.17% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E02AC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02AC2 is #1FD53D. Grayscale: #717171. Windows color (decimal): -2086206 or 12724960. OLE color: 12724960.
HSL color Cylindrical-coordinate representation of color #E02AC2: hue angle of 309.89º 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 #E02AC2 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 42 | 194 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.12 |
| HSL | 309.89º | 0.75% | 0.52% | - |
| HSV(B) | 309.89º | 0.81% | 0.88% | - |
| XYZ | 41.31 | 21.4 | 52.99 | - |
| YUV | 113.75 | 173.3 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 42 | 194 | 0 | 0.81 | 0.13 | 0.12 | 309.89 | 0.75 | 0.52 |
| Hex | E0 | 2A | C2 | 0 | 51 | D | C | 136 | 4B | 34 |
| Octal | 340 | 52 | 302 | 0 | 121 | 15 | 14 | 466 | 113 | 64 |
| Binary | 11100000 | 101010 | 11000010 | 0 | 1010001 | 1101 | 1100 | 100110110 | 1001011 | 110100 |
Color Harmonies of #E02AC2
Complementary color
Monochromatic Colors of #E02AC2
Black with #E02AC2
Text Example
Text Example
White with #E02AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02AC2; }
p { color: rgb(224,42,194); }
H1.HeaderClassName
{
color: #E02AC2;
}
.AnyTagClassName
{
color: #E02AC2;
}
</style>
background-color css
<style>
a { background-color: #E02AC2; }
a { background-color: rgb(224,42,194); }
div.DivClassName
{
background-color: #E02AC2;
}
.BgClassName
{
background-color: #E02AC2;
}
</style>
border-color css
<style>
span { border-color: #E02AC2; }
span { border-color: rgb(224,42,194); }
td.TdClassName
{
border-color: #E02AC2;
}
.TagClassName
{
border-color: #E02AC2;
}
</style>