Shades of Shocking #E5A9C9
Tints of Shocking #E5A9C9
RGB
CMYK
RGB Variations
Color information
#E5A9C9 (or 0xE5A9C9) is known color: Shocking. HEX triplet: E5, A9 and C9. RGB value is (229,169,201). Sum of RGB (Red+Green+Blue) = 229+169+201=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 169 (66.41% from 255 or 28.21% from 599); Blue value is 201 (78.91% from 255 or 33.56% from 599); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A9C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A9C9 is #1A5636. Grayscale: #BEBEBE. Windows color (decimal): -1726007 or 13216229. OLE color: 13216229.
HSL color Cylindrical-coordinate representation of color #E5A9C9: hue angle of 328º degrees, saturation: 0.54, 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 #E5A9C9 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 169 | 201 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.10 |
| HSL | 328º | 0.54% | 0.78% | - |
| HSV(B) | 328º | 0.26% | 0.9% | - |
| XYZ | 57.04 | 49.25 | 61.76 | - |
| YUV | 190.59 | 133.88 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 169 | 201 | 0 | 0.26 | 0.12 | 0.10 | 328 | 0.54 | 0.78 |
| Hex | E5 | A9 | C9 | 0 | 1A | C | A | 148 | 36 | 4E |
| Octal | 345 | 251 | 311 | 0 | 32 | 14 | 12 | 510 | 66 | 116 |
| Binary | 11100101 | 10101001 | 11001001 | 0 | 11010 | 1100 | 1010 | 101001000 | 110110 | 1001110 |
Color Harmonies of #E5A9C9
Complementary color
Monochromatic Colors of #E5A9C9
Black with #E5A9C9
Text Example
Text Example
White with #E5A9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A9C9; }
p { color: rgb(229,169,201); }
H1.HeaderClassName
{
color: #E5A9C9;
}
.AnyTagClassName
{
color: #E5A9C9;
}
</style>
background-color css
<style>
a { background-color: #E5A9C9; }
a { background-color: rgb(229,169,201); }
div.DivClassName
{
background-color: #E5A9C9;
}
.BgClassName
{
background-color: #E5A9C9;
}
</style>
border-color css
<style>
span { border-color: #E5A9C9; }
span { border-color: rgb(229,169,201); }
td.TdClassName
{
border-color: #E5A9C9;
}
.TagClassName
{
border-color: #E5A9C9;
}
</style>