Shades of Razzle Dazzle Rose #E541C9
Tints of Razzle Dazzle Rose #E541C9
RGB
CMYK
RGB Variations
Color information
#E541C9 (or 0xE541C9) is known color: Razzle Dazzle Rose. HEX triplet: E5, 41 and C9. RGB value is (229,65,201). Sum of RGB (Red+Green+Blue) = 229+65+201=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 65 (25.78% from 255 or 13.13% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E541C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E541C9 is #1ABE36. Grayscale: #818181. Windows color (decimal): -1752631 or 13189605. OLE color: 13189605.
HSL color Cylindrical-coordinate representation of color #E541C9: hue angle of 310.24º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E541C9 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 201 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.10 |
| HSL | 310.24º | 0.76% | 0.58% | - |
| HSV(B) | 310.24º | 0.72% | 0.9% | - |
| XYZ | 44.75 | 24.66 | 57.66 | - |
| YUV | 129.54 | 168.33 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 201 | 0 | 0.72 | 0.12 | 0.10 | 310.24 | 0.76 | 0.58 |
| Hex | E5 | 41 | C9 | 0 | 48 | C | A | 136 | 4C | 3A |
| Octal | 345 | 101 | 311 | 0 | 110 | 14 | 12 | 466 | 114 | 72 |
| Binary | 11100101 | 1000001 | 11001001 | 0 | 1001000 | 1100 | 1010 | 100110110 | 1001100 | 111010 |
Color Harmonies of #E541C9
Complementary color
Monochromatic Colors of #E541C9
Black with #E541C9
Text Example
Text Example
White with #E541C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E541C9; }
p { color: rgb(229,65,201); }
H1.HeaderClassName
{
color: #E541C9;
}
.AnyTagClassName
{
color: #E541C9;
}
</style>
background-color css
<style>
a { background-color: #E541C9; }
a { background-color: rgb(229,65,201); }
div.DivClassName
{
background-color: #E541C9;
}
.BgClassName
{
background-color: #E541C9;
}
</style>
border-color css
<style>
span { border-color: #E541C9; }
span { border-color: rgb(229,65,201); }
td.TdClassName
{
border-color: #E541C9;
}
.TagClassName
{
border-color: #E541C9;
}
</style>