Shades of Razzle Dazzle Rose #E528CA
Tints of Razzle Dazzle Rose #E528CA
RGB
CMYK
RGB Variations
Color information
#E528CA (or 0xE528CA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 28 and CA. RGB value is (229,40,202). Sum of RGB (Red+Green+Blue) = 229+40+202=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 40 (16.02% from 255 or 8.49% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 229 - color contains mainly: red. Hex color #E528CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E528CA is #1AD735. Grayscale: #727272. Windows color (decimal): -1759030 or 13248741. OLE color: 13248741.
HSL color Cylindrical-coordinate representation of color #E528CA: hue angle of 308.57º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E528CA is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 40 | 202 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.10 |
| HSL | 308.57º | 0.78% | 0.53% | - |
| HSV(B) | 308.57º | 0.83% | 0.9% | - |
| XYZ | 43.73 | 22.44 | 57.9 | - |
| YUV | 114.98 | 177.12 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 202 | 0 | 0.83 | 0.12 | 0.10 | 308.57 | 0.78 | 0.53 |
| Hex | E5 | 28 | CA | 0 | 53 | C | A | 135 | 4E | 35 |
| Octal | 345 | 50 | 312 | 0 | 123 | 14 | 12 | 465 | 116 | 65 |
| Binary | 11100101 | 101000 | 11001010 | 0 | 1010011 | 1100 | 1010 | 100110101 | 1001110 | 110101 |
Color Harmonies of #E528CA
Complementary color
Monochromatic Colors of #E528CA
Black with #E528CA
Text Example
Text Example
White with #E528CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E528CA; }
p { color: rgb(229,40,202); }
H1.HeaderClassName
{
color: #E528CA;
}
.AnyTagClassName
{
color: #E528CA;
}
</style>
background-color css
<style>
a { background-color: #E528CA; }
a { background-color: rgb(229,40,202); }
div.DivClassName
{
background-color: #E528CA;
}
.BgClassName
{
background-color: #E528CA;
}
</style>
border-color css
<style>
span { border-color: #E528CA; }
span { border-color: rgb(229,40,202); }
td.TdClassName
{
border-color: #E528CA;
}
.TagClassName
{
border-color: #E528CA;
}
</style>