Shades of Razzle Dazzle Rose #E52ABB
Tints of Razzle Dazzle Rose #E52ABB
RGB
CMYK
RGB Variations
Color information
#E52ABB (or 0xE52ABB) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2A and BB. RGB value is (229,42,187). Sum of RGB (Red+Green+Blue) = 229+42+187=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 42 (16.80% from 255 or 9.17% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E52ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52ABB is #1AD544. Grayscale: #727272. Windows color (decimal): -1758533 or 12266213. OLE color: 12266213.
HSL color Cylindrical-coordinate representation of color #E52ABB: hue angle of 313.48º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E52ABB is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 187 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.10 |
| HSL | 313.48º | 0.78% | 0.53% | - |
| HSV(B) | 313.48º | 0.82% | 0.9% | - |
| XYZ | 42.11 | 21.9 | 49.02 | - |
| YUV | 114.44 | 168.95 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 187 | 0 | 0.82 | 0.18 | 0.10 | 313.48 | 0.78 | 0.53 |
| Hex | E5 | 2A | BB | 0 | 52 | 12 | A | 139 | 4E | 35 |
| Octal | 345 | 52 | 273 | 0 | 122 | 22 | 12 | 471 | 116 | 65 |
| Binary | 11100101 | 101010 | 10111011 | 0 | 1010010 | 10010 | 1010 | 100111001 | 1001110 | 110101 |
Color Harmonies of #E52ABB
Complementary color
Monochromatic Colors of #E52ABB
Black with #E52ABB
Text Example
Text Example
White with #E52ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52ABB; }
p { color: rgb(229,42,187); }
H1.HeaderClassName
{
color: #E52ABB;
}
.AnyTagClassName
{
color: #E52ABB;
}
</style>
background-color css
<style>
a { background-color: #E52ABB; }
a { background-color: rgb(229,42,187); }
div.DivClassName
{
background-color: #E52ABB;
}
.BgClassName
{
background-color: #E52ABB;
}
</style>
border-color css
<style>
span { border-color: #E52ABB; }
span { border-color: rgb(229,42,187); }
td.TdClassName
{
border-color: #E52ABB;
}
.TagClassName
{
border-color: #E52ABB;
}
</style>