Shades of Shocking #E59FBF
Tints of Shocking #E59FBF
RGB
CMYK
RGB Variations
Color information
#E59FBF (or 0xE59FBF) is known color: Shocking. HEX triplet: E5, 9F and BF. RGB value is (229,159,191). Sum of RGB (Red+Green+Blue) = 229+159+191=579 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.55% from 579); Green value is 159 (62.5% from 255 or 27.46% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 229 - color contains mainly: red. Hex color #E59FBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59FBF is #1A6040. Grayscale: #B7B7B7. Windows color (decimal): -1728577 or 12558309. OLE color: 12558309.
HSL color Cylindrical-coordinate representation of color #E59FBF: hue angle of 332.57º 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 #E59FBF is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 159 | 191 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.10 |
| HSL | 332.57º | 0.57% | 0.76% | - |
| HSV(B) | 332.57º | 0.31% | 0.9% | - |
| XYZ | 54.12 | 45.22 | 55.17 | - |
| YUV | 183.58 | 132.19 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 159 | 191 | 0 | 0.31 | 0.17 | 0.10 | 332.57 | 0.57 | 0.76 |
| Hex | E5 | 9F | BF | 0 | 1F | 11 | A | 14D | 39 | 4C |
| Octal | 345 | 237 | 277 | 0 | 37 | 21 | 12 | 515 | 71 | 114 |
| Binary | 11100101 | 10011111 | 10111111 | 0 | 11111 | 10001 | 1010 | 101001101 | 111001 | 1001100 |
Color Harmonies of #E59FBF
Complementary color
Monochromatic Colors of #E59FBF
Black with #E59FBF
Text Example
Text Example
White with #E59FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59FBF; }
p { color: rgb(229,159,191); }
H1.HeaderClassName
{
color: #E59FBF;
}
.AnyTagClassName
{
color: #E59FBF;
}
</style>
background-color css
<style>
a { background-color: #E59FBF; }
a { background-color: rgb(229,159,191); }
div.DivClassName
{
background-color: #E59FBF;
}
.BgClassName
{
background-color: #E59FBF;
}
</style>
border-color css
<style>
span { border-color: #E59FBF; }
span { border-color: rgb(229,159,191); }
td.TdClassName
{
border-color: #E59FBF;
}
.TagClassName
{
border-color: #E59FBF;
}
</style>