Shades of Shocking #E59ABA
Tints of Shocking #E59ABA
RGB
CMYK
RGB Variations
Color information
#E59ABA (or 0xE59ABA) is known color: Shocking. HEX triplet: E5, 9A and BA. RGB value is (229,154,186). Sum of RGB (Red+Green+Blue) = 229+154+186=569 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.25% from 569); Green value is 154 (60.55% from 255 or 27.07% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 229 - color contains mainly: red. Hex color #E59ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59ABA is #1A6545. Grayscale: #B4B4B4. Windows color (decimal): -1729862 or 12229349. OLE color: 12229349.
HSL color Cylindrical-coordinate representation of color #E59ABA: hue angle of 334.4º 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 #E59ABA is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 154 | 186 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.10 |
| HSL | 334.4º | 0.59% | 0.75% | - |
| HSV(B) | 334.4º | 0.33% | 0.9% | - |
| XYZ | 52.73 | 43.31 | 52.04 | - |
| YUV | 180.07 | 131.35 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 154 | 186 | 0 | 0.33 | 0.19 | 0.10 | 334.4 | 0.59 | 0.75 |
| Hex | E5 | 9A | BA | 0 | 21 | 13 | A | 14E | 3B | 4B |
| Octal | 345 | 232 | 272 | 0 | 41 | 23 | 12 | 516 | 73 | 113 |
| Binary | 11100101 | 10011010 | 10111010 | 0 | 100001 | 10011 | 1010 | 101001110 | 111011 | 1001011 |
Color Harmonies of #E59ABA
Complementary color
Monochromatic Colors of #E59ABA
Black with #E59ABA
Text Example
Text Example
White with #E59ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59ABA; }
p { color: rgb(229,154,186); }
H1.HeaderClassName
{
color: #E59ABA;
}
.AnyTagClassName
{
color: #E59ABA;
}
</style>
background-color css
<style>
a { background-color: #E59ABA; }
a { background-color: rgb(229,154,186); }
div.DivClassName
{
background-color: #E59ABA;
}
.BgClassName
{
background-color: #E59ABA;
}
</style>
border-color css
<style>
span { border-color: #E59ABA; }
span { border-color: rgb(229,154,186); }
td.TdClassName
{
border-color: #E59ABA;
}
.TagClassName
{
border-color: #E59ABA;
}
</style>