Shades of Razzle Dazzle Rose #E52FEF
Tints of Razzle Dazzle Rose #E52FEF
RGB
CMYK
RGB Variations
Color information
#E52FEF (or 0xE52FEF) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2F and EF. RGB value is (229,47,239). Sum of RGB (Red+Green+Blue) = 229+47+239=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 47 (18.75% from 255 or 9.13% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #E52FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52FEF is #1AD010. Grayscale: #7A7A7A. Windows color (decimal): -1757201 or 15675365. OLE color: 15675365.
HSL color Cylindrical-coordinate representation of color #E52FEF: hue angle of 296.88º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E52FEF is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 47 | 239 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.06 |
| HSL | 296.88º | 0.86% | 0.56% | - |
| HSV(B) | 296.88º | 0.8% | 0.94% | - |
| XYZ | 48.91 | 24.92 | 83.89 | - |
| YUV | 123.31 | 193.3 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 47 | 239 | 0.04 | 0.80 | 0 | 0.06 | 296.88 | 0.86 | 0.56 |
| Hex | E5 | 2F | EF | 4 | 50 | 0 | 6 | 129 | 56 | 38 |
| Octal | 345 | 57 | 357 | 4 | 120 | 0 | 6 | 451 | 126 | 70 |
| Binary | 11100101 | 101111 | 11101111 | 100 | 1010000 | 0 | 110 | 100101001 | 1010110 | 111000 |
Color Harmonies of #E52FEF
Complementary color
Monochromatic Colors of #E52FEF
Black with #E52FEF
Text Example
Text Example
White with #E52FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52FEF; }
p { color: rgb(229,47,239); }
H1.HeaderClassName
{
color: #E52FEF;
}
.AnyTagClassName
{
color: #E52FEF;
}
</style>
background-color css
<style>
a { background-color: #E52FEF; }
a { background-color: rgb(229,47,239); }
div.DivClassName
{
background-color: #E52FEF;
}
.BgClassName
{
background-color: #E52FEF;
}
</style>
border-color css
<style>
span { border-color: #E52FEF; }
span { border-color: rgb(229,47,239); }
td.TdClassName
{
border-color: #E52FEF;
}
.TagClassName
{
border-color: #E52FEF;
}
</style>