Shades of Razzle Dazzle Rose #E531C2
Tints of Razzle Dazzle Rose #E531C2
RGB
CMYK
RGB Variations
Color information
#E531C2 (or 0xE531C2) is known color: Razzle Dazzle Rose. HEX triplet: E5, 31 and C2. RGB value is (229,49,194). Sum of RGB (Red+Green+Blue) = 229+49+194=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 49 (19.53% from 255 or 10.38% from 472); Blue value is 194 (76.17% from 255 or 41.10% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E531C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E531C2 is #1ACE3D. Grayscale: #767676. Windows color (decimal): -1756734 or 12726757. OLE color: 12726757.
HSL color Cylindrical-coordinate representation of color #E531C2: hue angle of 311.67º 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 #E531C2 is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 49 | 194 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.10 |
| HSL | 311.67º | 0.78% | 0.55% | - |
| HSV(B) | 311.67º | 0.79% | 0.9% | - |
| XYZ | 43.15 | 22.75 | 53.16 | - |
| YUV | 119.35 | 170.13 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 49 | 194 | 0 | 0.79 | 0.15 | 0.10 | 311.67 | 0.78 | 0.55 |
| Hex | E5 | 31 | C2 | 0 | 4F | F | A | 138 | 4E | 37 |
| Octal | 345 | 61 | 302 | 0 | 117 | 17 | 12 | 470 | 116 | 67 |
| Binary | 11100101 | 110001 | 11000010 | 0 | 1001111 | 1111 | 1010 | 100111000 | 1001110 | 110111 |
Color Harmonies of #E531C2
Complementary color
Monochromatic Colors of #E531C2
Black with #E531C2
Text Example
Text Example
White with #E531C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E531C2; }
p { color: rgb(229,49,194); }
H1.HeaderClassName
{
color: #E531C2;
}
.AnyTagClassName
{
color: #E531C2;
}
</style>
background-color css
<style>
a { background-color: #E531C2; }
a { background-color: rgb(229,49,194); }
div.DivClassName
{
background-color: #E531C2;
}
.BgClassName
{
background-color: #E531C2;
}
</style>
border-color css
<style>
span { border-color: #E531C2; }
span { border-color: rgb(229,49,194); }
td.TdClassName
{
border-color: #E531C2;
}
.TagClassName
{
border-color: #E531C2;
}
</style>