Shades of Shocking #E5A1C6
Tints of Shocking #E5A1C6
RGB
CMYK
RGB Variations
Color information
#E5A1C6 (or 0xE5A1C6) is known color: Shocking. HEX triplet: E5, A1 and C6. RGB value is (229,161,198). Sum of RGB (Red+Green+Blue) = 229+161+198=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 161 (63.28% from 255 or 27.38% from 588); Blue value is 198 (77.73% from 255 or 33.67% from 588); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A1C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A1C6 is #1A5E39. Grayscale: #B9B9B9. Windows color (decimal): -1728058 or 13017573. OLE color: 13017573.
HSL color Cylindrical-coordinate representation of color #E5A1C6: hue angle of 327.35º 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 #E5A1C6 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 161 | 198 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.10 |
| HSL | 327.35º | 0.57% | 0.76% | - |
| HSV(B) | 327.35º | 0.3% | 0.9% | - |
| XYZ | 55.25 | 46.22 | 59.44 | - |
| YUV | 185.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 161 | 198 | 0 | 0.30 | 0.14 | 0.10 | 327.35 | 0.57 | 0.76 |
| Hex | E5 | A1 | C6 | 0 | 1E | E | A | 147 | 39 | 4C |
| Octal | 345 | 241 | 306 | 0 | 36 | 16 | 12 | 507 | 71 | 114 |
| Binary | 11100101 | 10100001 | 11000110 | 0 | 11110 | 1110 | 1010 | 101000111 | 111001 | 1001100 |
Color Harmonies of #E5A1C6
Complementary color
Monochromatic Colors of #E5A1C6
Black with #E5A1C6
Text Example
Text Example
White with #E5A1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A1C6; }
p { color: rgb(229,161,198); }
H1.HeaderClassName
{
color: #E5A1C6;
}
.AnyTagClassName
{
color: #E5A1C6;
}
</style>
background-color css
<style>
a { background-color: #E5A1C6; }
a { background-color: rgb(229,161,198); }
div.DivClassName
{
background-color: #E5A1C6;
}
.BgClassName
{
background-color: #E5A1C6;
}
</style>
border-color css
<style>
span { border-color: #E5A1C6; }
span { border-color: rgb(229,161,198); }
td.TdClassName
{
border-color: #E5A1C6;
}
.TagClassName
{
border-color: #E5A1C6;
}
</style>