Shades of Razzle Dazzle Rose #E52FEA
Tints of Razzle Dazzle Rose #E52FEA
RGB
CMYK
RGB Variations
Color information
#E52FEA (or 0xE52FEA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2F and EA. RGB value is (229,47,234). Sum of RGB (Red+Green+Blue) = 229+47+234=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 47 (18.75% from 255 or 9.22% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #E52FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52FEA is #1AD015. Grayscale: #7A7A7A. Windows color (decimal): -1757206 or 15347685. OLE color: 15347685.
HSL color Cylindrical-coordinate representation of color #E52FEA: 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 #E52FEA is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 47 | 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.18 | 24.63 | 80.06 | - |
| YUV | 122.74 | 190.8 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 47 | 234 | 0.02 | 0.80 | 0 | 0.08 | 298.4 | 0.82 | 0.55 |
| Hex | E5 | 2F | EA | 2 | 50 | 0 | 8 | 12A | 52 | 37 |
| Octal | 345 | 57 | 352 | 2 | 120 | 0 | 10 | 452 | 122 | 67 |
| Binary | 11100101 | 101111 | 11101010 | 10 | 1010000 | 0 | 1000 | 100101010 | 1010010 | 110111 |
Color Harmonies of #E52FEA
Complementary color
Monochromatic Colors of #E52FEA
Black with #E52FEA
Text Example
Text Example
White with #E52FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52FEA; }
p { color: rgb(229,47,234); }
H1.HeaderClassName
{
color: #E52FEA;
}
.AnyTagClassName
{
color: #E52FEA;
}
</style>
background-color css
<style>
a { background-color: #E52FEA; }
a { background-color: rgb(229,47,234); }
div.DivClassName
{
background-color: #E52FEA;
}
.BgClassName
{
background-color: #E52FEA;
}
</style>
border-color css
<style>
span { border-color: #E52FEA; }
span { border-color: rgb(229,47,234); }
td.TdClassName
{
border-color: #E52FEA;
}
.TagClassName
{
border-color: #E52FEA;
}
</style>