Shades of Shocking #E1ACC6
Tints of Shocking #E1ACC6
RGB
CMYK
RGB Variations
Color information
#E1ACC6 (or 0xE1ACC6) is known color: Shocking. HEX triplet: E1, AC and C6. RGB value is (225,172,198). Sum of RGB (Red+Green+Blue) = 225+172+198=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 198 (77.73% from 255 or 33.28% from 595); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ACC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ACC6 is #1E5339. Grayscale: #BEBEBE. Windows color (decimal): -1987386 or 13020385. OLE color: 13020385.
HSL color Cylindrical-coordinate representation of color #E1ACC6: hue angle of 330.57º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1ACC6 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 172 | 198 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.12 |
| HSL | 330.57º | 0.47% | 0.78% | - |
| HSV(B) | 330.57º | 0.24% | 0.88% | - |
| XYZ | 56 | 49.59 | 60.05 | - |
| YUV | 190.81 | 132.06 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 172 | 198 | 0 | 0.24 | 0.12 | 0.12 | 330.57 | 0.47 | 0.78 |
| Hex | E1 | AC | C6 | 0 | 18 | C | C | 14B | 2F | 4E |
| Octal | 341 | 254 | 306 | 0 | 30 | 14 | 14 | 513 | 57 | 116 |
| Binary | 11100001 | 10101100 | 11000110 | 0 | 11000 | 1100 | 1100 | 101001011 | 101111 | 1001110 |
Color Harmonies of #E1ACC6
Complementary color
Monochromatic Colors of #E1ACC6
Black with #E1ACC6
Text Example
Text Example
White with #E1ACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ACC6; }
p { color: rgb(225,172,198); }
H1.HeaderClassName
{
color: #E1ACC6;
}
.AnyTagClassName
{
color: #E1ACC6;
}
</style>
background-color css
<style>
a { background-color: #E1ACC6; }
a { background-color: rgb(225,172,198); }
div.DivClassName
{
background-color: #E1ACC6;
}
.BgClassName
{
background-color: #E1ACC6;
}
</style>
border-color css
<style>
span { border-color: #E1ACC6; }
span { border-color: rgb(225,172,198); }
td.TdClassName
{
border-color: #E1ACC6;
}
.TagClassName
{
border-color: #E1ACC6;
}
</style>