Shades of Razzle Dazzle Rose #E52DEC
Tints of Razzle Dazzle Rose #E52DEC
RGB
CMYK
RGB Variations
Color information
#E52DEC (or 0xE52DEC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2D and EC. RGB value is (229,45,236). Sum of RGB (Red+Green+Blue) = 229+45+236=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 45 (17.97% from 255 or 8.82% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #E52DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52DEC is #1AD213. Grayscale: #797979. Windows color (decimal): -1757716 or 15478245. OLE color: 15478245.
HSL color Cylindrical-coordinate representation of color #E52DEC: hue angle of 297.8º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52DEC is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 45 | 236 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.07 |
| HSL | 297.8º | 0.83% | 0.55% | - |
| HSV(B) | 297.8º | 0.81% | 0.93% | - |
| XYZ | 48.39 | 24.59 | 81.55 | - |
| YUV | 121.79 | 192.46 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 45 | 236 | 0.03 | 0.81 | 0 | 0.07 | 297.8 | 0.83 | 0.55 |
| Hex | E5 | 2D | EC | 3 | 51 | 0 | 7 | 12A | 53 | 37 |
| Octal | 345 | 55 | 354 | 3 | 121 | 0 | 7 | 452 | 123 | 67 |
| Binary | 11100101 | 101101 | 11101100 | 11 | 1010001 | 0 | 111 | 100101010 | 1010011 | 110111 |
Color Harmonies of #E52DEC
Complementary color
Monochromatic Colors of #E52DEC
Black with #E52DEC
Text Example
Text Example
White with #E52DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52DEC; }
p { color: rgb(229,45,236); }
H1.HeaderClassName
{
color: #E52DEC;
}
.AnyTagClassName
{
color: #E52DEC;
}
</style>
background-color css
<style>
a { background-color: #E52DEC; }
a { background-color: rgb(229,45,236); }
div.DivClassName
{
background-color: #E52DEC;
}
.BgClassName
{
background-color: #E52DEC;
}
</style>
border-color css
<style>
span { border-color: #E52DEC; }
span { border-color: rgb(229,45,236); }
td.TdClassName
{
border-color: #E52DEC;
}
.TagClassName
{
border-color: #E52DEC;
}
</style>