Shades of Shocking #E5A1C5
Tints of Shocking #E5A1C5
RGB
CMYK
RGB Variations
Color information
#E5A1C5 (or 0xE5A1C5) is known color: Shocking. HEX triplet: E5, A1 and C5. RGB value is (229,161,197). Sum of RGB (Red+Green+Blue) = 229+161+197=587 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.01% from 587); Green value is 161 (63.28% from 255 or 27.43% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A1C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A1C5 is #1A5E3A. Grayscale: #B9B9B9. Windows color (decimal): -1728059 or 12952037. OLE color: 12952037.
HSL color Cylindrical-coordinate representation of color #E5A1C5: hue angle of 328.24º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E5A1C5 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 161 | 197 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.10 |
| HSL | 328.24º | 0.57% | 0.76% | - |
| HSV(B) | 328.24º | 0.3% | 0.9% | - |
| XYZ | 55.14 | 46.18 | 58.83 | - |
| YUV | 185.44 | 134.53 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 161 | 197 | 0 | 0.30 | 0.14 | 0.10 | 328.24 | 0.57 | 0.76 |
| Hex | E5 | A1 | C5 | 0 | 1E | E | A | 148 | 39 | 4C |
| Octal | 345 | 241 | 305 | 0 | 36 | 16 | 12 | 510 | 71 | 114 |
| Binary | 11100101 | 10100001 | 11000101 | 0 | 11110 | 1110 | 1010 | 101001000 | 111001 | 1001100 |
Color Harmonies of #E5A1C5
Complementary color
Monochromatic Colors of #E5A1C5
Black with #E5A1C5
Text Example
Text Example
White with #E5A1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A1C5; }
p { color: rgb(229,161,197); }
H1.HeaderClassName
{
color: #E5A1C5;
}
.AnyTagClassName
{
color: #E5A1C5;
}
</style>
background-color css
<style>
a { background-color: #E5A1C5; }
a { background-color: rgb(229,161,197); }
div.DivClassName
{
background-color: #E5A1C5;
}
.BgClassName
{
background-color: #E5A1C5;
}
</style>
border-color css
<style>
span { border-color: #E5A1C5; }
span { border-color: rgb(229,161,197); }
td.TdClassName
{
border-color: #E5A1C5;
}
.TagClassName
{
border-color: #E5A1C5;
}
</style>