Shades of Shocking #E5A0CA
Tints of Shocking #E5A0CA
RGB
CMYK
RGB Variations
Color information
#E5A0CA (or 0xE5A0CA) is known color: Shocking. HEX triplet: E5, A0 and CA. RGB value is (229,160,202). Sum of RGB (Red+Green+Blue) = 229+160+202=591 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.75% from 591); Green value is 160 (62.89% from 255 or 27.07% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A0CA is #1A5F35. Grayscale: #B9B9B9. Windows color (decimal): -1728310 or 13279461. OLE color: 13279461.
HSL color Cylindrical-coordinate representation of color #E5A0CA: hue angle of 323.48º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E5A0CA is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 160 | 202 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.10 |
| HSL | 323.48º | 0.57% | 0.76% | - |
| HSV(B) | 323.48º | 0.3% | 0.9% | - |
| XYZ | 55.54 | 46.06 | 61.84 | - |
| YUV | 185.42 | 137.36 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 160 | 202 | 0 | 0.30 | 0.12 | 0.10 | 323.48 | 0.57 | 0.76 |
| Hex | E5 | A0 | CA | 0 | 1E | C | A | 143 | 39 | 4C |
| Octal | 345 | 240 | 312 | 0 | 36 | 14 | 12 | 503 | 71 | 114 |
| Binary | 11100101 | 10100000 | 11001010 | 0 | 11110 | 1100 | 1010 | 101000011 | 111001 | 1001100 |
Color Harmonies of #E5A0CA
Complementary color
Monochromatic Colors of #E5A0CA
Black with #E5A0CA
Text Example
Text Example
White with #E5A0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A0CA; }
p { color: rgb(229,160,202); }
H1.HeaderClassName
{
color: #E5A0CA;
}
.AnyTagClassName
{
color: #E5A0CA;
}
</style>
background-color css
<style>
a { background-color: #E5A0CA; }
a { background-color: rgb(229,160,202); }
div.DivClassName
{
background-color: #E5A0CA;
}
.BgClassName
{
background-color: #E5A0CA;
}
</style>
border-color css
<style>
span { border-color: #E5A0CA; }
span { border-color: rgb(229,160,202); }
td.TdClassName
{
border-color: #E5A0CA;
}
.TagClassName
{
border-color: #E5A0CA;
}
</style>