Shades of Razzle Dazzle Rose #E523E1
Tints of Razzle Dazzle Rose #E523E1
RGB
CMYK
RGB Variations
Color information
#E523E1 (or 0xE523E1) is known color: Razzle Dazzle Rose. HEX triplet: E5, 23 and E1. RGB value is (229,35,225). Sum of RGB (Red+Green+Blue) = 229+35+225=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 35 (14.06% from 255 or 7.16% from 489); Blue value is 225 (88.28% from 255 or 46.01% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E523E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E523E1 is #1ADC1E. Grayscale: #727272. Windows color (decimal): -1760287 or 14754789. OLE color: 14754789.
HSL color Cylindrical-coordinate representation of color #E523E1: hue angle of 301.24º 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 #E523E1 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 35 | 225 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.10 |
| HSL | 301.24º | 0.79% | 0.52% | - |
| HSV(B) | 301.24º | 0.85% | 0.9% | - |
| XYZ | 46.5 | 23.3 | 73.28 | - |
| YUV | 114.67 | 190.27 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 35 | 225 | 0 | 0.85 | 0.02 | 0.10 | 301.24 | 0.79 | 0.52 |
| Hex | E5 | 23 | E1 | 0 | 55 | 2 | A | 12D | 4F | 34 |
| Octal | 345 | 43 | 341 | 0 | 125 | 2 | 12 | 455 | 117 | 64 |
| Binary | 11100101 | 100011 | 11100001 | 0 | 1010101 | 10 | 1010 | 100101101 | 1001111 | 110100 |
Color Harmonies of #E523E1
Complementary color
Monochromatic Colors of #E523E1
Black with #E523E1
Text Example
Text Example
White with #E523E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E523E1; }
p { color: rgb(229,35,225); }
H1.HeaderClassName
{
color: #E523E1;
}
.AnyTagClassName
{
color: #E523E1;
}
</style>
background-color css
<style>
a { background-color: #E523E1; }
a { background-color: rgb(229,35,225); }
div.DivClassName
{
background-color: #E523E1;
}
.BgClassName
{
background-color: #E523E1;
}
</style>
border-color css
<style>
span { border-color: #E523E1; }
span { border-color: rgb(229,35,225); }
td.TdClassName
{
border-color: #E523E1;
}
.TagClassName
{
border-color: #E523E1;
}
</style>