Shades of Shocking #E59BB7
Tints of Shocking #E59BB7
RGB
CMYK
RGB Variations
Color information
#E59BB7 (or 0xE59BB7) is known color: Shocking. HEX triplet: E5, 9B and B7. RGB value is (229,155,183). Sum of RGB (Red+Green+Blue) = 229+155+183=567 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.39% from 567); Green value is 155 (60.94% from 255 or 27.34% from 567); Blue value is 183 (71.88% from 255 or 32.28% from 567); Max value from RGB is 229 - color contains mainly: red. Hex color #E59BB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59BB7 is #1A6448. Grayscale: #B4B4B4. Windows color (decimal): -1729609 or 12032997. OLE color: 12032997.
HSL color Cylindrical-coordinate representation of color #E59BB7: hue angle of 337.3º 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 #E59BB7 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 155 | 183 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.10 |
| HSL | 337.3º | 0.59% | 0.75% | - |
| HSV(B) | 337.3º | 0.32% | 0.9% | - |
| XYZ | 52.58 | 43.52 | 50.43 | - |
| YUV | 180.32 | 129.52 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 155 | 183 | 0 | 0.32 | 0.20 | 0.10 | 337.3 | 0.59 | 0.75 |
| Hex | E5 | 9B | B7 | 0 | 20 | 14 | A | 151 | 3B | 4B |
| Octal | 345 | 233 | 267 | 0 | 40 | 24 | 12 | 521 | 73 | 113 |
| Binary | 11100101 | 10011011 | 10110111 | 0 | 100000 | 10100 | 1010 | 101010001 | 111011 | 1001011 |
Color Harmonies of #E59BB7
Complementary color
Monochromatic Colors of #E59BB7
Black with #E59BB7
Text Example
Text Example
White with #E59BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59BB7; }
p { color: rgb(229,155,183); }
H1.HeaderClassName
{
color: #E59BB7;
}
.AnyTagClassName
{
color: #E59BB7;
}
</style>
background-color css
<style>
a { background-color: #E59BB7; }
a { background-color: rgb(229,155,183); }
div.DivClassName
{
background-color: #E59BB7;
}
.BgClassName
{
background-color: #E59BB7;
}
</style>
border-color css
<style>
span { border-color: #E59BB7; }
span { border-color: rgb(229,155,183); }
td.TdClassName
{
border-color: #E59BB7;
}
.TagClassName
{
border-color: #E59BB7;
}
</style>