Shades of Razzle Dazzle Rose #E52FE3
Tints of Razzle Dazzle Rose #E52FE3
RGB
CMYK
RGB Variations
Color information
#E52FE3 (or 0xE52FE3) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2F and E3. RGB value is (229,47,227). Sum of RGB (Red+Green+Blue) = 229+47+227=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 47 (18.75% from 255 or 9.34% from 503); Blue value is 227 (89.06% from 255 or 45.13% from 503); Max value from RGB is 229 - color contains mainly: red. Hex color #E52FE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52FE3 is #1AD01C. Grayscale: #797979. Windows color (decimal): -1757213 or 14888933. OLE color: 14888933.
HSL color Cylindrical-coordinate representation of color #E52FE3: hue angle of 300.66º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E52FE3 is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 47 | 227 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.10 |
| HSL | 300.66º | 0.78% | 0.54% | - |
| HSV(B) | 300.66º | 0.79% | 0.9% | - |
| XYZ | 47.19 | 24.24 | 74.86 | - |
| YUV | 121.94 | 187.3 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 47 | 227 | 0 | 0.79 | 0.01 | 0.10 | 300.66 | 0.78 | 0.54 |
| Hex | E5 | 2F | E3 | 0 | 4F | 1 | A | 12D | 4E | 36 |
| Octal | 345 | 57 | 343 | 0 | 117 | 1 | 12 | 455 | 116 | 66 |
| Binary | 11100101 | 101111 | 11100011 | 0 | 1001111 | 1 | 1010 | 100101101 | 1001110 | 110110 |
Color Harmonies of #E52FE3
Complementary color
Monochromatic Colors of #E52FE3
Black with #E52FE3
Text Example
Text Example
White with #E52FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52FE3; }
p { color: rgb(229,47,227); }
H1.HeaderClassName
{
color: #E52FE3;
}
.AnyTagClassName
{
color: #E52FE3;
}
</style>
background-color css
<style>
a { background-color: #E52FE3; }
a { background-color: rgb(229,47,227); }
div.DivClassName
{
background-color: #E52FE3;
}
.BgClassName
{
background-color: #E52FE3;
}
</style>
border-color css
<style>
span { border-color: #E52FE3; }
span { border-color: rgb(229,47,227); }
td.TdClassName
{
border-color: #E52FE3;
}
.TagClassName
{
border-color: #E52FE3;
}
</style>