Shades of Razzle Dazzle Rose #E53CBC
Tints of Razzle Dazzle Rose #E53CBC
RGB
CMYK
RGB Variations
Color information
#E53CBC (or 0xE53CBC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 3C and BC. RGB value is (229,60,188). Sum of RGB (Red+Green+Blue) = 229+60+188=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 60 (23.83% from 255 or 12.58% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E53CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53CBC is #1AC343. Grayscale: #7C7C7C. Windows color (decimal): -1753924 or 12336357. OLE color: 12336357.
HSL color Cylindrical-coordinate representation of color #E53CBC: hue angle of 314.56º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E53CBC is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 60 | 188 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.10 |
| HSL | 314.56º | 0.76% | 0.57% | - |
| HSV(B) | 314.56º | 0.74% | 0.9% | - |
| XYZ | 43.01 | 23.52 | 49.85 | - |
| YUV | 125.12 | 163.49 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 60 | 188 | 0 | 0.74 | 0.18 | 0.10 | 314.56 | 0.76 | 0.57 |
| Hex | E5 | 3C | BC | 0 | 4A | 12 | A | 13B | 4C | 39 |
| Octal | 345 | 74 | 274 | 0 | 112 | 22 | 12 | 473 | 114 | 71 |
| Binary | 11100101 | 111100 | 10111100 | 0 | 1001010 | 10010 | 1010 | 100111011 | 1001100 | 111001 |
Color Harmonies of #E53CBC
Complementary color
Monochromatic Colors of #E53CBC
Black with #E53CBC
Text Example
Text Example
White with #E53CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53CBC; }
p { color: rgb(229,60,188); }
H1.HeaderClassName
{
color: #E53CBC;
}
.AnyTagClassName
{
color: #E53CBC;
}
</style>
background-color css
<style>
a { background-color: #E53CBC; }
a { background-color: rgb(229,60,188); }
div.DivClassName
{
background-color: #E53CBC;
}
.BgClassName
{
background-color: #E53CBC;
}
</style>
border-color css
<style>
span { border-color: #E53CBC; }
span { border-color: rgb(229,60,188); }
td.TdClassName
{
border-color: #E53CBC;
}
.TagClassName
{
border-color: #E53CBC;
}
</style>