Shades of Razzle Dazzle Rose #E52CCA
Tints of Razzle Dazzle Rose #E52CCA
RGB
CMYK
RGB Variations
Color information
#E52CCA (or 0xE52CCA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2C and CA. RGB value is (229,44,202). Sum of RGB (Red+Green+Blue) = 229+44+202=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 44 (17.58% from 255 or 9.26% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 229 - color contains mainly: red. Hex color #E52CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52CCA is #1AD335. Grayscale: #747474. Windows color (decimal): -1758006 or 13249765. OLE color: 13249765.
HSL color Cylindrical-coordinate representation of color #E52CCA: hue angle of 308.76º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52CCA is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 44 | 202 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.10 |
| HSL | 308.76º | 0.78% | 0.54% | - |
| HSV(B) | 308.76º | 0.81% | 0.9% | - |
| XYZ | 43.87 | 22.72 | 57.95 | - |
| YUV | 117.33 | 175.79 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 44 | 202 | 0 | 0.81 | 0.12 | 0.10 | 308.76 | 0.78 | 0.54 |
| Hex | E5 | 2C | CA | 0 | 51 | C | A | 135 | 4E | 36 |
| Octal | 345 | 54 | 312 | 0 | 121 | 14 | 12 | 465 | 116 | 66 |
| Binary | 11100101 | 101100 | 11001010 | 0 | 1010001 | 1100 | 1010 | 100110101 | 1001110 | 110110 |
Color Harmonies of #E52CCA
Complementary color
Monochromatic Colors of #E52CCA
Black with #E52CCA
Text Example
Text Example
White with #E52CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52CCA; }
p { color: rgb(229,44,202); }
H1.HeaderClassName
{
color: #E52CCA;
}
.AnyTagClassName
{
color: #E52CCA;
}
</style>
background-color css
<style>
a { background-color: #E52CCA; }
a { background-color: rgb(229,44,202); }
div.DivClassName
{
background-color: #E52CCA;
}
.BgClassName
{
background-color: #E52CCA;
}
</style>
border-color css
<style>
span { border-color: #E52CCA; }
span { border-color: rgb(229,44,202); }
td.TdClassName
{
border-color: #E52CCA;
}
.TagClassName
{
border-color: #E52CCA;
}
</style>