Shades of Razzle Dazzle Rose #E523D2
Tints of Razzle Dazzle Rose #E523D2
RGB
CMYK
RGB Variations
Color information
#E523D2 (or 0xE523D2) is known color: Razzle Dazzle Rose. HEX triplet: E5, 23 and D2. RGB value is (229,35,210). Sum of RGB (Red+Green+Blue) = 229+35+210=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 35 (14.06% from 255 or 7.38% from 474); Blue value is 210 (82.42% from 255 or 44.30% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E523D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E523D2 is #1ADC2D. Grayscale: #707070. Windows color (decimal): -1760302 or 13771749. OLE color: 13771749.
HSL color Cylindrical-coordinate representation of color #E523D2: hue angle of 305.88º 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 #E523D2 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 35 | 210 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.10 |
| HSL | 305.88º | 0.79% | 0.52% | - |
| HSV(B) | 305.88º | 0.85% | 0.9% | - |
| XYZ | 44.55 | 22.51 | 62.97 | - |
| YUV | 112.96 | 182.77 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 35 | 210 | 0 | 0.85 | 0.08 | 0.10 | 305.88 | 0.79 | 0.52 |
| Hex | E5 | 23 | D2 | 0 | 55 | 8 | A | 132 | 4F | 34 |
| Octal | 345 | 43 | 322 | 0 | 125 | 10 | 12 | 462 | 117 | 64 |
| Binary | 11100101 | 100011 | 11010010 | 0 | 1010101 | 1000 | 1010 | 100110010 | 1001111 | 110100 |
Color Harmonies of #E523D2
Complementary color
Monochromatic Colors of #E523D2
Black with #E523D2
Text Example
Text Example
White with #E523D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E523D2; }
p { color: rgb(229,35,210); }
H1.HeaderClassName
{
color: #E523D2;
}
.AnyTagClassName
{
color: #E523D2;
}
</style>
background-color css
<style>
a { background-color: #E523D2; }
a { background-color: rgb(229,35,210); }
div.DivClassName
{
background-color: #E523D2;
}
.BgClassName
{
background-color: #E523D2;
}
</style>
border-color css
<style>
span { border-color: #E523D2; }
span { border-color: rgb(229,35,210); }
td.TdClassName
{
border-color: #E523D2;
}
.TagClassName
{
border-color: #E523D2;
}
</style>