Shades of Razzle Dazzle Rose #E529D9
Tints of Razzle Dazzle Rose #E529D9
RGB
CMYK
RGB Variations
Color information
#E529D9 (or 0xE529D9) is known color: Razzle Dazzle Rose. HEX triplet: E5, 29 and D9. RGB value is (229,41,217). Sum of RGB (Red+Green+Blue) = 229+41+217=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 41 (16.41% from 255 or 8.42% from 487); Blue value is 217 (85.16% from 255 or 44.56% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E529D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E529D9 is #1AD626. Grayscale: #747474. Windows color (decimal): -1758759 or 14232037. OLE color: 14232037.
HSL color Cylindrical-coordinate representation of color #E529D9: hue angle of 303.83º 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 #E529D9 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 41 | 217 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.10 |
| HSL | 303.83º | 0.78% | 0.53% | - |
| HSV(B) | 303.83º | 0.82% | 0.9% | - |
| XYZ | 45.63 | 23.25 | 67.73 | - |
| YUV | 117.28 | 184.28 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 41 | 217 | 0 | 0.82 | 0.05 | 0.10 | 303.83 | 0.78 | 0.53 |
| Hex | E5 | 29 | D9 | 0 | 52 | 5 | A | 130 | 4E | 35 |
| Octal | 345 | 51 | 331 | 0 | 122 | 5 | 12 | 460 | 116 | 65 |
| Binary | 11100101 | 101001 | 11011001 | 0 | 1010010 | 101 | 1010 | 100110000 | 1001110 | 110101 |
Color Harmonies of #E529D9
Complementary color
Monochromatic Colors of #E529D9
Black with #E529D9
Text Example
Text Example
White with #E529D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E529D9; }
p { color: rgb(229,41,217); }
H1.HeaderClassName
{
color: #E529D9;
}
.AnyTagClassName
{
color: #E529D9;
}
</style>
background-color css
<style>
a { background-color: #E529D9; }
a { background-color: rgb(229,41,217); }
div.DivClassName
{
background-color: #E529D9;
}
.BgClassName
{
background-color: #E529D9;
}
</style>
border-color css
<style>
span { border-color: #E529D9; }
span { border-color: rgb(229,41,217); }
td.TdClassName
{
border-color: #E529D9;
}
.TagClassName
{
border-color: #E529D9;
}
</style>