Shades of Razzle Dazzle Rose #E531D8
Tints of Razzle Dazzle Rose #E531D8
RGB
CMYK
RGB Variations
Color information
#E531D8 (or 0xE531D8) is known color: Razzle Dazzle Rose. HEX triplet: E5, 31 and D8. RGB value is (229,49,216). Sum of RGB (Red+Green+Blue) = 229+49+216=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 49 (19.53% from 255 or 9.92% from 494); Blue value is 216 (84.77% from 255 or 43.72% from 494); Max value from RGB is 229 - color contains mainly: red. Hex color #E531D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E531D8 is #1ACE27. Grayscale: #797979. Windows color (decimal): -1756712 or 14168549. OLE color: 14168549.
HSL color Cylindrical-coordinate representation of color #E531D8: hue angle of 304.33º 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 #E531D8 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 49 | 216 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.10 |
| HSL | 304.33º | 0.78% | 0.55% | - |
| HSV(B) | 304.33º | 0.79% | 0.9% | - |
| XYZ | 45.81 | 23.81 | 67.15 | - |
| YUV | 121.86 | 181.13 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 49 | 216 | 0 | 0.79 | 0.06 | 0.10 | 304.33 | 0.78 | 0.55 |
| Hex | E5 | 31 | D8 | 0 | 4F | 6 | A | 130 | 4E | 37 |
| Octal | 345 | 61 | 330 | 0 | 117 | 6 | 12 | 460 | 116 | 67 |
| Binary | 11100101 | 110001 | 11011000 | 0 | 1001111 | 110 | 1010 | 100110000 | 1001110 | 110111 |
Color Harmonies of #E531D8
Complementary color
Monochromatic Colors of #E531D8
Black with #E531D8
Text Example
Text Example
White with #E531D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E531D8; }
p { color: rgb(229,49,216); }
H1.HeaderClassName
{
color: #E531D8;
}
.AnyTagClassName
{
color: #E531D8;
}
</style>
background-color css
<style>
a { background-color: #E531D8; }
a { background-color: rgb(229,49,216); }
div.DivClassName
{
background-color: #E531D8;
}
.BgClassName
{
background-color: #E531D8;
}
</style>
border-color css
<style>
span { border-color: #E531D8; }
span { border-color: rgb(229,49,216); }
td.TdClassName
{
border-color: #E531D8;
}
.TagClassName
{
border-color: #E531D8;
}
</style>