Shades of Razzle Dazzle Rose #E02AD2
Tints of Razzle Dazzle Rose #E02AD2
RGB
CMYK
RGB Variations
Color information
#E02AD2 (or 0xE02AD2) is known color: Razzle Dazzle Rose. HEX triplet: E0, 2A and D2. RGB value is (224,42,210). Sum of RGB (Red+Green+Blue) = 224+42+210=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 42 (16.80% from 255 or 8.82% from 476); Blue value is 210 (82.42% from 255 or 44.12% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E02AD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02AD2 is #1FD52D. Grayscale: #737373. Windows color (decimal): -2086190 or 13773536. OLE color: 13773536.
HSL color Cylindrical-coordinate representation of color #E02AD2: hue angle of 304.62º 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 #E02AD2 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 42 | 210 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.12 |
| HSL | 304.62º | 0.75% | 0.52% | - |
| HSV(B) | 304.62º | 0.81% | 0.88% | - |
| XYZ | 43.2 | 22.16 | 62.97 | - |
| YUV | 115.57 | 181.3 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 42 | 210 | 0 | 0.81 | 0.06 | 0.12 | 304.62 | 0.75 | 0.52 |
| Hex | E0 | 2A | D2 | 0 | 51 | 6 | C | 131 | 4B | 34 |
| Octal | 340 | 52 | 322 | 0 | 121 | 6 | 14 | 461 | 113 | 64 |
| Binary | 11100000 | 101010 | 11010010 | 0 | 1010001 | 110 | 1100 | 100110001 | 1001011 | 110100 |
Color Harmonies of #E02AD2
Complementary color
Monochromatic Colors of #E02AD2
Black with #E02AD2
Text Example
Text Example
White with #E02AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02AD2; }
p { color: rgb(224,42,210); }
H1.HeaderClassName
{
color: #E02AD2;
}
.AnyTagClassName
{
color: #E02AD2;
}
</style>
background-color css
<style>
a { background-color: #E02AD2; }
a { background-color: rgb(224,42,210); }
div.DivClassName
{
background-color: #E02AD2;
}
.BgClassName
{
background-color: #E02AD2;
}
</style>
border-color css
<style>
span { border-color: #E02AD2; }
span { border-color: rgb(224,42,210); }
td.TdClassName
{
border-color: #E02AD2;
}
.TagClassName
{
border-color: #E02AD2;
}
</style>