Shades of Razzle Dazzle Rose #E52EEA
Tints of Razzle Dazzle Rose #E52EEA
RGB
CMYK
RGB Variations
Color information
#E52EEA (or 0xE52EEA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2E and EA. RGB value is (229,46,234). Sum of RGB (Red+Green+Blue) = 229+46+234=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 46 (18.36% from 255 or 9.04% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #E52EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52EEA is #1AD115. Grayscale: #797979. Windows color (decimal): -1757462 or 15347429. OLE color: 15347429.
HSL color Cylindrical-coordinate representation of color #E52EEA: hue angle of 298.4º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E52EEA is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 46 | 234 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.08 |
| HSL | 298.4º | 0.82% | 0.55% | - |
| HSV(B) | 298.4º | 0.8% | 0.92% | - |
| XYZ | 48.14 | 24.55 | 80.04 | - |
| YUV | 122.15 | 191.13 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 46 | 234 | 0.02 | 0.80 | 0 | 0.08 | 298.4 | 0.82 | 0.55 |
| Hex | E5 | 2E | EA | 2 | 50 | 0 | 8 | 12A | 52 | 37 |
| Octal | 345 | 56 | 352 | 2 | 120 | 0 | 10 | 452 | 122 | 67 |
| Binary | 11100101 | 101110 | 11101010 | 10 | 1010000 | 0 | 1000 | 100101010 | 1010010 | 110111 |
Color Harmonies of #E52EEA
Complementary color
Monochromatic Colors of #E52EEA
Black with #E52EEA
Text Example
Text Example
White with #E52EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52EEA; }
p { color: rgb(229,46,234); }
H1.HeaderClassName
{
color: #E52EEA;
}
.AnyTagClassName
{
color: #E52EEA;
}
</style>
background-color css
<style>
a { background-color: #E52EEA; }
a { background-color: rgb(229,46,234); }
div.DivClassName
{
background-color: #E52EEA;
}
.BgClassName
{
background-color: #E52EEA;
}
</style>
border-color css
<style>
span { border-color: #E52EEA; }
span { border-color: rgb(229,46,234); }
td.TdClassName
{
border-color: #E52EEA;
}
.TagClassName
{
border-color: #E52EEA;
}
</style>