Shades of Shocking #E1A3CA
Tints of Shocking #E1A3CA
RGB
CMYK
RGB Variations
Color information
#E1A3CA (or 0xE1A3CA) is known color: Shocking. HEX triplet: E1, A3 and CA. RGB value is (225,163,202). Sum of RGB (Red+Green+Blue) = 225+163+202=590 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.14% from 590); Green value is 163 (64.06% from 255 or 27.63% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A3CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A3CA is #1E5C35. Grayscale: #B9B9B9. Windows color (decimal): -1989686 or 13280225. OLE color: 13280225.
HSL color Cylindrical-coordinate representation of color #E1A3CA: hue angle of 322.26º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E1A3CA is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 163 | 202 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.12 |
| HSL | 322.26º | 0.51% | 0.76% | - |
| HSV(B) | 322.26º | 0.28% | 0.88% | - |
| XYZ | 54.81 | 46.47 | 61.96 | - |
| YUV | 185.98 | 137.04 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 163 | 202 | 0 | 0.28 | 0.10 | 0.12 | 322.26 | 0.51 | 0.76 |
| Hex | E1 | A3 | CA | 0 | 1C | A | C | 142 | 33 | 4C |
| Octal | 341 | 243 | 312 | 0 | 34 | 12 | 14 | 502 | 63 | 114 |
| Binary | 11100001 | 10100011 | 11001010 | 0 | 11100 | 1010 | 1100 | 101000010 | 110011 | 1001100 |
Color Harmonies of #E1A3CA
Complementary color
Monochromatic Colors of #E1A3CA
Black with #E1A3CA
Text Example
Text Example
White with #E1A3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A3CA; }
p { color: rgb(225,163,202); }
H1.HeaderClassName
{
color: #E1A3CA;
}
.AnyTagClassName
{
color: #E1A3CA;
}
</style>
background-color css
<style>
a { background-color: #E1A3CA; }
a { background-color: rgb(225,163,202); }
div.DivClassName
{
background-color: #E1A3CA;
}
.BgClassName
{
background-color: #E1A3CA;
}
</style>
border-color css
<style>
span { border-color: #E1A3CA; }
span { border-color: rgb(225,163,202); }
td.TdClassName
{
border-color: #E1A3CA;
}
.TagClassName
{
border-color: #E1A3CA;
}
</style>