Shades of Razzle Dazzle Rose #E522D9
Tints of Razzle Dazzle Rose #E522D9
RGB
CMYK
RGB Variations
Color information
#E522D9 (or 0xE522D9) is known color: Razzle Dazzle Rose. HEX triplet: E5, 22 and D9. RGB value is (229,34,217). Sum of RGB (Red+Green+Blue) = 229+34+217=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 34 (13.67% from 255 or 7.08% from 480); Blue value is 217 (85.16% from 255 or 45.21% from 480); Max value from RGB is 229 - color contains mainly: red. Hex color #E522D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E522D9 is #1ADD26. Grayscale: #707070. Windows color (decimal): -1760551 or 14230245. OLE color: 14230245.
HSL color Cylindrical-coordinate representation of color #E522D9: hue angle of 303.69º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E522D9 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 217 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.10 |
| HSL | 303.69º | 0.79% | 0.52% | - |
| HSV(B) | 303.69º | 0.85% | 0.9% | - |
| XYZ | 45.41 | 22.81 | 67.66 | - |
| YUV | 113.17 | 186.6 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 217 | 0 | 0.85 | 0.05 | 0.10 | 303.69 | 0.79 | 0.52 |
| Hex | E5 | 22 | D9 | 0 | 55 | 5 | A | 130 | 4F | 34 |
| Octal | 345 | 42 | 331 | 0 | 125 | 5 | 12 | 460 | 117 | 64 |
| Binary | 11100101 | 100010 | 11011001 | 0 | 1010101 | 101 | 1010 | 100110000 | 1001111 | 110100 |
Color Harmonies of #E522D9
Complementary color
Monochromatic Colors of #E522D9
Black with #E522D9
Text Example
Text Example
White with #E522D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E522D9; }
p { color: rgb(229,34,217); }
H1.HeaderClassName
{
color: #E522D9;
}
.AnyTagClassName
{
color: #E522D9;
}
</style>
background-color css
<style>
a { background-color: #E522D9; }
a { background-color: rgb(229,34,217); }
div.DivClassName
{
background-color: #E522D9;
}
.BgClassName
{
background-color: #E522D9;
}
</style>
border-color css
<style>
span { border-color: #E522D9; }
span { border-color: rgb(229,34,217); }
td.TdClassName
{
border-color: #E522D9;
}
.TagClassName
{
border-color: #E522D9;
}
</style>