Shades of Razzle Dazzle Rose #E52FC9
Tints of Razzle Dazzle Rose #E52FC9
RGB
CMYK
RGB Variations
Color information
#E52FC9 (or 0xE52FC9) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2F and C9. RGB value is (229,47,201). Sum of RGB (Red+Green+Blue) = 229+47+201=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 47 (18.75% from 255 or 9.85% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E52FC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52FC9 is #1AD036. Grayscale: #767676. Windows color (decimal): -1757239 or 13184997. OLE color: 13184997.
HSL color Cylindrical-coordinate representation of color #E52FC9: hue angle of 309.23º 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 #E52FC9 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 47 | 201 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.10 |
| HSL | 309.23º | 0.78% | 0.54% | - |
| HSV(B) | 309.23º | 0.79% | 0.9% | - |
| XYZ | 43.87 | 22.91 | 57.37 | - |
| YUV | 118.97 | 174.3 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 47 | 201 | 0 | 0.79 | 0.12 | 0.10 | 309.23 | 0.78 | 0.54 |
| Hex | E5 | 2F | C9 | 0 | 4F | C | A | 135 | 4E | 36 |
| Octal | 345 | 57 | 311 | 0 | 117 | 14 | 12 | 465 | 116 | 66 |
| Binary | 11100101 | 101111 | 11001001 | 0 | 1001111 | 1100 | 1010 | 100110101 | 1001110 | 110110 |
Color Harmonies of #E52FC9
Complementary color
Monochromatic Colors of #E52FC9
Black with #E52FC9
Text Example
Text Example
White with #E52FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52FC9; }
p { color: rgb(229,47,201); }
H1.HeaderClassName
{
color: #E52FC9;
}
.AnyTagClassName
{
color: #E52FC9;
}
</style>
background-color css
<style>
a { background-color: #E52FC9; }
a { background-color: rgb(229,47,201); }
div.DivClassName
{
background-color: #E52FC9;
}
.BgClassName
{
background-color: #E52FC9;
}
</style>
border-color css
<style>
span { border-color: #E52FC9; }
span { border-color: rgb(229,47,201); }
td.TdClassName
{
border-color: #E52FC9;
}
.TagClassName
{
border-color: #E52FC9;
}
</style>