Shades of Razzle Dazzle Rose #E53CCA
Tints of Razzle Dazzle Rose #E53CCA
RGB
CMYK
RGB Variations
Color information
#E53CCA (or 0xE53CCA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 3C and CA. RGB value is (229,60,202). Sum of RGB (Red+Green+Blue) = 229+60+202=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 60 (23.83% from 255 or 12.22% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E53CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53CCA is #1AC335. Grayscale: #7E7E7E. Windows color (decimal): -1753910 or 13253861. OLE color: 13253861.
HSL color Cylindrical-coordinate representation of color #E53CCA: hue angle of 309.59º 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 #E53CCA is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 60 | 202 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.10 |
| HSL | 309.59º | 0.76% | 0.57% | - |
| HSV(B) | 309.59º | 0.74% | 0.9% | - |
| XYZ | 44.59 | 24.15 | 58.19 | - |
| YUV | 126.72 | 170.49 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 60 | 202 | 0 | 0.74 | 0.12 | 0.10 | 309.59 | 0.76 | 0.57 |
| Hex | E5 | 3C | CA | 0 | 4A | C | A | 136 | 4C | 39 |
| Octal | 345 | 74 | 312 | 0 | 112 | 14 | 12 | 466 | 114 | 71 |
| Binary | 11100101 | 111100 | 11001010 | 0 | 1001010 | 1100 | 1010 | 100110110 | 1001100 | 111001 |
Color Harmonies of #E53CCA
Complementary color
Monochromatic Colors of #E53CCA
Black with #E53CCA
Text Example
Text Example
White with #E53CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53CCA; }
p { color: rgb(229,60,202); }
H1.HeaderClassName
{
color: #E53CCA;
}
.AnyTagClassName
{
color: #E53CCA;
}
</style>
background-color css
<style>
a { background-color: #E53CCA; }
a { background-color: rgb(229,60,202); }
div.DivClassName
{
background-color: #E53CCA;
}
.BgClassName
{
background-color: #E53CCA;
}
</style>
border-color css
<style>
span { border-color: #E53CCA; }
span { border-color: rgb(229,60,202); }
td.TdClassName
{
border-color: #E53CCA;
}
.TagClassName
{
border-color: #E53CCA;
}
</style>