Shades of Shocking #E59BC8
Tints of Shocking #E59BC8
RGB
CMYK
RGB Variations
Color information
#E59BC8 (or 0xE59BC8) is known color: Shocking. HEX triplet: E5, 9B and C8. RGB value is (229,155,200). Sum of RGB (Red+Green+Blue) = 229+155+200=584 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.21% from 584); Green value is 155 (60.94% from 255 or 26.54% from 584); Blue value is 200 (78.52% from 255 or 34.25% from 584); Max value from RGB is 229 - color contains mainly: red. Hex color #E59BC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59BC8 is #1A6437. Grayscale: #B6B6B6. Windows color (decimal): -1729592 or 13147109. OLE color: 13147109.
HSL color Cylindrical-coordinate representation of color #E59BC8: hue angle of 323.51º 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 #E59BC8 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 155 | 200 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.10 |
| HSL | 323.51º | 0.59% | 0.75% | - |
| HSV(B) | 323.51º | 0.32% | 0.9% | - |
| XYZ | 54.46 | 44.27 | 60.32 | - |
| YUV | 182.26 | 138.02 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 155 | 200 | 0 | 0.32 | 0.13 | 0.10 | 323.51 | 0.59 | 0.75 |
| Hex | E5 | 9B | C8 | 0 | 20 | D | A | 144 | 3B | 4B |
| Octal | 345 | 233 | 310 | 0 | 40 | 15 | 12 | 504 | 73 | 113 |
| Binary | 11100101 | 10011011 | 11001000 | 0 | 100000 | 1101 | 1010 | 101000100 | 111011 | 1001011 |
Color Harmonies of #E59BC8
Complementary color
Monochromatic Colors of #E59BC8
Black with #E59BC8
Text Example
Text Example
White with #E59BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59BC8; }
p { color: rgb(229,155,200); }
H1.HeaderClassName
{
color: #E59BC8;
}
.AnyTagClassName
{
color: #E59BC8;
}
</style>
background-color css
<style>
a { background-color: #E59BC8; }
a { background-color: rgb(229,155,200); }
div.DivClassName
{
background-color: #E59BC8;
}
.BgClassName
{
background-color: #E59BC8;
}
</style>
border-color css
<style>
span { border-color: #E59BC8; }
span { border-color: rgb(229,155,200); }
td.TdClassName
{
border-color: #E59BC8;
}
.TagClassName
{
border-color: #E59BC8;
}
</style>