Shades of Razzle Dazzle Rose #E537BC
Tints of Razzle Dazzle Rose #E537BC
RGB
CMYK
RGB Variations
Color information
#E537BC (or 0xE537BC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 37 and BC. RGB value is (229,55,188). Sum of RGB (Red+Green+Blue) = 229+55+188=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 55 (21.88% from 255 or 11.65% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E537BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E537BC is #1AC843. Grayscale: #797979. Windows color (decimal): -1755204 or 12335077. OLE color: 12335077.
HSL color Cylindrical-coordinate representation of color #E537BC: hue angle of 314.14º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E537BC is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 55 | 188 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.10 |
| HSL | 314.14º | 0.77% | 0.56% | - |
| HSV(B) | 314.14º | 0.76% | 0.9% | - |
| XYZ | 42.76 | 23.02 | 49.77 | - |
| YUV | 122.19 | 165.15 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 55 | 188 | 0 | 0.76 | 0.18 | 0.10 | 314.14 | 0.77 | 0.56 |
| Hex | E5 | 37 | BC | 0 | 4C | 12 | A | 13A | 4D | 38 |
| Octal | 345 | 67 | 274 | 0 | 114 | 22 | 12 | 472 | 115 | 70 |
| Binary | 11100101 | 110111 | 10111100 | 0 | 1001100 | 10010 | 1010 | 100111010 | 1001101 | 111000 |
Color Harmonies of #E537BC
Complementary color
Monochromatic Colors of #E537BC
Black with #E537BC
Text Example
Text Example
White with #E537BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E537BC; }
p { color: rgb(229,55,188); }
H1.HeaderClassName
{
color: #E537BC;
}
.AnyTagClassName
{
color: #E537BC;
}
</style>
background-color css
<style>
a { background-color: #E537BC; }
a { background-color: rgb(229,55,188); }
div.DivClassName
{
background-color: #E537BC;
}
.BgClassName
{
background-color: #E537BC;
}
</style>
border-color css
<style>
span { border-color: #E537BC; }
span { border-color: rgb(229,55,188); }
td.TdClassName
{
border-color: #E537BC;
}
.TagClassName
{
border-color: #E537BC;
}
</style>