Shades of Razzle Dazzle Rose #E52AD9
Tints of Razzle Dazzle Rose #E52AD9
RGB
CMYK
RGB Variations
Color information
#E52AD9 (or 0xE52AD9) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2A and D9. RGB value is (229,42,217). Sum of RGB (Red+Green+Blue) = 229+42+217=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 42 (16.80% from 255 or 8.61% from 488); Blue value is 217 (85.16% from 255 or 44.47% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E52AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52AD9 is #1AD526. Grayscale: #757575. Windows color (decimal): -1758503 or 14232293. OLE color: 14232293.
HSL color Cylindrical-coordinate representation of color #E52AD9: hue angle of 303.85º 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 #E52AD9 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 217 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.10 |
| HSL | 303.85º | 0.78% | 0.53% | - |
| HSV(B) | 303.85º | 0.82% | 0.9% | - |
| XYZ | 45.67 | 23.32 | 67.74 | - |
| YUV | 117.86 | 183.95 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 217 | 0 | 0.82 | 0.05 | 0.10 | 303.85 | 0.78 | 0.53 |
| Hex | E5 | 2A | D9 | 0 | 52 | 5 | A | 130 | 4E | 35 |
| Octal | 345 | 52 | 331 | 0 | 122 | 5 | 12 | 460 | 116 | 65 |
| Binary | 11100101 | 101010 | 11011001 | 0 | 1010010 | 101 | 1010 | 100110000 | 1001110 | 110101 |
Color Harmonies of #E52AD9
Complementary color
Monochromatic Colors of #E52AD9
Black with #E52AD9
Text Example
Text Example
White with #E52AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52AD9; }
p { color: rgb(229,42,217); }
H1.HeaderClassName
{
color: #E52AD9;
}
.AnyTagClassName
{
color: #E52AD9;
}
</style>
background-color css
<style>
a { background-color: #E52AD9; }
a { background-color: rgb(229,42,217); }
div.DivClassName
{
background-color: #E52AD9;
}
.BgClassName
{
background-color: #E52AD9;
}
</style>
border-color css
<style>
span { border-color: #E52AD9; }
span { border-color: rgb(229,42,217); }
td.TdClassName
{
border-color: #E52AD9;
}
.TagClassName
{
border-color: #E52AD9;
}
</style>