Shades of Shocking #E59FBA
Tints of Shocking #E59FBA
RGB
CMYK
RGB Variations
Color information
#E59FBA (or 0xE59FBA) is known color: Shocking. HEX triplet: E5, 9F and BA. RGB value is (229,159,186). Sum of RGB (Red+Green+Blue) = 229+159+186=574 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.90% from 574); Green value is 159 (62.5% from 255 or 27.70% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 229 - color contains mainly: red. Hex color #E59FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59FBA is #1A6045. Grayscale: #B6B6B6. Windows color (decimal): -1728582 or 12230629. OLE color: 12230629.
HSL color Cylindrical-coordinate representation of color #E59FBA: hue angle of 336.86º 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 #E59FBA is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 159 | 186 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.10 |
| HSL | 336.86º | 0.57% | 0.76% | - |
| HSV(B) | 336.86º | 0.31% | 0.9% | - |
| XYZ | 53.57 | 45 | 52.32 | - |
| YUV | 183.01 | 129.69 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 159 | 186 | 0 | 0.31 | 0.19 | 0.10 | 336.86 | 0.57 | 0.76 |
| Hex | E5 | 9F | BA | 0 | 1F | 13 | A | 151 | 39 | 4C |
| Octal | 345 | 237 | 272 | 0 | 37 | 23 | 12 | 521 | 71 | 114 |
| Binary | 11100101 | 10011111 | 10111010 | 0 | 11111 | 10011 | 1010 | 101010001 | 111001 | 1001100 |
Color Harmonies of #E59FBA
Complementary color
Monochromatic Colors of #E59FBA
Black with #E59FBA
Text Example
Text Example
White with #E59FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59FBA; }
p { color: rgb(229,159,186); }
H1.HeaderClassName
{
color: #E59FBA;
}
.AnyTagClassName
{
color: #E59FBA;
}
</style>
background-color css
<style>
a { background-color: #E59FBA; }
a { background-color: rgb(229,159,186); }
div.DivClassName
{
background-color: #E59FBA;
}
.BgClassName
{
background-color: #E59FBA;
}
</style>
border-color css
<style>
span { border-color: #E59FBA; }
span { border-color: rgb(229,159,186); }
td.TdClassName
{
border-color: #E59FBA;
}
.TagClassName
{
border-color: #E59FBA;
}
</style>