Shades of Shocking #E588BC
Tints of Shocking #E588BC
RGB
CMYK
RGB Variations
Color information
#E588BC (or 0xE588BC) is known color: Shocking. HEX triplet: E5, 88 and BC. RGB value is (229,136,188). Sum of RGB (Red+Green+Blue) = 229+136+188=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 136 (53.52% from 255 or 24.59% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 229 - color contains mainly: red. Hex color #E588BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E588BC is #1A7743. Grayscale: #A9A9A9. Windows color (decimal): -1734468 or 12355813. OLE color: 12355813.
HSL color Cylindrical-coordinate representation of color #E588BC: hue angle of 326.45º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E588BC is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 136 | 188 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.10 |
| HSL | 326.45º | 0.64% | 0.72% | - |
| HSV(B) | 326.45º | 0.41% | 0.9% | - |
| XYZ | 50.19 | 37.9 | 52.25 | - |
| YUV | 169.74 | 138.31 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 136 | 188 | 0 | 0.41 | 0.18 | 0.10 | 326.45 | 0.64 | 0.72 |
| Hex | E5 | 88 | BC | 0 | 29 | 12 | A | 146 | 40 | 48 |
| Octal | 345 | 210 | 274 | 0 | 51 | 22 | 12 | 506 | 100 | 110 |
| Binary | 11100101 | 10001000 | 10111100 | 0 | 101001 | 10010 | 1010 | 101000110 | 1000000 | 1001000 |
Color Harmonies of #E588BC
Complementary color
Monochromatic Colors of #E588BC
Black with #E588BC
Text Example
Text Example
White with #E588BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E588BC; }
p { color: rgb(229,136,188); }
H1.HeaderClassName
{
color: #E588BC;
}
.AnyTagClassName
{
color: #E588BC;
}
</style>
background-color css
<style>
a { background-color: #E588BC; }
a { background-color: rgb(229,136,188); }
div.DivClassName
{
background-color: #E588BC;
}
.BgClassName
{
background-color: #E588BC;
}
</style>
border-color css
<style>
span { border-color: #E588BC; }
span { border-color: rgb(229,136,188); }
td.TdClassName
{
border-color: #E588BC;
}
.TagClassName
{
border-color: #E588BC;
}
</style>