Shades of Razzle Dazzle Rose #E53CC8
Tints of Razzle Dazzle Rose #E53CC8
RGB
CMYK
RGB Variations
Color information
#E53CC8 (or 0xE53CC8) is known color: Razzle Dazzle Rose. HEX triplet: E5, 3C and C8. RGB value is (229,60,200). Sum of RGB (Red+Green+Blue) = 229+60+200=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 60 (23.83% from 255 or 12.27% from 489); Blue value is 200 (78.52% from 255 or 40.90% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E53CC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53CC8 is #1AC337. Grayscale: #7E7E7E. Windows color (decimal): -1753912 or 13122789. OLE color: 13122789.
HSL color Cylindrical-coordinate representation of color #E53CC8: hue angle of 310.3º 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 #E53CC8 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 60 | 200 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.10 |
| HSL | 310.3º | 0.76% | 0.57% | - |
| HSV(B) | 310.3º | 0.74% | 0.9% | - |
| XYZ | 44.35 | 24.06 | 56.95 | - |
| YUV | 126.49 | 169.49 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 60 | 200 | 0 | 0.74 | 0.13 | 0.10 | 310.3 | 0.76 | 0.57 |
| Hex | E5 | 3C | C8 | 0 | 4A | D | A | 136 | 4C | 39 |
| Octal | 345 | 74 | 310 | 0 | 112 | 15 | 12 | 466 | 114 | 71 |
| Binary | 11100101 | 111100 | 11001000 | 0 | 1001010 | 1101 | 1010 | 100110110 | 1001100 | 111001 |
Color Harmonies of #E53CC8
Complementary color
Monochromatic Colors of #E53CC8
Black with #E53CC8
Text Example
Text Example
White with #E53CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53CC8; }
p { color: rgb(229,60,200); }
H1.HeaderClassName
{
color: #E53CC8;
}
.AnyTagClassName
{
color: #E53CC8;
}
</style>
background-color css
<style>
a { background-color: #E53CC8; }
a { background-color: rgb(229,60,200); }
div.DivClassName
{
background-color: #E53CC8;
}
.BgClassName
{
background-color: #E53CC8;
}
</style>
border-color css
<style>
span { border-color: #E53CC8; }
span { border-color: rgb(229,60,200); }
td.TdClassName
{
border-color: #E53CC8;
}
.TagClassName
{
border-color: #E53CC8;
}
</style>