Shades of Shocking #E5A3CA
Tints of Shocking #E5A3CA
RGB
CMYK
RGB Variations
Color information
#E5A3CA (or 0xE5A3CA) is known color: Shocking. HEX triplet: E5, A3 and CA. RGB value is (229,163,202). Sum of RGB (Red+Green+Blue) = 229+163+202=594 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.55% from 594); Green value is 163 (64.06% from 255 or 27.44% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A3CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A3CA is #1A5C35. Grayscale: #BBBBBB. Windows color (decimal): -1727542 or 13280229. OLE color: 13280229.
HSL color Cylindrical-coordinate representation of color #E5A3CA: hue angle of 324.55º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5A3CA is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 163 | 202 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.10 |
| HSL | 324.55º | 0.56% | 0.77% | - |
| HSV(B) | 324.55º | 0.29% | 0.9% | - |
| XYZ | 56.07 | 47.12 | 62.02 | - |
| YUV | 187.18 | 136.37 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 163 | 202 | 0 | 0.29 | 0.12 | 0.10 | 324.55 | 0.56 | 0.77 |
| Hex | E5 | A3 | CA | 0 | 1D | C | A | 145 | 38 | 4D |
| Octal | 345 | 243 | 312 | 0 | 35 | 14 | 12 | 505 | 70 | 115 |
| Binary | 11100101 | 10100011 | 11001010 | 0 | 11101 | 1100 | 1010 | 101000101 | 111000 | 1001101 |
Color Harmonies of #E5A3CA
Complementary color
Monochromatic Colors of #E5A3CA
Black with #E5A3CA
Text Example
Text Example
White with #E5A3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A3CA; }
p { color: rgb(229,163,202); }
H1.HeaderClassName
{
color: #E5A3CA;
}
.AnyTagClassName
{
color: #E5A3CA;
}
</style>
background-color css
<style>
a { background-color: #E5A3CA; }
a { background-color: rgb(229,163,202); }
div.DivClassName
{
background-color: #E5A3CA;
}
.BgClassName
{
background-color: #E5A3CA;
}
</style>
border-color css
<style>
span { border-color: #E5A3CA; }
span { border-color: rgb(229,163,202); }
td.TdClassName
{
border-color: #E5A3CA;
}
.TagClassName
{
border-color: #E5A3CA;
}
</style>