Shades of Razzle Dazzle Rose #E531DA
Tints of Razzle Dazzle Rose #E531DA
RGB
CMYK
RGB Variations
Color information
#E531DA (or 0xE531DA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 31 and DA. RGB value is (229,49,218). Sum of RGB (Red+Green+Blue) = 229+49+218=496 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.17% from 496); Green value is 49 (19.53% from 255 or 9.88% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 229 - color contains mainly: red. Hex color #E531DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E531DA is #1ACE25. Grayscale: #797979. Windows color (decimal): -1756710 or 14299621. OLE color: 14299621.
HSL color Cylindrical-coordinate representation of color #E531DA: hue angle of 303.67º 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 #E531DA is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 49 | 218 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.10 |
| HSL | 303.67º | 0.78% | 0.55% | - |
| HSV(B) | 303.67º | 0.79% | 0.9% | - |
| XYZ | 46.07 | 23.92 | 68.52 | - |
| YUV | 122.09 | 182.13 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 49 | 218 | 0 | 0.79 | 0.05 | 0.10 | 303.67 | 0.78 | 0.55 |
| Hex | E5 | 31 | DA | 0 | 4F | 5 | A | 130 | 4E | 37 |
| Octal | 345 | 61 | 332 | 0 | 117 | 5 | 12 | 460 | 116 | 67 |
| Binary | 11100101 | 110001 | 11011010 | 0 | 1001111 | 101 | 1010 | 100110000 | 1001110 | 110111 |
Color Harmonies of #E531DA
Complementary color
Monochromatic Colors of #E531DA
Black with #E531DA
Text Example
Text Example
White with #E531DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E531DA; }
p { color: rgb(229,49,218); }
H1.HeaderClassName
{
color: #E531DA;
}
.AnyTagClassName
{
color: #E531DA;
}
</style>
background-color css
<style>
a { background-color: #E531DA; }
a { background-color: rgb(229,49,218); }
div.DivClassName
{
background-color: #E531DA;
}
.BgClassName
{
background-color: #E531DA;
}
</style>
border-color css
<style>
span { border-color: #E531DA; }
span { border-color: rgb(229,49,218); }
td.TdClassName
{
border-color: #E531DA;
}
.TagClassName
{
border-color: #E531DA;
}
</style>