Shades of Razzle Dazzle Rose #E52DCA
Tints of Razzle Dazzle Rose #E52DCA
RGB
CMYK
RGB Variations
Color information
#E52DCA (or 0xE52DCA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2D and CA. RGB value is (229,45,202). Sum of RGB (Red+Green+Blue) = 229+45+202=476 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.11% from 476); Green value is 45 (17.97% from 255 or 9.45% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 229 - color contains mainly: red. Hex color #E52DCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52DCA is #1AD235. Grayscale: #757575. Windows color (decimal): -1757750 or 13250021. OLE color: 13250021.
HSL color Cylindrical-coordinate representation of color #E52DCA: hue angle of 308.8º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E52DCA is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 45 | 202 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.10 |
| HSL | 308.8º | 0.78% | 0.54% | - |
| HSV(B) | 308.8º | 0.8% | 0.9% | - |
| XYZ | 43.91 | 22.8 | 57.96 | - |
| YUV | 117.91 | 175.46 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 45 | 202 | 0 | 0.80 | 0.12 | 0.10 | 308.8 | 0.78 | 0.54 |
| Hex | E5 | 2D | CA | 0 | 50 | C | A | 135 | 4E | 36 |
| Octal | 345 | 55 | 312 | 0 | 120 | 14 | 12 | 465 | 116 | 66 |
| Binary | 11100101 | 101101 | 11001010 | 0 | 1010000 | 1100 | 1010 | 100110101 | 1001110 | 110110 |
Color Harmonies of #E52DCA
Complementary color
Monochromatic Colors of #E52DCA
Black with #E52DCA
Text Example
Text Example
White with #E52DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52DCA; }
p { color: rgb(229,45,202); }
H1.HeaderClassName
{
color: #E52DCA;
}
.AnyTagClassName
{
color: #E52DCA;
}
</style>
background-color css
<style>
a { background-color: #E52DCA; }
a { background-color: rgb(229,45,202); }
div.DivClassName
{
background-color: #E52DCA;
}
.BgClassName
{
background-color: #E52DCA;
}
</style>
border-color css
<style>
span { border-color: #E52DCA; }
span { border-color: rgb(229,45,202); }
td.TdClassName
{
border-color: #E52DCA;
}
.TagClassName
{
border-color: #E52DCA;
}
</style>