Shades of Razzle Dazzle Rose #E52DCD
Tints of Razzle Dazzle Rose #E52DCD
RGB
CMYK
RGB Variations
Color information
#E52DCD (or 0xE52DCD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2D and CD. RGB value is (229,45,205). Sum of RGB (Red+Green+Blue) = 229+45+205=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 45 (17.97% from 255 or 9.39% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 229 - color contains mainly: red. Hex color #E52DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52DCD is #1AD232. Grayscale: #757575. Windows color (decimal): -1757747 or 13446629. OLE color: 13446629.
HSL color Cylindrical-coordinate representation of color #E52DCD: hue angle of 307.83º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E52DCD is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 45 | 205 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.10 |
| HSL | 307.83º | 0.78% | 0.54% | - |
| HSV(B) | 307.83º | 0.8% | 0.9% | - |
| XYZ | 44.27 | 22.94 | 59.85 | - |
| YUV | 118.26 | 176.96 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 45 | 205 | 0 | 0.80 | 0.10 | 0.10 | 307.83 | 0.78 | 0.54 |
| Hex | E5 | 2D | CD | 0 | 50 | A | A | 134 | 4E | 36 |
| Octal | 345 | 55 | 315 | 0 | 120 | 12 | 12 | 464 | 116 | 66 |
| Binary | 11100101 | 101101 | 11001101 | 0 | 1010000 | 1010 | 1010 | 100110100 | 1001110 | 110110 |
Color Harmonies of #E52DCD
Complementary color
Monochromatic Colors of #E52DCD
Black with #E52DCD
Text Example
Text Example
White with #E52DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52DCD; }
p { color: rgb(229,45,205); }
H1.HeaderClassName
{
color: #E52DCD;
}
.AnyTagClassName
{
color: #E52DCD;
}
</style>
background-color css
<style>
a { background-color: #E52DCD; }
a { background-color: rgb(229,45,205); }
div.DivClassName
{
background-color: #E52DCD;
}
.BgClassName
{
background-color: #E52DCD;
}
</style>
border-color css
<style>
span { border-color: #E52DCD; }
span { border-color: rgb(229,45,205); }
td.TdClassName
{
border-color: #E52DCD;
}
.TagClassName
{
border-color: #E52DCD;
}
</style>