Shades of Razzle Dazzle Rose #E52EEE
Tints of Razzle Dazzle Rose #E52EEE
RGB
CMYK
RGB Variations
Color information
#E52EEE (or 0xE52EEE) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2E and EE. RGB value is (229,46,238). Sum of RGB (Red+Green+Blue) = 229+46+238=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 46 (18.36% from 255 or 8.97% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #E52EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52EEE is #1AD111. Grayscale: #7A7A7A. Windows color (decimal): -1757458 or 15609573. OLE color: 15609573.
HSL color Cylindrical-coordinate representation of color #E52EEE: hue angle of 297.19º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52EEE is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 46 | 238 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.07 |
| HSL | 297.19º | 0.85% | 0.56% | - |
| HSV(B) | 297.19º | 0.81% | 0.93% | - |
| XYZ | 48.72 | 24.79 | 83.1 | - |
| YUV | 122.61 | 193.13 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 46 | 238 | 0.04 | 0.81 | 0 | 0.07 | 297.19 | 0.85 | 0.56 |
| Hex | E5 | 2E | EE | 4 | 51 | 0 | 7 | 129 | 55 | 38 |
| Octal | 345 | 56 | 356 | 4 | 121 | 0 | 7 | 451 | 125 | 70 |
| Binary | 11100101 | 101110 | 11101110 | 100 | 1010001 | 0 | 111 | 100101001 | 1010101 | 111000 |
Color Harmonies of #E52EEE
Complementary color
Monochromatic Colors of #E52EEE
Black with #E52EEE
Text Example
Text Example
White with #E52EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52EEE; }
p { color: rgb(229,46,238); }
H1.HeaderClassName
{
color: #E52EEE;
}
.AnyTagClassName
{
color: #E52EEE;
}
</style>
background-color css
<style>
a { background-color: #E52EEE; }
a { background-color: rgb(229,46,238); }
div.DivClassName
{
background-color: #E52EEE;
}
.BgClassName
{
background-color: #E52EEE;
}
</style>
border-color css
<style>
span { border-color: #E52EEE; }
span { border-color: rgb(229,46,238); }
td.TdClassName
{
border-color: #E52EEE;
}
.TagClassName
{
border-color: #E52EEE;
}
</style>