Shades of Shocking #E5ACC8
Tints of Shocking #E5ACC8
RGB
CMYK
RGB Variations
Color information
#E5ACC8 (or 0xE5ACC8) is known color: Shocking. HEX triplet: E5, AC and C8. RGB value is (229,172,200). Sum of RGB (Red+Green+Blue) = 229+172+200=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 200 (78.52% from 255 or 33.28% from 601); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ACC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5ACC8 is #1A5337. Grayscale: #C0C0C0. Windows color (decimal): -1725240 or 13151461. OLE color: 13151461.
HSL color Cylindrical-coordinate representation of color #E5ACC8: hue angle of 330.53º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5ACC8 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 172 | 200 | - |
CMYK | 0 | 0.25 | 0.13 | 0.10 |
HSL | 330.53º | 0.52% | 0.79% | - |
HSV(B) | 330.53º | 0.25% | 0.9% | - |
XYZ | 57.49 | 50.33 | 61.33 | - |
YUV | 192.24 | 132.38 | 154.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 172 | 200 | 0 | 0.25 | 0.13 | 0.10 | 330.53 | 0.52 | 0.79 |
Hex | E5 | AC | C8 | 0 | 19 | D | A | 14B | 34 | 4F |
Octal | 345 | 254 | 310 | 0 | 31 | 15 | 12 | 513 | 64 | 117 |
Binary | 11100101 | 10101100 | 11001000 | 0 | 11001 | 1101 | 1010 | 101001011 | 110100 | 1001111 |
Color Harmonies of #E5ACC8
Complementary color
Monochromatic Colors of #E5ACC8
Black with #E5ACC8
Text Example
Text Example
White with #E5ACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ACC8; }
p { color: rgb(229,172,200); }
H1.HeaderClassName
{
color: #E5ACC8;
}
.AnyTagClassName
{
color: #E5ACC8;
}
</style>
background-color css
<style>
a { background-color: #E5ACC8; }
a { background-color: rgb(229,172,200); }
div.DivClassName
{
background-color: #E5ACC8;
}
.BgClassName
{
background-color: #E5ACC8;
}
</style>
border-color css
<style>
span { border-color: #E5ACC8; }
span { border-color: rgb(229,172,200); }
td.TdClassName
{
border-color: #E5ACC8;
}
.TagClassName
{
border-color: #E5ACC8;
}
</style>