Shades of Shocking #E1A9C9
Tints of Shocking #E1A9C9
RGB
CMYK
RGB Variations
Color information
#E1A9C9 (or 0xE1A9C9) is known color: Shocking. HEX triplet: E1, A9 and C9. RGB value is (225,169,201). Sum of RGB (Red+Green+Blue) = 225+169+201=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 169 (66.41% from 255 or 28.40% from 595); Blue value is 201 (78.91% from 255 or 33.78% from 595); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A9C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A9C9 is #1E5636. Grayscale: #BDBDBD. Windows color (decimal): -1988151 or 13216225. OLE color: 13216225.
HSL color Cylindrical-coordinate representation of color #E1A9C9: hue angle of 325.71º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1A9C9 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 169 | 201 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.12 |
| HSL | 325.71º | 0.48% | 0.77% | - |
| HSV(B) | 325.71º | 0.25% | 0.88% | - |
| XYZ | 55.78 | 48.6 | 61.7 | - |
| YUV | 189.39 | 134.55 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 169 | 201 | 0 | 0.25 | 0.11 | 0.12 | 325.71 | 0.48 | 0.77 |
| Hex | E1 | A9 | C9 | 0 | 19 | B | C | 146 | 30 | 4D |
| Octal | 341 | 251 | 311 | 0 | 31 | 13 | 14 | 506 | 60 | 115 |
| Binary | 11100001 | 10101001 | 11001001 | 0 | 11001 | 1011 | 1100 | 101000110 | 110000 | 1001101 |
Color Harmonies of #E1A9C9
Complementary color
Monochromatic Colors of #E1A9C9
Black with #E1A9C9
Text Example
Text Example
White with #E1A9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A9C9; }
p { color: rgb(225,169,201); }
H1.HeaderClassName
{
color: #E1A9C9;
}
.AnyTagClassName
{
color: #E1A9C9;
}
</style>
background-color css
<style>
a { background-color: #E1A9C9; }
a { background-color: rgb(225,169,201); }
div.DivClassName
{
background-color: #E1A9C9;
}
.BgClassName
{
background-color: #E1A9C9;
}
</style>
border-color css
<style>
span { border-color: #E1A9C9; }
span { border-color: rgb(225,169,201); }
td.TdClassName
{
border-color: #E1A9C9;
}
.TagClassName
{
border-color: #E1A9C9;
}
</style>