Shades of Razzle Dazzle Rose #E531E2
Tints of Razzle Dazzle Rose #E531E2
RGB
CMYK
RGB Variations
Color information
#E531E2 (or 0xE531E2) is known color: Razzle Dazzle Rose. HEX triplet: E5, 31 and E2. RGB value is (229,49,226). Sum of RGB (Red+Green+Blue) = 229+49+226=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 49 (19.53% from 255 or 9.72% from 504); Blue value is 226 (88.67% from 255 or 44.84% from 504); Max value from RGB is 229 - color contains mainly: red. Hex color #E531E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E531E2 is #1ACE1D. Grayscale: #7A7A7A. Windows color (decimal): -1756702 or 14823909. OLE color: 14823909.
HSL color Cylindrical-coordinate representation of color #E531E2: hue angle of 301º 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 #E531E2 is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 49 | 226 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.10 |
| HSL | 301º | 0.78% | 0.55% | - |
| HSV(B) | 301º | 0.79% | 0.9% | - |
| XYZ | 47.14 | 24.35 | 74.17 | - |
| YUV | 123 | 186.13 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 49 | 226 | 0 | 0.79 | 0.01 | 0.10 | 301 | 0.78 | 0.55 |
| Hex | E5 | 31 | E2 | 0 | 4F | 1 | A | 12D | 4E | 37 |
| Octal | 345 | 61 | 342 | 0 | 117 | 1 | 12 | 455 | 116 | 67 |
| Binary | 11100101 | 110001 | 11100010 | 0 | 1001111 | 1 | 1010 | 100101101 | 1001110 | 110111 |
Color Harmonies of #E531E2
Complementary color
Monochromatic Colors of #E531E2
Black with #E531E2
Text Example
Text Example
White with #E531E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E531E2; }
p { color: rgb(229,49,226); }
H1.HeaderClassName
{
color: #E531E2;
}
.AnyTagClassName
{
color: #E531E2;
}
</style>
background-color css
<style>
a { background-color: #E531E2; }
a { background-color: rgb(229,49,226); }
div.DivClassName
{
background-color: #E531E2;
}
.BgClassName
{
background-color: #E531E2;
}
</style>
border-color css
<style>
span { border-color: #E531E2; }
span { border-color: rgb(229,49,226); }
td.TdClassName
{
border-color: #E531E2;
}
.TagClassName
{
border-color: #E531E2;
}
</style>