Shades of Shocking #E09AB8
Tints of Shocking #E09AB8
RGB
CMYK
RGB Variations
Color information
#E09AB8 (or 0xE09AB8) is known color: Shocking. HEX triplet: E0, 9A and B8. RGB value is (224,154,184). Sum of RGB (Red+Green+Blue) = 224+154+184=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 154 (60.55% from 255 or 27.40% from 562); Blue value is 184 (72.27% from 255 or 32.74% from 562); Max value from RGB is 224 - color contains mainly: red. Hex color #E09AB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09AB8 is #1F6547. Grayscale: #B2B2B2. Windows color (decimal): -2057544 or 12098272. OLE color: 12098272.
HSL color Cylindrical-coordinate representation of color #E09AB8: hue angle of 334.29º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E09AB8 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 154 | 184 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.12 |
| HSL | 334.29º | 0.53% | 0.74% | - |
| HSV(B) | 334.29º | 0.31% | 0.88% | - |
| XYZ | 50.95 | 42.42 | 50.85 | - |
| YUV | 178.35 | 131.19 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 184 | 0 | 0.31 | 0.18 | 0.12 | 334.29 | 0.53 | 0.74 |
| Hex | E0 | 9A | B8 | 0 | 1F | 12 | C | 14E | 35 | 4A |
| Octal | 340 | 232 | 270 | 0 | 37 | 22 | 14 | 516 | 65 | 112 |
| Binary | 11100000 | 10011010 | 10111000 | 0 | 11111 | 10010 | 1100 | 101001110 | 110101 | 1001010 |
Color Harmonies of #E09AB8
Complementary color
Monochromatic Colors of #E09AB8
Black with #E09AB8
Text Example
Text Example
White with #E09AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09AB8; }
p { color: rgb(224,154,184); }
H1.HeaderClassName
{
color: #E09AB8;
}
.AnyTagClassName
{
color: #E09AB8;
}
</style>
background-color css
<style>
a { background-color: #E09AB8; }
a { background-color: rgb(224,154,184); }
div.DivClassName
{
background-color: #E09AB8;
}
.BgClassName
{
background-color: #E09AB8;
}
</style>
border-color css
<style>
span { border-color: #E09AB8; }
span { border-color: rgb(224,154,184); }
td.TdClassName
{
border-color: #E09AB8;
}
.TagClassName
{
border-color: #E09AB8;
}
</style>