Shades of Razzle Dazzle Rose #E52ACD
Tints of Razzle Dazzle Rose #E52ACD
RGB
CMYK
RGB Variations
Color information
#E52ACD (or 0xE52ACD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2A and CD. RGB value is (229,42,205). Sum of RGB (Red+Green+Blue) = 229+42+205=476 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.11% from 476); Green value is 42 (16.80% from 255 or 8.82% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 229 - color contains mainly: red. Hex color #E52ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52ACD is #1AD532. Grayscale: #747474. Windows color (decimal): -1758515 or 13445861. OLE color: 13445861.
HSL color Cylindrical-coordinate representation of color #E52ACD: hue angle of 307.7º 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 #E52ACD is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 205 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.10 |
| HSL | 307.7º | 0.78% | 0.53% | - |
| HSV(B) | 307.7º | 0.82% | 0.9% | - |
| XYZ | 44.16 | 22.72 | 59.82 | - |
| YUV | 116.5 | 177.95 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 205 | 0 | 0.82 | 0.10 | 0.10 | 307.7 | 0.78 | 0.53 |
| Hex | E5 | 2A | CD | 0 | 52 | A | A | 134 | 4E | 35 |
| Octal | 345 | 52 | 315 | 0 | 122 | 12 | 12 | 464 | 116 | 65 |
| Binary | 11100101 | 101010 | 11001101 | 0 | 1010010 | 1010 | 1010 | 100110100 | 1001110 | 110101 |
Color Harmonies of #E52ACD
Complementary color
Monochromatic Colors of #E52ACD
Black with #E52ACD
Text Example
Text Example
White with #E52ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52ACD; }
p { color: rgb(229,42,205); }
H1.HeaderClassName
{
color: #E52ACD;
}
.AnyTagClassName
{
color: #E52ACD;
}
</style>
background-color css
<style>
a { background-color: #E52ACD; }
a { background-color: rgb(229,42,205); }
div.DivClassName
{
background-color: #E52ACD;
}
.BgClassName
{
background-color: #E52ACD;
}
</style>
border-color css
<style>
span { border-color: #E52ACD; }
span { border-color: rgb(229,42,205); }
td.TdClassName
{
border-color: #E52ACD;
}
.TagClassName
{
border-color: #E52ACD;
}
</style>