Shades of Shocking #E58BBB
Tints of Shocking #E58BBB
RGB
CMYK
RGB Variations
Color information
#E58BBB (or 0xE58BBB) is known color: Shocking. HEX triplet: E5, 8B and BB. RGB value is (229,139,187). Sum of RGB (Red+Green+Blue) = 229+139+187=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 139 (54.69% from 255 or 25.05% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E58BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58BBB is #1A7444. Grayscale: #ABABAB. Windows color (decimal): -1733701 or 12291045. OLE color: 12291045.
HSL color Cylindrical-coordinate representation of color #E58BBB: hue angle of 328º 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 #E58BBB is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 139 | 187 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.10 |
| HSL | 328º | 0.63% | 0.72% | - |
| HSV(B) | 328º | 0.39% | 0.9% | - |
| XYZ | 50.52 | 38.71 | 51.82 | - |
| YUV | 171.38 | 136.82 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 139 | 187 | 0 | 0.39 | 0.18 | 0.10 | 328 | 0.63 | 0.72 |
| Hex | E5 | 8B | BB | 0 | 27 | 12 | A | 148 | 3F | 48 |
| Octal | 345 | 213 | 273 | 0 | 47 | 22 | 12 | 510 | 77 | 110 |
| Binary | 11100101 | 10001011 | 10111011 | 0 | 100111 | 10010 | 1010 | 101001000 | 111111 | 1001000 |
Color Harmonies of #E58BBB
Complementary color
Monochromatic Colors of #E58BBB
Black with #E58BBB
Text Example
Text Example
White with #E58BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58BBB; }
p { color: rgb(229,139,187); }
H1.HeaderClassName
{
color: #E58BBB;
}
.AnyTagClassName
{
color: #E58BBB;
}
</style>
background-color css
<style>
a { background-color: #E58BBB; }
a { background-color: rgb(229,139,187); }
div.DivClassName
{
background-color: #E58BBB;
}
.BgClassName
{
background-color: #E58BBB;
}
</style>
border-color css
<style>
span { border-color: #E58BBB; }
span { border-color: rgb(229,139,187); }
td.TdClassName
{
border-color: #E58BBB;
}
.TagClassName
{
border-color: #E58BBB;
}
</style>