Shades of Shocking #E1A2CA
Tints of Shocking #E1A2CA
RGB
CMYK
RGB Variations
Color information
#E1A2CA (or 0xE1A2CA) is known color: Shocking. HEX triplet: E1, A2 and CA. RGB value is (225,162,202). Sum of RGB (Red+Green+Blue) = 225+162+202=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 162 (63.67% from 255 or 27.50% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A2CA is #1E5D35. Grayscale: #B9B9B9. Windows color (decimal): -1989942 or 13279969. OLE color: 13279969.
HSL color Cylindrical-coordinate representation of color #E1A2CA: hue angle of 321.9º 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 #E1A2CA is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 162 | 202 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.12 |
| HSL | 321.9º | 0.51% | 0.76% | - |
| HSV(B) | 321.9º | 0.28% | 0.88% | - |
| XYZ | 54.63 | 46.11 | 61.9 | - |
| YUV | 185.4 | 137.37 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 162 | 202 | 0 | 0.28 | 0.10 | 0.12 | 321.9 | 0.51 | 0.76 |
| Hex | E1 | A2 | CA | 0 | 1C | A | C | 142 | 33 | 4C |
| Octal | 341 | 242 | 312 | 0 | 34 | 12 | 14 | 502 | 63 | 114 |
| Binary | 11100001 | 10100010 | 11001010 | 0 | 11100 | 1010 | 1100 | 101000010 | 110011 | 1001100 |
Color Harmonies of #E1A2CA
Complementary color
Monochromatic Colors of #E1A2CA
Black with #E1A2CA
Text Example
Text Example
White with #E1A2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A2CA; }
p { color: rgb(225,162,202); }
H1.HeaderClassName
{
color: #E1A2CA;
}
.AnyTagClassName
{
color: #E1A2CA;
}
</style>
background-color css
<style>
a { background-color: #E1A2CA; }
a { background-color: rgb(225,162,202); }
div.DivClassName
{
background-color: #E1A2CA;
}
.BgClassName
{
background-color: #E1A2CA;
}
</style>
border-color css
<style>
span { border-color: #E1A2CA; }
span { border-color: rgb(225,162,202); }
td.TdClassName
{
border-color: #E1A2CA;
}
.TagClassName
{
border-color: #E1A2CA;
}
</style>