Shades of Razzle Dazzle Rose #E540C9
Tints of Razzle Dazzle Rose #E540C9
RGB
CMYK
RGB Variations
Color information
#E540C9 (or 0xE540C9) is known color: Razzle Dazzle Rose. HEX triplet: E5, 40 and C9. RGB value is (229,64,201). Sum of RGB (Red+Green+Blue) = 229+64+201=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 64 (25.39% from 255 or 12.96% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 229 - color contains mainly: red. Hex color #E540C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E540C9 is #1ABF36. Grayscale: #808080. Windows color (decimal): -1752887 or 13189349. OLE color: 13189349.
HSL color Cylindrical-coordinate representation of color #E540C9: hue angle of 310.18º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E540C9 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 201 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.10 |
| HSL | 310.18º | 0.76% | 0.57% | - |
| HSV(B) | 310.18º | 0.72% | 0.9% | - |
| XYZ | 44.69 | 24.54 | 57.64 | - |
| YUV | 128.95 | 168.66 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 201 | 0 | 0.72 | 0.12 | 0.10 | 310.18 | 0.76 | 0.57 |
| Hex | E5 | 40 | C9 | 0 | 48 | C | A | 136 | 4C | 39 |
| Octal | 345 | 100 | 311 | 0 | 110 | 14 | 12 | 466 | 114 | 71 |
| Binary | 11100101 | 1000000 | 11001001 | 0 | 1001000 | 1100 | 1010 | 100110110 | 1001100 | 111001 |
Color Harmonies of #E540C9
Complementary color
Monochromatic Colors of #E540C9
Black with #E540C9
Text Example
Text Example
White with #E540C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E540C9; }
p { color: rgb(229,64,201); }
H1.HeaderClassName
{
color: #E540C9;
}
.AnyTagClassName
{
color: #E540C9;
}
</style>
background-color css
<style>
a { background-color: #E540C9; }
a { background-color: rgb(229,64,201); }
div.DivClassName
{
background-color: #E540C9;
}
.BgClassName
{
background-color: #E540C9;
}
</style>
border-color css
<style>
span { border-color: #E540C9; }
span { border-color: rgb(229,64,201); }
td.TdClassName
{
border-color: #E540C9;
}
.TagClassName
{
border-color: #E540C9;
}
</style>