Shades of Shocking #E09ABB
Tints of Shocking #E09ABB
RGB
CMYK
RGB Variations
Color information
#E09ABB (or 0xE09ABB) is known color: Shocking. HEX triplet: E0, 9A and BB. RGB value is (224,154,187). Sum of RGB (Red+Green+Blue) = 224+154+187=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 154 (60.55% from 255 or 27.26% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E09ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09ABB is #1F6544. Grayscale: #B2B2B2. Windows color (decimal): -2057541 or 12294880. OLE color: 12294880.
HSL color Cylindrical-coordinate representation of color #E09ABB: hue angle of 331.71º 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 #E09ABB is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 154 | 187 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.12 |
| HSL | 331.71º | 0.53% | 0.74% | - |
| HSV(B) | 331.71º | 0.31% | 0.88% | - |
| XYZ | 51.27 | 42.55 | 52.52 | - |
| YUV | 178.69 | 132.69 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 187 | 0 | 0.31 | 0.17 | 0.12 | 331.71 | 0.53 | 0.74 |
| Hex | E0 | 9A | BB | 0 | 1F | 11 | C | 14C | 35 | 4A |
| Octal | 340 | 232 | 273 | 0 | 37 | 21 | 14 | 514 | 65 | 112 |
| Binary | 11100000 | 10011010 | 10111011 | 0 | 11111 | 10001 | 1100 | 101001100 | 110101 | 1001010 |
Color Harmonies of #E09ABB
Complementary color
Monochromatic Colors of #E09ABB
Black with #E09ABB
Text Example
Text Example
White with #E09ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09ABB; }
p { color: rgb(224,154,187); }
H1.HeaderClassName
{
color: #E09ABB;
}
.AnyTagClassName
{
color: #E09ABB;
}
</style>
background-color css
<style>
a { background-color: #E09ABB; }
a { background-color: rgb(224,154,187); }
div.DivClassName
{
background-color: #E09ABB;
}
.BgClassName
{
background-color: #E09ABB;
}
</style>
border-color css
<style>
span { border-color: #E09ABB; }
span { border-color: rgb(224,154,187); }
td.TdClassName
{
border-color: #E09ABB;
}
.TagClassName
{
border-color: #E09ABB;
}
</style>