Shades of Razzle Dazzle Rose #E52DD9
Tints of Razzle Dazzle Rose #E52DD9
RGB
CMYK
RGB Variations
Color information
#E52DD9 (or 0xE52DD9) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2D and D9. RGB value is (229,45,217). Sum of RGB (Red+Green+Blue) = 229+45+217=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 45 (17.97% from 255 or 9.16% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E52DD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52DD9 is #1AD226. Grayscale: #777777. Windows color (decimal): -1757735 or 14233061. OLE color: 14233061.
HSL color Cylindrical-coordinate representation of color #E52DD9: hue angle of 303.91º 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 #E52DD9 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 45 | 217 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.10 |
| HSL | 303.91º | 0.78% | 0.54% | - |
| HSV(B) | 303.91º | 0.8% | 0.9% | - |
| XYZ | 45.78 | 23.54 | 67.78 | - |
| YUV | 119.62 | 182.96 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 45 | 217 | 0 | 0.80 | 0.05 | 0.10 | 303.91 | 0.78 | 0.54 |
| Hex | E5 | 2D | D9 | 0 | 50 | 5 | A | 130 | 4E | 36 |
| Octal | 345 | 55 | 331 | 0 | 120 | 5 | 12 | 460 | 116 | 66 |
| Binary | 11100101 | 101101 | 11011001 | 0 | 1010000 | 101 | 1010 | 100110000 | 1001110 | 110110 |
Color Harmonies of #E52DD9
Complementary color
Monochromatic Colors of #E52DD9
Black with #E52DD9
Text Example
Text Example
White with #E52DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52DD9; }
p { color: rgb(229,45,217); }
H1.HeaderClassName
{
color: #E52DD9;
}
.AnyTagClassName
{
color: #E52DD9;
}
</style>
background-color css
<style>
a { background-color: #E52DD9; }
a { background-color: rgb(229,45,217); }
div.DivClassName
{
background-color: #E52DD9;
}
.BgClassName
{
background-color: #E52DD9;
}
</style>
border-color css
<style>
span { border-color: #E52DD9; }
span { border-color: rgb(229,45,217); }
td.TdClassName
{
border-color: #E52DD9;
}
.TagClassName
{
border-color: #E52DD9;
}
</style>