Shades of Shocking #E58ABA
Tints of Shocking #E58ABA
RGB
CMYK
RGB Variations
Color information
#E58ABA (or 0xE58ABA) is known color: Shocking. HEX triplet: E5, 8A and BA. RGB value is (229,138,186). Sum of RGB (Red+Green+Blue) = 229+138+186=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 138 (54.30% from 255 or 24.95% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 229 - color contains mainly: red. Hex color #E58ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58ABA is #1A7545. Grayscale: #AAAAAA. Windows color (decimal): -1733958 or 12225253. OLE color: 12225253.
HSL color Cylindrical-coordinate representation of color #E58ABA: hue angle of 328.35º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E58ABA is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 138 | 186 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.10 |
| HSL | 328.35º | 0.64% | 0.72% | - |
| HSV(B) | 328.35º | 0.4% | 0.9% | - |
| XYZ | 50.26 | 38.38 | 51.21 | - |
| YUV | 170.68 | 136.65 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 186 | 0 | 0.40 | 0.19 | 0.10 | 328.35 | 0.64 | 0.72 |
| Hex | E5 | 8A | BA | 0 | 28 | 13 | A | 148 | 40 | 48 |
| Octal | 345 | 212 | 272 | 0 | 50 | 23 | 12 | 510 | 100 | 110 |
| Binary | 11100101 | 10001010 | 10111010 | 0 | 101000 | 10011 | 1010 | 101001000 | 1000000 | 1001000 |
Color Harmonies of #E58ABA
Complementary color
Monochromatic Colors of #E58ABA
Black with #E58ABA
Text Example
Text Example
White with #E58ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58ABA; }
p { color: rgb(229,138,186); }
H1.HeaderClassName
{
color: #E58ABA;
}
.AnyTagClassName
{
color: #E58ABA;
}
</style>
background-color css
<style>
a { background-color: #E58ABA; }
a { background-color: rgb(229,138,186); }
div.DivClassName
{
background-color: #E58ABA;
}
.BgClassName
{
background-color: #E58ABA;
}
</style>
border-color css
<style>
span { border-color: #E58ABA; }
span { border-color: rgb(229,138,186); }
td.TdClassName
{
border-color: #E58ABA;
}
.TagClassName
{
border-color: #E58ABA;
}
</style>