Shades of Shocking #E58BBC
Tints of Shocking #E58BBC
RGB
CMYK
RGB Variations
Color information
#E58BBC (or 0xE58BBC) is known color: Shocking. HEX triplet: E5, 8B and BC. RGB value is (229,139,188). Sum of RGB (Red+Green+Blue) = 229+139+188=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 139 (54.69% from 255 or 25% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 229 - color contains mainly: red. Hex color #E58BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58BBC is #1A7443. Grayscale: #ABABAB. Windows color (decimal): -1733700 or 12356581. OLE color: 12356581.
HSL color Cylindrical-coordinate representation of color #E58BBC: hue angle of 327.33º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E58BBC is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 139 | 188 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.10 |
| HSL | 327.33º | 0.63% | 0.72% | - |
| HSV(B) | 327.33º | 0.39% | 0.9% | - |
| XYZ | 50.62 | 38.75 | 52.39 | - |
| YUV | 171.5 | 137.32 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 139 | 188 | 0 | 0.39 | 0.18 | 0.10 | 327.33 | 0.63 | 0.72 |
| Hex | E5 | 8B | BC | 0 | 27 | 12 | A | 147 | 3F | 48 |
| Octal | 345 | 213 | 274 | 0 | 47 | 22 | 12 | 507 | 77 | 110 |
| Binary | 11100101 | 10001011 | 10111100 | 0 | 100111 | 10010 | 1010 | 101000111 | 111111 | 1001000 |
Color Harmonies of #E58BBC
Complementary color
Monochromatic Colors of #E58BBC
Black with #E58BBC
Text Example
Text Example
White with #E58BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58BBC; }
p { color: rgb(229,139,188); }
H1.HeaderClassName
{
color: #E58BBC;
}
.AnyTagClassName
{
color: #E58BBC;
}
</style>
background-color css
<style>
a { background-color: #E58BBC; }
a { background-color: rgb(229,139,188); }
div.DivClassName
{
background-color: #E58BBC;
}
.BgClassName
{
background-color: #E58BBC;
}
</style>
border-color css
<style>
span { border-color: #E58BBC; }
span { border-color: rgb(229,139,188); }
td.TdClassName
{
border-color: #E58BBC;
}
.TagClassName
{
border-color: #E58BBC;
}
</style>