Shades of Shocking #E2ABC5
Tints of Shocking #E2ABC5
RGB
CMYK
RGB Variations
Color information
#E2ABC5 (or 0xE2ABC5) is known color: Shocking. HEX triplet: E2, AB and C5. RGB value is (226,171,197). Sum of RGB (Red+Green+Blue) = 226+171+197=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 171 (67.19% from 255 or 28.79% from 594); Blue value is 197 (77.34% from 255 or 33.16% from 594); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ABC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ABC5 is #1D543A. Grayscale: #BEBEBE. Windows color (decimal): -1922107 or 12954594. OLE color: 12954594.
HSL color Cylindrical-coordinate representation of color #E2ABC5: hue angle of 331.64º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2ABC5 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 171 | 197 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.11 |
| HSL | 331.64º | 0.49% | 0.78% | - |
| HSV(B) | 331.64º | 0.24% | 0.89% | - |
| XYZ | 56 | 49.33 | 59.39 | - |
| YUV | 190.41 | 131.72 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 197 | 0 | 0.24 | 0.13 | 0.11 | 331.64 | 0.49 | 0.78 |
| Hex | E2 | AB | C5 | 0 | 18 | D | B | 14C | 31 | 4E |
| Octal | 342 | 253 | 305 | 0 | 30 | 15 | 13 | 514 | 61 | 116 |
| Binary | 11100010 | 10101011 | 11000101 | 0 | 11000 | 1101 | 1011 | 101001100 | 110001 | 1001110 |
Color Harmonies of #E2ABC5
Complementary color
Monochromatic Colors of #E2ABC5
Black with #E2ABC5
Text Example
Text Example
White with #E2ABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ABC5; }
p { color: rgb(226,171,197); }
H1.HeaderClassName
{
color: #E2ABC5;
}
.AnyTagClassName
{
color: #E2ABC5;
}
</style>
background-color css
<style>
a { background-color: #E2ABC5; }
a { background-color: rgb(226,171,197); }
div.DivClassName
{
background-color: #E2ABC5;
}
.BgClassName
{
background-color: #E2ABC5;
}
</style>
border-color css
<style>
span { border-color: #E2ABC5; }
span { border-color: rgb(226,171,197); }
td.TdClassName
{
border-color: #E2ABC5;
}
.TagClassName
{
border-color: #E2ABC5;
}
</style>