Shades of Shocking #E59ABC
Tints of Shocking #E59ABC
RGB
CMYK
RGB Variations
Color information
#E59ABC (or 0xE59ABC) is known color: Shocking. HEX triplet: E5, 9A and BC. RGB value is (229,154,188). Sum of RGB (Red+Green+Blue) = 229+154+188=571 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.11% from 571); Green value is 154 (60.55% from 255 or 26.97% from 571); Blue value is 188 (73.83% from 255 or 32.92% from 571); Max value from RGB is 229 - color contains mainly: red. Hex color #E59ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59ABC is #1A6543. Grayscale: #B4B4B4. Windows color (decimal): -1729860 or 12360421. OLE color: 12360421.
HSL color Cylindrical-coordinate representation of color #E59ABC: hue angle of 332.8º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E59ABC is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 154 | 188 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.10 |
| HSL | 332.8º | 0.59% | 0.75% | - |
| HSV(B) | 332.8º | 0.33% | 0.9% | - |
| XYZ | 52.95 | 43.4 | 53.16 | - |
| YUV | 180.3 | 132.35 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 154 | 188 | 0 | 0.33 | 0.18 | 0.10 | 332.8 | 0.59 | 0.75 |
| Hex | E5 | 9A | BC | 0 | 21 | 12 | A | 14D | 3B | 4B |
| Octal | 345 | 232 | 274 | 0 | 41 | 22 | 12 | 515 | 73 | 113 |
| Binary | 11100101 | 10011010 | 10111100 | 0 | 100001 | 10010 | 1010 | 101001101 | 111011 | 1001011 |
Color Harmonies of #E59ABC
Complementary color
Monochromatic Colors of #E59ABC
Black with #E59ABC
Text Example
Text Example
White with #E59ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59ABC; }
p { color: rgb(229,154,188); }
H1.HeaderClassName
{
color: #E59ABC;
}
.AnyTagClassName
{
color: #E59ABC;
}
</style>
background-color css
<style>
a { background-color: #E59ABC; }
a { background-color: rgb(229,154,188); }
div.DivClassName
{
background-color: #E59ABC;
}
.BgClassName
{
background-color: #E59ABC;
}
</style>
border-color css
<style>
span { border-color: #E59ABC; }
span { border-color: rgb(229,154,188); }
td.TdClassName
{
border-color: #E59ABC;
}
.TagClassName
{
border-color: #E59ABC;
}
</style>