Shades of Razzle Dazzle Rose #E52FBA
Tints of Razzle Dazzle Rose #E52FBA
RGB
CMYK
RGB Variations
Color information
#E52FBA (or 0xE52FBA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2F and BA. RGB value is (229,47,186). Sum of RGB (Red+Green+Blue) = 229+47+186=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 47 (18.75% from 255 or 10.17% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E52FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52FBA is #1AD045. Grayscale: #747474. Windows color (decimal): -1757254 or 12201957. OLE color: 12201957.
HSL color Cylindrical-coordinate representation of color #E52FBA: hue angle of 314.18º 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 #E52FBA is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 47 | 186 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.10 |
| HSL | 314.18º | 0.78% | 0.54% | - |
| HSV(B) | 314.18º | 0.79% | 0.9% | - |
| XYZ | 42.19 | 22.24 | 48.52 | - |
| YUV | 117.26 | 166.8 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 47 | 186 | 0 | 0.79 | 0.19 | 0.10 | 314.18 | 0.78 | 0.54 |
| Hex | E5 | 2F | BA | 0 | 4F | 13 | A | 13A | 4E | 36 |
| Octal | 345 | 57 | 272 | 0 | 117 | 23 | 12 | 472 | 116 | 66 |
| Binary | 11100101 | 101111 | 10111010 | 0 | 1001111 | 10011 | 1010 | 100111010 | 1001110 | 110110 |
Color Harmonies of #E52FBA
Complementary color
Monochromatic Colors of #E52FBA
Black with #E52FBA
Text Example
Text Example
White with #E52FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52FBA; }
p { color: rgb(229,47,186); }
H1.HeaderClassName
{
color: #E52FBA;
}
.AnyTagClassName
{
color: #E52FBA;
}
</style>
background-color css
<style>
a { background-color: #E52FBA; }
a { background-color: rgb(229,47,186); }
div.DivClassName
{
background-color: #E52FBA;
}
.BgClassName
{
background-color: #E52FBA;
}
</style>
border-color css
<style>
span { border-color: #E52FBA; }
span { border-color: rgb(229,47,186); }
td.TdClassName
{
border-color: #E52FBA;
}
.TagClassName
{
border-color: #E52FBA;
}
</style>