Shades of Shocking #E1A2B7
Tints of Shocking #E1A2B7
RGB
CMYK
RGB Variations
Color information
#E1A2B7 (or 0xE1A2B7) is known color: Shocking. HEX triplet: E1, A2 and B7. RGB value is (225,162,183). Sum of RGB (Red+Green+Blue) = 225+162+183=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 162 (63.67% from 255 or 28.42% from 570); Blue value is 183 (71.88% from 255 or 32.11% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A2B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A2B7 is #1E5D48. Grayscale: #B7B7B7. Windows color (decimal): -1989961 or 12034785. OLE color: 12034785.
HSL color Cylindrical-coordinate representation of color #E1A2B7: hue angle of 340º 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 #E1A2B7 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 162 | 183 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.12 |
| HSL | 340º | 0.51% | 0.76% | - |
| HSV(B) | 340º | 0.28% | 0.88% | - |
| XYZ | 52.52 | 45.27 | 50.77 | - |
| YUV | 183.23 | 127.87 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 162 | 183 | 0 | 0.28 | 0.19 | 0.12 | 340 | 0.51 | 0.76 |
| Hex | E1 | A2 | B7 | 0 | 1C | 13 | C | 154 | 33 | 4C |
| Octal | 341 | 242 | 267 | 0 | 34 | 23 | 14 | 524 | 63 | 114 |
| Binary | 11100001 | 10100010 | 10110111 | 0 | 11100 | 10011 | 1100 | 101010100 | 110011 | 1001100 |
Color Harmonies of #E1A2B7
Complementary color
Monochromatic Colors of #E1A2B7
Black with #E1A2B7
Text Example
Text Example
White with #E1A2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A2B7; }
p { color: rgb(225,162,183); }
H1.HeaderClassName
{
color: #E1A2B7;
}
.AnyTagClassName
{
color: #E1A2B7;
}
</style>
background-color css
<style>
a { background-color: #E1A2B7; }
a { background-color: rgb(225,162,183); }
div.DivClassName
{
background-color: #E1A2B7;
}
.BgClassName
{
background-color: #E1A2B7;
}
</style>
border-color css
<style>
span { border-color: #E1A2B7; }
span { border-color: rgb(225,162,183); }
td.TdClassName
{
border-color: #E1A2B7;
}
.TagClassName
{
border-color: #E1A2B7;
}
</style>