Shades of Shocking #E4A3C2
Tints of Shocking #E4A3C2
RGB
CMYK
RGB Variations
Color information
#E4A3C2 (or 0xE4A3C2) is known color: Shocking. HEX triplet: E4, A3 and C2. RGB value is (228,163,194). Sum of RGB (Red+Green+Blue) = 228+163+194=585 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.97% from 585); Green value is 163 (64.06% from 255 or 27.86% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A3C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4A3C2 is #1B5C3D. Grayscale: #B9B9B9. Windows color (decimal): -1793086 or 12755940. OLE color: 12755940.
HSL color Cylindrical-coordinate representation of color #E4A3C2: hue angle of 331.38º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E4A3C2 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 163 | 194 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.11 |
| HSL | 331.38º | 0.55% | 0.77% | - |
| HSV(B) | 331.38º | 0.29% | 0.89% | - |
| XYZ | 54.83 | 46.58 | 57.14 | - |
| YUV | 185.97 | 132.53 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 163 | 194 | 0 | 0.29 | 0.15 | 0.11 | 331.38 | 0.55 | 0.77 |
| Hex | E4 | A3 | C2 | 0 | 1D | F | B | 14B | 37 | 4D |
| Octal | 344 | 243 | 302 | 0 | 35 | 17 | 13 | 513 | 67 | 115 |
| Binary | 11100100 | 10100011 | 11000010 | 0 | 11101 | 1111 | 1011 | 101001011 | 110111 | 1001101 |
Color Harmonies of #E4A3C2
Complementary color
Monochromatic Colors of #E4A3C2
Black with #E4A3C2
Text Example
Text Example
White with #E4A3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A3C2; }
p { color: rgb(228,163,194); }
H1.HeaderClassName
{
color: #E4A3C2;
}
.AnyTagClassName
{
color: #E4A3C2;
}
</style>
background-color css
<style>
a { background-color: #E4A3C2; }
a { background-color: rgb(228,163,194); }
div.DivClassName
{
background-color: #E4A3C2;
}
.BgClassName
{
background-color: #E4A3C2;
}
</style>
border-color css
<style>
span { border-color: #E4A3C2; }
span { border-color: rgb(228,163,194); }
td.TdClassName
{
border-color: #E4A3C2;
}
.TagClassName
{
border-color: #E4A3C2;
}
</style>