Shades of Razzle Dazzle Rose #E531DC
Tints of Razzle Dazzle Rose #E531DC
RGB
CMYK
RGB Variations
Color information
#E531DC (or 0xE531DC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 31 and DC. RGB value is (229,49,220). Sum of RGB (Red+Green+Blue) = 229+49+220=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 49 (19.53% from 255 or 9.84% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E531DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E531DC is #1ACE23. Grayscale: #797979. Windows color (decimal): -1756708 or 14430693. OLE color: 14430693.
HSL color Cylindrical-coordinate representation of color #E531DC: hue angle of 303º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E531DC is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 49 | 220 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.10 |
| HSL | 303º | 0.78% | 0.55% | - |
| HSV(B) | 303º | 0.79% | 0.9% | - |
| XYZ | 46.33 | 24.02 | 69.91 | - |
| YUV | 122.31 | 183.13 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 49 | 220 | 0 | 0.79 | 0.04 | 0.10 | 303 | 0.78 | 0.55 |
| Hex | E5 | 31 | DC | 0 | 4F | 4 | A | 12F | 4E | 37 |
| Octal | 345 | 61 | 334 | 0 | 117 | 4 | 12 | 457 | 116 | 67 |
| Binary | 11100101 | 110001 | 11011100 | 0 | 1001111 | 100 | 1010 | 100101111 | 1001110 | 110111 |
Color Harmonies of #E531DC
Complementary color
Monochromatic Colors of #E531DC
Black with #E531DC
Text Example
Text Example
White with #E531DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E531DC; }
p { color: rgb(229,49,220); }
H1.HeaderClassName
{
color: #E531DC;
}
.AnyTagClassName
{
color: #E531DC;
}
</style>
background-color css
<style>
a { background-color: #E531DC; }
a { background-color: rgb(229,49,220); }
div.DivClassName
{
background-color: #E531DC;
}
.BgClassName
{
background-color: #E531DC;
}
</style>
border-color css
<style>
span { border-color: #E531DC; }
span { border-color: rgb(229,49,220); }
td.TdClassName
{
border-color: #E531DC;
}
.TagClassName
{
border-color: #E531DC;
}
</style>