Shades of Shocking #E5A5B9
Tints of Shocking #E5A5B9
RGB
CMYK
RGB Variations
Color information
#E5A5B9 (or 0xE5A5B9) is known color: Shocking. HEX triplet: E5, A5 and B9. RGB value is (229,165,185). Sum of RGB (Red+Green+Blue) = 229+165+185=579 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.55% from 579); Green value is 165 (64.84% from 255 or 28.50% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A5B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A5B9 is #1A5A46. Grayscale: #BABABA. Windows color (decimal): -1727047 or 12166629. OLE color: 12166629.
HSL color Cylindrical-coordinate representation of color #E5A5B9: hue angle of 341.25º 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 #E5A5B9 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 165 | 185 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.10 |
| HSL | 341.25º | 0.55% | 0.77% | - |
| HSV(B) | 341.25º | 0.28% | 0.9% | - |
| XYZ | 54.53 | 47.07 | 52.11 | - |
| YUV | 186.42 | 127.2 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 165 | 185 | 0 | 0.28 | 0.19 | 0.10 | 341.25 | 0.55 | 0.77 |
| Hex | E5 | A5 | B9 | 0 | 1C | 13 | A | 155 | 37 | 4D |
| Octal | 345 | 245 | 271 | 0 | 34 | 23 | 12 | 525 | 67 | 115 |
| Binary | 11100101 | 10100101 | 10111001 | 0 | 11100 | 10011 | 1010 | 101010101 | 110111 | 1001101 |
Color Harmonies of #E5A5B9
Complementary color
Monochromatic Colors of #E5A5B9
Black with #E5A5B9
Text Example
Text Example
White with #E5A5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A5B9; }
p { color: rgb(229,165,185); }
H1.HeaderClassName
{
color: #E5A5B9;
}
.AnyTagClassName
{
color: #E5A5B9;
}
</style>
background-color css
<style>
a { background-color: #E5A5B9; }
a { background-color: rgb(229,165,185); }
div.DivClassName
{
background-color: #E5A5B9;
}
.BgClassName
{
background-color: #E5A5B9;
}
</style>
border-color css
<style>
span { border-color: #E5A5B9; }
span { border-color: rgb(229,165,185); }
td.TdClassName
{
border-color: #E5A5B9;
}
.TagClassName
{
border-color: #E5A5B9;
}
</style>