Shades of Shocking #E59FBB
Tints of Shocking #E59FBB
RGB
CMYK
RGB Variations
Color information
#E59FBB (or 0xE59FBB) is known color: Shocking. HEX triplet: E5, 9F and BB. RGB value is (229,159,187). Sum of RGB (Red+Green+Blue) = 229+159+187=575 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.83% from 575); Green value is 159 (62.5% from 255 or 27.65% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 229 - color contains mainly: red. Hex color #E59FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59FBB is #1A6044. Grayscale: #B7B7B7. Windows color (decimal): -1728581 or 12296165. OLE color: 12296165.
HSL color Cylindrical-coordinate representation of color #E59FBB: hue angle of 336º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E59FBB is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 159 | 187 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.10 |
| HSL | 336º | 0.57% | 0.76% | - |
| HSV(B) | 336º | 0.31% | 0.9% | - |
| XYZ | 53.68 | 45.04 | 52.88 | - |
| YUV | 183.12 | 130.19 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 159 | 187 | 0 | 0.31 | 0.18 | 0.10 | 336 | 0.57 | 0.76 |
| Hex | E5 | 9F | BB | 0 | 1F | 12 | A | 150 | 39 | 4C |
| Octal | 345 | 237 | 273 | 0 | 37 | 22 | 12 | 520 | 71 | 114 |
| Binary | 11100101 | 10011111 | 10111011 | 0 | 11111 | 10010 | 1010 | 101010000 | 111001 | 1001100 |
Color Harmonies of #E59FBB
Complementary color
Monochromatic Colors of #E59FBB
Black with #E59FBB
Text Example
Text Example
White with #E59FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59FBB; }
p { color: rgb(229,159,187); }
H1.HeaderClassName
{
color: #E59FBB;
}
.AnyTagClassName
{
color: #E59FBB;
}
</style>
background-color css
<style>
a { background-color: #E59FBB; }
a { background-color: rgb(229,159,187); }
div.DivClassName
{
background-color: #E59FBB;
}
.BgClassName
{
background-color: #E59FBB;
}
</style>
border-color css
<style>
span { border-color: #E59FBB; }
span { border-color: rgb(229,159,187); }
td.TdClassName
{
border-color: #E59FBB;
}
.TagClassName
{
border-color: #E59FBB;
}
</style>