Shades of Shocking #E4A3CC
Tints of Shocking #E4A3CC
RGB
CMYK
RGB Variations
Color information
#E4A3CC (or 0xE4A3CC) is known color: Shocking. HEX triplet: E4, A3 and CC. RGB value is (228,163,204). Sum of RGB (Red+Green+Blue) = 228+163+204=595 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.32% from 595); Green value is 163 (64.06% from 255 or 27.39% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A3CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4A3CC is #1B5C33. Grayscale: #BBBBBB. Windows color (decimal): -1793076 or 13411300. OLE color: 13411300.
HSL color Cylindrical-coordinate representation of color #E4A3CC: hue angle of 322.15º 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 #E4A3CC is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 163 | 204 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.11 |
| HSL | 322.15º | 0.55% | 0.77% | - |
| HSV(B) | 322.15º | 0.29% | 0.89% | - |
| XYZ | 55.99 | 47.05 | 63.26 | - |
| YUV | 187.11 | 137.53 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 163 | 204 | 0 | 0.29 | 0.11 | 0.11 | 322.15 | 0.55 | 0.77 |
| Hex | E4 | A3 | CC | 0 | 1D | B | B | 142 | 37 | 4D |
| Octal | 344 | 243 | 314 | 0 | 35 | 13 | 13 | 502 | 67 | 115 |
| Binary | 11100100 | 10100011 | 11001100 | 0 | 11101 | 1011 | 1011 | 101000010 | 110111 | 1001101 |
Color Harmonies of #E4A3CC
Complementary color
Monochromatic Colors of #E4A3CC
Black with #E4A3CC
Text Example
Text Example
White with #E4A3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A3CC; }
p { color: rgb(228,163,204); }
H1.HeaderClassName
{
color: #E4A3CC;
}
.AnyTagClassName
{
color: #E4A3CC;
}
</style>
background-color css
<style>
a { background-color: #E4A3CC; }
a { background-color: rgb(228,163,204); }
div.DivClassName
{
background-color: #E4A3CC;
}
.BgClassName
{
background-color: #E4A3CC;
}
</style>
border-color css
<style>
span { border-color: #E4A3CC; }
span { border-color: rgb(228,163,204); }
td.TdClassName
{
border-color: #E4A3CC;
}
.TagClassName
{
border-color: #E4A3CC;
}
</style>