Shades of Razzle Dazzle Rose #E529CA
Tints of Razzle Dazzle Rose #E529CA
RGB
CMYK
RGB Variations
Color information
#E529CA (or 0xE529CA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 29 and CA. RGB value is (229,41,202). Sum of RGB (Red+Green+Blue) = 229+41+202=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 41 (16.41% from 255 or 8.69% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E529CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E529CA is #1AD635. Grayscale: #737373. Windows color (decimal): -1758774 or 13248997. OLE color: 13248997.
HSL color Cylindrical-coordinate representation of color #E529CA: hue angle of 308.62º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E529CA is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 41 | 202 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.10 |
| HSL | 308.62º | 0.78% | 0.53% | - |
| HSV(B) | 308.62º | 0.82% | 0.9% | - |
| XYZ | 43.77 | 22.51 | 57.91 | - |
| YUV | 115.57 | 176.78 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 41 | 202 | 0 | 0.82 | 0.12 | 0.10 | 308.62 | 0.78 | 0.53 |
| Hex | E5 | 29 | CA | 0 | 52 | C | A | 135 | 4E | 35 |
| Octal | 345 | 51 | 312 | 0 | 122 | 14 | 12 | 465 | 116 | 65 |
| Binary | 11100101 | 101001 | 11001010 | 0 | 1010010 | 1100 | 1010 | 100110101 | 1001110 | 110101 |
Color Harmonies of #E529CA
Complementary color
Monochromatic Colors of #E529CA
Black with #E529CA
Text Example
Text Example
White with #E529CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E529CA; }
p { color: rgb(229,41,202); }
H1.HeaderClassName
{
color: #E529CA;
}
.AnyTagClassName
{
color: #E529CA;
}
</style>
background-color css
<style>
a { background-color: #E529CA; }
a { background-color: rgb(229,41,202); }
div.DivClassName
{
background-color: #E529CA;
}
.BgClassName
{
background-color: #E529CA;
}
</style>
border-color css
<style>
span { border-color: #E529CA; }
span { border-color: rgb(229,41,202); }
td.TdClassName
{
border-color: #E529CA;
}
.TagClassName
{
border-color: #E529CA;
}
</style>