Shades of Razzle Dazzle Rose #E52DED
Tints of Razzle Dazzle Rose #E52DED
RGB
CMYK
RGB Variations
Color information
#E52DED (or 0xE52DED) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2D and ED. RGB value is (229,45,237). Sum of RGB (Red+Green+Blue) = 229+45+237=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 45 (17.97% from 255 or 8.81% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #E52DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52DED is #1AD212. Grayscale: #797979. Windows color (decimal): -1757715 or 15543781. OLE color: 15543781.
HSL color Cylindrical-coordinate representation of color #E52DED: hue angle of 297.5º degrees, saturation: 0.84, 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 #E52DED is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 45 | 237 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.07 |
| HSL | 297.5º | 0.84% | 0.55% | - |
| HSV(B) | 297.5º | 0.81% | 0.93% | - |
| XYZ | 48.54 | 24.65 | 82.32 | - |
| YUV | 121.9 | 192.96 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 45 | 237 | 0.03 | 0.81 | 0 | 0.07 | 297.5 | 0.84 | 0.55 |
| Hex | E5 | 2D | ED | 3 | 51 | 0 | 7 | 12A | 54 | 37 |
| Octal | 345 | 55 | 355 | 3 | 121 | 0 | 7 | 452 | 124 | 67 |
| Binary | 11100101 | 101101 | 11101101 | 11 | 1010001 | 0 | 111 | 100101010 | 1010100 | 110111 |
Color Harmonies of #E52DED
Complementary color
Monochromatic Colors of #E52DED
Black with #E52DED
Text Example
Text Example
White with #E52DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52DED; }
p { color: rgb(229,45,237); }
H1.HeaderClassName
{
color: #E52DED;
}
.AnyTagClassName
{
color: #E52DED;
}
</style>
background-color css
<style>
a { background-color: #E52DED; }
a { background-color: rgb(229,45,237); }
div.DivClassName
{
background-color: #E52DED;
}
.BgClassName
{
background-color: #E52DED;
}
</style>
border-color css
<style>
span { border-color: #E52DED; }
span { border-color: rgb(229,45,237); }
td.TdClassName
{
border-color: #E52DED;
}
.TagClassName
{
border-color: #E52DED;
}
</style>