Shades of Razzle Dazzle Rose #E02ABA
Tints of Razzle Dazzle Rose #E02ABA
RGB
CMYK
RGB Variations
Color information
#E02ABA (or 0xE02ABA) is known color: Razzle Dazzle Rose. HEX triplet: E0, 2A and BA. RGB value is (224,42,186). Sum of RGB (Red+Green+Blue) = 224+42+186=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 42 (16.80% from 255 or 9.29% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E02ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02ABA is #1FD545. Grayscale: #707070. Windows color (decimal): -2086214 or 12200672. OLE color: 12200672.
HSL color Cylindrical-coordinate representation of color #E02ABA: hue angle of 312.53º 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 #E02ABA is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 42 | 186 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.12 |
| HSL | 312.53º | 0.75% | 0.52% | - |
| HSV(B) | 312.53º | 0.81% | 0.88% | - |
| XYZ | 40.43 | 21.05 | 48.39 | - |
| YUV | 112.83 | 169.3 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 42 | 186 | 0 | 0.81 | 0.17 | 0.12 | 312.53 | 0.75 | 0.52 |
| Hex | E0 | 2A | BA | 0 | 51 | 11 | C | 139 | 4B | 34 |
| Octal | 340 | 52 | 272 | 0 | 121 | 21 | 14 | 471 | 113 | 64 |
| Binary | 11100000 | 101010 | 10111010 | 0 | 1010001 | 10001 | 1100 | 100111001 | 1001011 | 110100 |
Color Harmonies of #E02ABA
Complementary color
Monochromatic Colors of #E02ABA
Black with #E02ABA
Text Example
Text Example
White with #E02ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02ABA; }
p { color: rgb(224,42,186); }
H1.HeaderClassName
{
color: #E02ABA;
}
.AnyTagClassName
{
color: #E02ABA;
}
</style>
background-color css
<style>
a { background-color: #E02ABA; }
a { background-color: rgb(224,42,186); }
div.DivClassName
{
background-color: #E02ABA;
}
.BgClassName
{
background-color: #E02ABA;
}
</style>
border-color css
<style>
span { border-color: #E02ABA; }
span { border-color: rgb(224,42,186); }
td.TdClassName
{
border-color: #E02ABA;
}
.TagClassName
{
border-color: #E02ABA;
}
</style>