Shades of Shocking #E09AB7
Tints of Shocking #E09AB7
RGB
CMYK
RGB Variations
Color information
#E09AB7 (or 0xE09AB7) is known color: Shocking. HEX triplet: E0, 9A and B7. RGB value is (224,154,183). Sum of RGB (Red+Green+Blue) = 224+154+183=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 183 (71.88% from 255 or 32.62% from 561); Max value from RGB is 224 - color contains mainly: red. Hex color #E09AB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09AB7 is #1F6548. Grayscale: #B2B2B2. Windows color (decimal): -2057545 or 12032736. OLE color: 12032736.
HSL color Cylindrical-coordinate representation of color #E09AB7: hue angle of 335.14º 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 #E09AB7 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 154 | 183 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.12 |
| HSL | 335.14º | 0.53% | 0.74% | - |
| HSV(B) | 335.14º | 0.31% | 0.88% | - |
| XYZ | 50.84 | 42.38 | 50.3 | - |
| YUV | 178.24 | 130.69 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 183 | 0 | 0.31 | 0.18 | 0.12 | 335.14 | 0.53 | 0.74 |
| Hex | E0 | 9A | B7 | 0 | 1F | 12 | C | 14F | 35 | 4A |
| Octal | 340 | 232 | 267 | 0 | 37 | 22 | 14 | 517 | 65 | 112 |
| Binary | 11100000 | 10011010 | 10110111 | 0 | 11111 | 10010 | 1100 | 101001111 | 110101 | 1001010 |
Color Harmonies of #E09AB7
Complementary color
Monochromatic Colors of #E09AB7
Black with #E09AB7
Text Example
Text Example
White with #E09AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09AB7; }
p { color: rgb(224,154,183); }
H1.HeaderClassName
{
color: #E09AB7;
}
.AnyTagClassName
{
color: #E09AB7;
}
</style>
background-color css
<style>
a { background-color: #E09AB7; }
a { background-color: rgb(224,154,183); }
div.DivClassName
{
background-color: #E09AB7;
}
.BgClassName
{
background-color: #E09AB7;
}
</style>
border-color css
<style>
span { border-color: #E09AB7; }
span { border-color: rgb(224,154,183); }
td.TdClassName
{
border-color: #E09AB7;
}
.TagClassName
{
border-color: #E09AB7;
}
</style>