Shades of Shocking #E59BBD
Tints of Shocking #E59BBD
RGB
CMYK
RGB Variations
Color information
#E59BBD (or 0xE59BBD) is known color: Shocking. HEX triplet: E5, 9B and BD. RGB value is (229,155,189). Sum of RGB (Red+Green+Blue) = 229+155+189=573 (75% of max value = 765). Red value is 229 (89.84% from 255 or 39.97% from 573); Green value is 155 (60.94% from 255 or 27.05% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 229 - color contains mainly: red. Hex color #E59BBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59BBD is #1A6442. Grayscale: #B4B4B4. Windows color (decimal): -1729603 or 12426213. OLE color: 12426213.
HSL color Cylindrical-coordinate representation of color #E59BBD: hue angle of 332.43º 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 #E59BBD is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 155 | 189 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.10 |
| HSL | 332.43º | 0.59% | 0.75% | - |
| HSV(B) | 332.43º | 0.32% | 0.9% | - |
| XYZ | 53.22 | 43.77 | 53.79 | - |
| YUV | 181 | 132.52 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 155 | 189 | 0 | 0.32 | 0.17 | 0.10 | 332.43 | 0.59 | 0.75 |
| Hex | E5 | 9B | BD | 0 | 20 | 11 | A | 14C | 3B | 4B |
| Octal | 345 | 233 | 275 | 0 | 40 | 21 | 12 | 514 | 73 | 113 |
| Binary | 11100101 | 10011011 | 10111101 | 0 | 100000 | 10001 | 1010 | 101001100 | 111011 | 1001011 |
Color Harmonies of #E59BBD
Complementary color
Monochromatic Colors of #E59BBD
Black with #E59BBD
Text Example
Text Example
White with #E59BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59BBD; }
p { color: rgb(229,155,189); }
H1.HeaderClassName
{
color: #E59BBD;
}
.AnyTagClassName
{
color: #E59BBD;
}
</style>
background-color css
<style>
a { background-color: #E59BBD; }
a { background-color: rgb(229,155,189); }
div.DivClassName
{
background-color: #E59BBD;
}
.BgClassName
{
background-color: #E59BBD;
}
</style>
border-color css
<style>
span { border-color: #E59BBD; }
span { border-color: rgb(229,155,189); }
td.TdClassName
{
border-color: #E59BBD;
}
.TagClassName
{
border-color: #E59BBD;
}
</style>