Shades of Shocking #E5A5CD
Tints of Shocking #E5A5CD
RGB
CMYK
RGB Variations
Color information
#E5A5CD (or 0xE5A5CD) is known color: Shocking. HEX triplet: E5, A5 and CD. RGB value is (229,165,205). Sum of RGB (Red+Green+Blue) = 229+165+205=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 165 (64.84% from 255 or 27.55% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A5CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A5CD is #1A5A32. Grayscale: #BCBCBC. Windows color (decimal): -1727027 or 13477349. OLE color: 13477349.
HSL color Cylindrical-coordinate representation of color #E5A5CD: hue angle of 322.5º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E5A5CD is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 165 | 205 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.10 |
| HSL | 322.5º | 0.55% | 0.77% | - |
| HSV(B) | 322.5º | 0.28% | 0.9% | - |
| XYZ | 56.79 | 47.98 | 64.02 | - |
| YUV | 188.7 | 137.2 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 165 | 205 | 0 | 0.28 | 0.10 | 0.10 | 322.5 | 0.55 | 0.77 |
| Hex | E5 | A5 | CD | 0 | 1C | A | A | 142 | 37 | 4D |
| Octal | 345 | 245 | 315 | 0 | 34 | 12 | 12 | 502 | 67 | 115 |
| Binary | 11100101 | 10100101 | 11001101 | 0 | 11100 | 1010 | 1010 | 101000010 | 110111 | 1001101 |
Color Harmonies of #E5A5CD
Complementary color
Monochromatic Colors of #E5A5CD
Black with #E5A5CD
Text Example
Text Example
White with #E5A5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A5CD; }
p { color: rgb(229,165,205); }
H1.HeaderClassName
{
color: #E5A5CD;
}
.AnyTagClassName
{
color: #E5A5CD;
}
</style>
background-color css
<style>
a { background-color: #E5A5CD; }
a { background-color: rgb(229,165,205); }
div.DivClassName
{
background-color: #E5A5CD;
}
.BgClassName
{
background-color: #E5A5CD;
}
</style>
border-color css
<style>
span { border-color: #E5A5CD; }
span { border-color: rgb(229,165,205); }
td.TdClassName
{
border-color: #E5A5CD;
}
.TagClassName
{
border-color: #E5A5CD;
}
</style>