Shades of Shocking #E1A5CA
Tints of Shocking #E1A5CA
RGB
CMYK
RGB Variations
Color information
#E1A5CA (or 0xE1A5CA) is known color: Shocking. HEX triplet: E1, A5 and CA. RGB value is (225,165,202). Sum of RGB (Red+Green+Blue) = 225+165+202=592 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.01% from 592); Green value is 165 (64.84% from 255 or 27.87% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A5CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A5CA is #1E5A35. Grayscale: #BBBBBB. Windows color (decimal): -1989174 or 13280737. OLE color: 13280737.
HSL color Cylindrical-coordinate representation of color #E1A5CA: hue angle of 323º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E1A5CA is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 165 | 202 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.12 |
| HSL | 323º | 0.5% | 0.76% | - |
| HSV(B) | 323º | 0.27% | 0.88% | - |
| XYZ | 55.17 | 47.18 | 62.08 | - |
| YUV | 187.16 | 136.38 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 165 | 202 | 0 | 0.27 | 0.10 | 0.12 | 323 | 0.5 | 0.76 |
| Hex | E1 | A5 | CA | 0 | 1B | A | C | 143 | 32 | 4C |
| Octal | 341 | 245 | 312 | 0 | 33 | 12 | 14 | 503 | 62 | 114 |
| Binary | 11100001 | 10100101 | 11001010 | 0 | 11011 | 1010 | 1100 | 101000011 | 110010 | 1001100 |
Color Harmonies of #E1A5CA
Complementary color
Monochromatic Colors of #E1A5CA
Black with #E1A5CA
Text Example
Text Example
White with #E1A5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A5CA; }
p { color: rgb(225,165,202); }
H1.HeaderClassName
{
color: #E1A5CA;
}
.AnyTagClassName
{
color: #E1A5CA;
}
</style>
background-color css
<style>
a { background-color: #E1A5CA; }
a { background-color: rgb(225,165,202); }
div.DivClassName
{
background-color: #E1A5CA;
}
.BgClassName
{
background-color: #E1A5CA;
}
</style>
border-color css
<style>
span { border-color: #E1A5CA; }
span { border-color: rgb(225,165,202); }
td.TdClassName
{
border-color: #E1A5CA;
}
.TagClassName
{
border-color: #E1A5CA;
}
</style>