Shades of Shocking #E09EB8
Tints of Shocking #E09EB8
RGB
CMYK
RGB Variations
Color information
#E09EB8 (or 0xE09EB8) is known color: Shocking. HEX triplet: E0, 9E and B8. RGB value is (224,158,184). Sum of RGB (Red+Green+Blue) = 224+158+184=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 158 (62.11% from 255 or 27.92% from 566); Blue value is 184 (72.27% from 255 or 32.51% from 566); Max value from RGB is 224 - color contains mainly: red. Hex color #E09EB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09EB8 is #1F6147. Grayscale: #B4B4B4. Windows color (decimal): -2056520 or 12099296. OLE color: 12099296.
HSL color Cylindrical-coordinate representation of color #E09EB8: hue angle of 336.36º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E09EB8 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 158 | 184 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.12 |
| HSL | 336.36º | 0.52% | 0.75% | - |
| HSV(B) | 336.36º | 0.29% | 0.88% | - |
| XYZ | 51.62 | 43.76 | 51.07 | - |
| YUV | 180.7 | 129.87 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 158 | 184 | 0 | 0.29 | 0.18 | 0.12 | 336.36 | 0.52 | 0.75 |
| Hex | E0 | 9E | B8 | 0 | 1D | 12 | C | 150 | 34 | 4B |
| Octal | 340 | 236 | 270 | 0 | 35 | 22 | 14 | 520 | 64 | 113 |
| Binary | 11100000 | 10011110 | 10111000 | 0 | 11101 | 10010 | 1100 | 101010000 | 110100 | 1001011 |
Color Harmonies of #E09EB8
Complementary color
Monochromatic Colors of #E09EB8
Black with #E09EB8
Text Example
Text Example
White with #E09EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09EB8; }
p { color: rgb(224,158,184); }
H1.HeaderClassName
{
color: #E09EB8;
}
.AnyTagClassName
{
color: #E09EB8;
}
</style>
background-color css
<style>
a { background-color: #E09EB8; }
a { background-color: rgb(224,158,184); }
div.DivClassName
{
background-color: #E09EB8;
}
.BgClassName
{
background-color: #E09EB8;
}
</style>
border-color css
<style>
span { border-color: #E09EB8; }
span { border-color: rgb(224,158,184); }
td.TdClassName
{
border-color: #E09EB8;
}
.TagClassName
{
border-color: #E09EB8;
}
</style>