Shades of Shocking #E1A9C3
Tints of Shocking #E1A9C3
RGB
CMYK
RGB Variations
Color information
#E1A9C3 (or 0xE1A9C3) is known color: Shocking. HEX triplet: E1, A9 and C3. RGB value is (225,169,195). Sum of RGB (Red+Green+Blue) = 225+169+195=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 169 (66.41% from 255 or 28.69% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A9C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A9C3 is #1E563C. Grayscale: #BCBCBC. Windows color (decimal): -1988157 or 12823009. OLE color: 12823009.
HSL color Cylindrical-coordinate representation of color #E1A9C3: hue angle of 332.14º 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 #E1A9C3 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 169 | 195 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.12 |
| HSL | 332.14º | 0.48% | 0.77% | - |
| HSV(B) | 332.14º | 0.25% | 0.88% | - |
| XYZ | 55.09 | 48.32 | 58.05 | - |
| YUV | 188.71 | 131.55 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 169 | 195 | 0 | 0.25 | 0.13 | 0.12 | 332.14 | 0.48 | 0.77 |
| Hex | E1 | A9 | C3 | 0 | 19 | D | C | 14C | 30 | 4D |
| Octal | 341 | 251 | 303 | 0 | 31 | 15 | 14 | 514 | 60 | 115 |
| Binary | 11100001 | 10101001 | 11000011 | 0 | 11001 | 1101 | 1100 | 101001100 | 110000 | 1001101 |
Color Harmonies of #E1A9C3
Complementary color
Monochromatic Colors of #E1A9C3
Black with #E1A9C3
Text Example
Text Example
White with #E1A9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A9C3; }
p { color: rgb(225,169,195); }
H1.HeaderClassName
{
color: #E1A9C3;
}
.AnyTagClassName
{
color: #E1A9C3;
}
</style>
background-color css
<style>
a { background-color: #E1A9C3; }
a { background-color: rgb(225,169,195); }
div.DivClassName
{
background-color: #E1A9C3;
}
.BgClassName
{
background-color: #E1A9C3;
}
</style>
border-color css
<style>
span { border-color: #E1A9C3; }
span { border-color: rgb(225,169,195); }
td.TdClassName
{
border-color: #E1A9C3;
}
.TagClassName
{
border-color: #E1A9C3;
}
</style>