Shades of Razzle Dazzle Rose #E52FBC
Tints of Razzle Dazzle Rose #E52FBC
RGB
CMYK
RGB Variations
Color information
#E52FBC (or 0xE52FBC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2F and BC. RGB value is (229,47,188). Sum of RGB (Red+Green+Blue) = 229+47+188=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 47 (18.75% from 255 or 10.13% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E52FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52FBC is #1AD043. Grayscale: #757575. Windows color (decimal): -1757252 or 12333029. OLE color: 12333029.
HSL color Cylindrical-coordinate representation of color #E52FBC: hue angle of 313.52º 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 #E52FBC is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 47 | 188 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.10 |
| HSL | 313.52º | 0.78% | 0.54% | - |
| HSV(B) | 313.52º | 0.79% | 0.9% | - |
| XYZ | 42.41 | 22.32 | 49.65 | - |
| YUV | 117.49 | 167.8 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 47 | 188 | 0 | 0.79 | 0.18 | 0.10 | 313.52 | 0.78 | 0.54 |
| Hex | E5 | 2F | BC | 0 | 4F | 12 | A | 13A | 4E | 36 |
| Octal | 345 | 57 | 274 | 0 | 117 | 22 | 12 | 472 | 116 | 66 |
| Binary | 11100101 | 101111 | 10111100 | 0 | 1001111 | 10010 | 1010 | 100111010 | 1001110 | 110110 |
Color Harmonies of #E52FBC
Complementary color
Monochromatic Colors of #E52FBC
Black with #E52FBC
Text Example
Text Example
White with #E52FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52FBC; }
p { color: rgb(229,47,188); }
H1.HeaderClassName
{
color: #E52FBC;
}
.AnyTagClassName
{
color: #E52FBC;
}
</style>
background-color css
<style>
a { background-color: #E52FBC; }
a { background-color: rgb(229,47,188); }
div.DivClassName
{
background-color: #E52FBC;
}
.BgClassName
{
background-color: #E52FBC;
}
</style>
border-color css
<style>
span { border-color: #E52FBC; }
span { border-color: rgb(229,47,188); }
td.TdClassName
{
border-color: #E52FBC;
}
.TagClassName
{
border-color: #E52FBC;
}
</style>