Shades of Razzle Dazzle Rose #E02ABC
Tints of Razzle Dazzle Rose #E02ABC
RGB
CMYK
RGB Variations
Color information
#E02ABC (or 0xE02ABC) is known color: Razzle Dazzle Rose. HEX triplet: E0, 2A and BC. RGB value is (224,42,188). Sum of RGB (Red+Green+Blue) = 224+42+188=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 42 (16.80% from 255 or 9.25% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E02ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02ABC is #1FD543. Grayscale: #707070. Windows color (decimal): -2086212 or 12331744. OLE color: 12331744.
HSL color Cylindrical-coordinate representation of color #E02ABC: hue angle of 311.87º 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 #E02ABC is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 42 | 188 | - |
| CMYK | 0 | 0.81 | 0.16 | 0.12 |
| HSL | 311.87º | 0.75% | 0.52% | - |
| HSV(B) | 311.87º | 0.81% | 0.88% | - |
| XYZ | 40.65 | 21.13 | 49.51 | - |
| YUV | 113.06 | 170.3 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 42 | 188 | 0 | 0.81 | 0.16 | 0.12 | 311.87 | 0.75 | 0.52 |
| Hex | E0 | 2A | BC | 0 | 51 | 10 | C | 138 | 4B | 34 |
| Octal | 340 | 52 | 274 | 0 | 121 | 20 | 14 | 470 | 113 | 64 |
| Binary | 11100000 | 101010 | 10111100 | 0 | 1010001 | 10000 | 1100 | 100111000 | 1001011 | 110100 |
Color Harmonies of #E02ABC
Complementary color
Monochromatic Colors of #E02ABC
Black with #E02ABC
Text Example
Text Example
White with #E02ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02ABC; }
p { color: rgb(224,42,188); }
H1.HeaderClassName
{
color: #E02ABC;
}
.AnyTagClassName
{
color: #E02ABC;
}
</style>
background-color css
<style>
a { background-color: #E02ABC; }
a { background-color: rgb(224,42,188); }
div.DivClassName
{
background-color: #E02ABC;
}
.BgClassName
{
background-color: #E02ABC;
}
</style>
border-color css
<style>
span { border-color: #E02ABC; }
span { border-color: rgb(224,42,188); }
td.TdClassName
{
border-color: #E02ABC;
}
.TagClassName
{
border-color: #E02ABC;
}
</style>