Shades of Shocking #E59BBC
Tints of Shocking #E59BBC
RGB
CMYK
RGB Variations
Color information
#E59BBC (or 0xE59BBC) is known color: Shocking. HEX triplet: E5, 9B and BC. RGB value is (229,155,188). Sum of RGB (Red+Green+Blue) = 229+155+188=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 229 - color contains mainly: red. Hex color #E59BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59BBC is #1A6443. Grayscale: #B4B4B4. Windows color (decimal): -1729604 or 12360677. OLE color: 12360677.
HSL color Cylindrical-coordinate representation of color #E59BBC: hue angle of 333.24º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E59BBC is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 155 | 188 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.10 |
| HSL | 333.24º | 0.59% | 0.75% | - |
| HSV(B) | 333.24º | 0.32% | 0.9% | - |
| XYZ | 53.11 | 43.73 | 53.22 | - |
| YUV | 180.89 | 132.02 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 155 | 188 | 0 | 0.32 | 0.18 | 0.10 | 333.24 | 0.59 | 0.75 |
| Hex | E5 | 9B | BC | 0 | 20 | 12 | A | 14D | 3B | 4B |
| Octal | 345 | 233 | 274 | 0 | 40 | 22 | 12 | 515 | 73 | 113 |
| Binary | 11100101 | 10011011 | 10111100 | 0 | 100000 | 10010 | 1010 | 101001101 | 111011 | 1001011 |
Color Harmonies of #E59BBC
Complementary color
Monochromatic Colors of #E59BBC
Black with #E59BBC
Text Example
Text Example
White with #E59BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59BBC; }
p { color: rgb(229,155,188); }
H1.HeaderClassName
{
color: #E59BBC;
}
.AnyTagClassName
{
color: #E59BBC;
}
</style>
background-color css
<style>
a { background-color: #E59BBC; }
a { background-color: rgb(229,155,188); }
div.DivClassName
{
background-color: #E59BBC;
}
.BgClassName
{
background-color: #E59BBC;
}
</style>
border-color css
<style>
span { border-color: #E59BBC; }
span { border-color: rgb(229,155,188); }
td.TdClassName
{
border-color: #E59BBC;
}
.TagClassName
{
border-color: #E59BBC;
}
</style>