Shades of Razzle Dazzle Rose #E541C2
Tints of Razzle Dazzle Rose #E541C2
RGB
CMYK
RGB Variations
Color information
#E541C2 (or 0xE541C2) is known color: Razzle Dazzle Rose. HEX triplet: E5, 41 and C2. RGB value is (229,65,194). Sum of RGB (Red+Green+Blue) = 229+65+194=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E541C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E541C2 is #1ABE3D. Grayscale: #808080. Windows color (decimal): -1752638 or 12730853. OLE color: 12730853.
HSL color Cylindrical-coordinate representation of color #E541C2: hue angle of 312.8º 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 #E541C2 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 194 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.10 |
| HSL | 312.8º | 0.76% | 0.58% | - |
| HSV(B) | 312.8º | 0.72% | 0.9% | - |
| XYZ | 43.94 | 24.33 | 53.42 | - |
| YUV | 128.74 | 164.83 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 194 | 0 | 0.72 | 0.15 | 0.10 | 312.8 | 0.76 | 0.58 |
| Hex | E5 | 41 | C2 | 0 | 48 | F | A | 139 | 4C | 3A |
| Octal | 345 | 101 | 302 | 0 | 110 | 17 | 12 | 471 | 114 | 72 |
| Binary | 11100101 | 1000001 | 11000010 | 0 | 1001000 | 1111 | 1010 | 100111001 | 1001100 | 111010 |
Color Harmonies of #E541C2
Complementary color
Monochromatic Colors of #E541C2
Black with #E541C2
Text Example
Text Example
White with #E541C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E541C2; }
p { color: rgb(229,65,194); }
H1.HeaderClassName
{
color: #E541C2;
}
.AnyTagClassName
{
color: #E541C2;
}
</style>
background-color css
<style>
a { background-color: #E541C2; }
a { background-color: rgb(229,65,194); }
div.DivClassName
{
background-color: #E541C2;
}
.BgClassName
{
background-color: #E541C2;
}
</style>
border-color css
<style>
span { border-color: #E541C2; }
span { border-color: rgb(229,65,194); }
td.TdClassName
{
border-color: #E541C2;
}
.TagClassName
{
border-color: #E541C2;
}
</style>