Shades of Razzle Dazzle Rose #E53CCC
Tints of Razzle Dazzle Rose #E53CCC
RGB
CMYK
RGB Variations
Color information
#E53CCC (or 0xE53CCC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 3C and CC. RGB value is (229,60,204). Sum of RGB (Red+Green+Blue) = 229+60+204=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 60 (23.83% from 255 or 12.17% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E53CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53CCC is #1AC333. Grayscale: #7E7E7E. Windows color (decimal): -1753908 or 13384933. OLE color: 13384933.
HSL color Cylindrical-coordinate representation of color #E53CCC: hue angle of 308.88º 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 #E53CCC is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 60 | 204 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.10 |
| HSL | 308.88º | 0.76% | 0.57% | - |
| HSV(B) | 308.88º | 0.74% | 0.9% | - |
| XYZ | 44.83 | 24.25 | 59.44 | - |
| YUV | 126.95 | 171.49 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 60 | 204 | 0 | 0.74 | 0.11 | 0.10 | 308.88 | 0.76 | 0.57 |
| Hex | E5 | 3C | CC | 0 | 4A | B | A | 135 | 4C | 39 |
| Octal | 345 | 74 | 314 | 0 | 112 | 13 | 12 | 465 | 114 | 71 |
| Binary | 11100101 | 111100 | 11001100 | 0 | 1001010 | 1011 | 1010 | 100110101 | 1001100 | 111001 |
Color Harmonies of #E53CCC
Complementary color
Monochromatic Colors of #E53CCC
Black with #E53CCC
Text Example
Text Example
White with #E53CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53CCC; }
p { color: rgb(229,60,204); }
H1.HeaderClassName
{
color: #E53CCC;
}
.AnyTagClassName
{
color: #E53CCC;
}
</style>
background-color css
<style>
a { background-color: #E53CCC; }
a { background-color: rgb(229,60,204); }
div.DivClassName
{
background-color: #E53CCC;
}
.BgClassName
{
background-color: #E53CCC;
}
</style>
border-color css
<style>
span { border-color: #E53CCC; }
span { border-color: rgb(229,60,204); }
td.TdClassName
{
border-color: #E53CCC;
}
.TagClassName
{
border-color: #E53CCC;
}
</style>