Shades of Shocking #E58ABB
Tints of Shocking #E58ABB
RGB
CMYK
RGB Variations
Color information
#E58ABB (or 0xE58ABB) is known color: Shocking. HEX triplet: E5, 8A and BB. RGB value is (229,138,187). Sum of RGB (Red+Green+Blue) = 229+138+187=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 138 (54.30% from 255 or 24.91% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 229 - color contains mainly: red. Hex color #E58ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58ABB is #1A7544. Grayscale: #AAAAAA. Windows color (decimal): -1733957 or 12290789. OLE color: 12290789.
HSL color Cylindrical-coordinate representation of color #E58ABB: hue angle of 327.69º 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 #E58ABB is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 138 | 187 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.10 |
| HSL | 327.69º | 0.64% | 0.72% | - |
| HSV(B) | 327.69º | 0.4% | 0.9% | - |
| XYZ | 50.37 | 38.42 | 51.78 | - |
| YUV | 170.8 | 137.15 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 187 | 0 | 0.40 | 0.18 | 0.10 | 327.69 | 0.64 | 0.72 |
| Hex | E5 | 8A | BB | 0 | 28 | 12 | A | 148 | 40 | 48 |
| Octal | 345 | 212 | 273 | 0 | 50 | 22 | 12 | 510 | 100 | 110 |
| Binary | 11100101 | 10001010 | 10111011 | 0 | 101000 | 10010 | 1010 | 101001000 | 1000000 | 1001000 |
Color Harmonies of #E58ABB
Complementary color
Monochromatic Colors of #E58ABB
Black with #E58ABB
Text Example
Text Example
White with #E58ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58ABB; }
p { color: rgb(229,138,187); }
H1.HeaderClassName
{
color: #E58ABB;
}
.AnyTagClassName
{
color: #E58ABB;
}
</style>
background-color css
<style>
a { background-color: #E58ABB; }
a { background-color: rgb(229,138,187); }
div.DivClassName
{
background-color: #E58ABB;
}
.BgClassName
{
background-color: #E58ABB;
}
</style>
border-color css
<style>
span { border-color: #E58ABB; }
span { border-color: rgb(229,138,187); }
td.TdClassName
{
border-color: #E58ABB;
}
.TagClassName
{
border-color: #E58ABB;
}
</style>