Shades of Shocking #E5AACD
Tints of Shocking #E5AACD
RGB
CMYK
RGB Variations
Color information
#E5AACD (or 0xE5AACD) is known color: Shocking. HEX triplet: E5, AA and CD. RGB value is (229,170,205). Sum of RGB (Red+Green+Blue) = 229+170+205=604 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.91% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AACD is #1A5532. Grayscale: #BFBFBF. Windows color (decimal): -1725747 or 13478629. OLE color: 13478629.
HSL color Cylindrical-coordinate representation of color #E5AACD: hue angle of 324.41º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5AACD is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 170 | 205 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.10 |
| HSL | 324.41º | 0.53% | 0.78% | - |
| HSV(B) | 324.41º | 0.26% | 0.9% | - |
| XYZ | 57.71 | 49.82 | 64.33 | - |
| YUV | 191.63 | 135.55 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 170 | 205 | 0 | 0.26 | 0.10 | 0.10 | 324.41 | 0.53 | 0.78 |
| Hex | E5 | AA | CD | 0 | 1A | A | A | 144 | 35 | 4E |
| Octal | 345 | 252 | 315 | 0 | 32 | 12 | 12 | 504 | 65 | 116 |
| Binary | 11100101 | 10101010 | 11001101 | 0 | 11010 | 1010 | 1010 | 101000100 | 110101 | 1001110 |
Color Harmonies of #E5AACD
Complementary color
Monochromatic Colors of #E5AACD
Black with #E5AACD
Text Example
Text Example
White with #E5AACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AACD; }
p { color: rgb(229,170,205); }
H1.HeaderClassName
{
color: #E5AACD;
}
.AnyTagClassName
{
color: #E5AACD;
}
</style>
background-color css
<style>
a { background-color: #E5AACD; }
a { background-color: rgb(229,170,205); }
div.DivClassName
{
background-color: #E5AACD;
}
.BgClassName
{
background-color: #E5AACD;
}
</style>
border-color css
<style>
span { border-color: #E5AACD; }
span { border-color: rgb(229,170,205); }
td.TdClassName
{
border-color: #E5AACD;
}
.TagClassName
{
border-color: #E5AACD;
}
</style>