Shades of Razzle Dazzle Rose #E531C9
Tints of Razzle Dazzle Rose #E531C9
RGB
CMYK
RGB Variations
Color information
#E531C9 (or 0xE531C9) is known color: Razzle Dazzle Rose. HEX triplet: E5, 31 and C9. RGB value is (229,49,201). Sum of RGB (Red+Green+Blue) = 229+49+201=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 49 (19.53% from 255 or 10.23% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 229 - color contains mainly: red. Hex color #E531C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E531C9 is #1ACE36. Grayscale: #777777. Windows color (decimal): -1756727 or 13185509. OLE color: 13185509.
HSL color Cylindrical-coordinate representation of color #E531C9: hue angle of 309.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 #E531C9 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 49 | 201 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.10 |
| HSL | 309.33º | 0.78% | 0.55% | - |
| HSV(B) | 309.33º | 0.79% | 0.9% | - |
| XYZ | 43.95 | 23.07 | 57.39 | - |
| YUV | 120.15 | 173.63 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 49 | 201 | 0 | 0.79 | 0.12 | 0.10 | 309.33 | 0.78 | 0.55 |
| Hex | E5 | 31 | C9 | 0 | 4F | C | A | 135 | 4E | 37 |
| Octal | 345 | 61 | 311 | 0 | 117 | 14 | 12 | 465 | 116 | 67 |
| Binary | 11100101 | 110001 | 11001001 | 0 | 1001111 | 1100 | 1010 | 100110101 | 1001110 | 110111 |
Color Harmonies of #E531C9
Complementary color
Monochromatic Colors of #E531C9
Black with #E531C9
Text Example
Text Example
White with #E531C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E531C9; }
p { color: rgb(229,49,201); }
H1.HeaderClassName
{
color: #E531C9;
}
.AnyTagClassName
{
color: #E531C9;
}
</style>
background-color css
<style>
a { background-color: #E531C9; }
a { background-color: rgb(229,49,201); }
div.DivClassName
{
background-color: #E531C9;
}
.BgClassName
{
background-color: #E531C9;
}
</style>
border-color css
<style>
span { border-color: #E531C9; }
span { border-color: rgb(229,49,201); }
td.TdClassName
{
border-color: #E531C9;
}
.TagClassName
{
border-color: #E531C9;
}
</style>