Shades of Razzle Dazzle Rose #E53FBC
Tints of Razzle Dazzle Rose #E53FBC
RGB
CMYK
RGB Variations
Color information
#E53FBC (or 0xE53FBC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 3F and BC. RGB value is (229,63,188). Sum of RGB (Red+Green+Blue) = 229+63+188=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 63 (25% from 255 or 13.12% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 229 - color contains mainly: red. Hex color #E53FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53FBC is #1AC043. Grayscale: #7E7E7E. Windows color (decimal): -1753156 or 12337125. OLE color: 12337125.
HSL color Cylindrical-coordinate representation of color #E53FBC: hue angle of 314.82º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E53FBC is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 63 | 188 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.10 |
| HSL | 314.82º | 0.76% | 0.57% | - |
| HSV(B) | 314.82º | 0.72% | 0.9% | - |
| XYZ | 43.17 | 23.84 | 49.9 | - |
| YUV | 126.88 | 162.5 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 63 | 188 | 0 | 0.72 | 0.18 | 0.10 | 314.82 | 0.76 | 0.57 |
| Hex | E5 | 3F | BC | 0 | 48 | 12 | A | 13B | 4C | 39 |
| Octal | 345 | 77 | 274 | 0 | 110 | 22 | 12 | 473 | 114 | 71 |
| Binary | 11100101 | 111111 | 10111100 | 0 | 1001000 | 10010 | 1010 | 100111011 | 1001100 | 111001 |
Color Harmonies of #E53FBC
Complementary color
Monochromatic Colors of #E53FBC
Black with #E53FBC
Text Example
Text Example
White with #E53FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53FBC; }
p { color: rgb(229,63,188); }
H1.HeaderClassName
{
color: #E53FBC;
}
.AnyTagClassName
{
color: #E53FBC;
}
</style>
background-color css
<style>
a { background-color: #E53FBC; }
a { background-color: rgb(229,63,188); }
div.DivClassName
{
background-color: #E53FBC;
}
.BgClassName
{
background-color: #E53FBC;
}
</style>
border-color css
<style>
span { border-color: #E53FBC; }
span { border-color: rgb(229,63,188); }
td.TdClassName
{
border-color: #E53FBC;
}
.TagClassName
{
border-color: #E53FBC;
}
</style>