Shades of Shocking #E1A3BD
Tints of Shocking #E1A3BD
RGB
CMYK
RGB Variations
Color information
#E1A3BD (or 0xE1A3BD) is known color: Shocking. HEX triplet: E1, A3 and BD. RGB value is (225,163,189). Sum of RGB (Red+Green+Blue) = 225+163+189=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 163 (64.06% from 255 or 28.25% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A3BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A3BD is #1E5C42. Grayscale: #B8B8B8. Windows color (decimal): -1989699 or 12428257. OLE color: 12428257.
HSL color Cylindrical-coordinate representation of color #E1A3BD: hue angle of 334.84º 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 #E1A3BD is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 163 | 189 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.12 |
| HSL | 334.84º | 0.51% | 0.76% | - |
| HSV(B) | 334.84º | 0.28% | 0.88% | - |
| XYZ | 53.33 | 45.88 | 54.19 | - |
| YUV | 184.5 | 130.54 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 163 | 189 | 0 | 0.28 | 0.16 | 0.12 | 334.84 | 0.51 | 0.76 |
| Hex | E1 | A3 | BD | 0 | 1C | 10 | C | 14F | 33 | 4C |
| Octal | 341 | 243 | 275 | 0 | 34 | 20 | 14 | 517 | 63 | 114 |
| Binary | 11100001 | 10100011 | 10111101 | 0 | 11100 | 10000 | 1100 | 101001111 | 110011 | 1001100 |
Color Harmonies of #E1A3BD
Complementary color
Monochromatic Colors of #E1A3BD
Black with #E1A3BD
Text Example
Text Example
White with #E1A3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A3BD; }
p { color: rgb(225,163,189); }
H1.HeaderClassName
{
color: #E1A3BD;
}
.AnyTagClassName
{
color: #E1A3BD;
}
</style>
background-color css
<style>
a { background-color: #E1A3BD; }
a { background-color: rgb(225,163,189); }
div.DivClassName
{
background-color: #E1A3BD;
}
.BgClassName
{
background-color: #E1A3BD;
}
</style>
border-color css
<style>
span { border-color: #E1A3BD; }
span { border-color: rgb(225,163,189); }
td.TdClassName
{
border-color: #E1A3BD;
}
.TagClassName
{
border-color: #E1A3BD;
}
</style>