Shades of Shocking #E09ABC
Tints of Shocking #E09ABC
RGB
CMYK
RGB Variations
Color information
#E09ABC (or 0xE09ABC) is known color: Shocking. HEX triplet: E0, 9A and BC. RGB value is (224,154,188). Sum of RGB (Red+Green+Blue) = 224+154+188=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 154 (60.55% from 255 or 27.21% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 224 - color contains mainly: red. Hex color #E09ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09ABC is #1F6543. Grayscale: #B2B2B2. Windows color (decimal): -2057540 or 12360416. OLE color: 12360416.
HSL color Cylindrical-coordinate representation of color #E09ABC: hue angle of 330.86º 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 #E09ABC is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 154 | 188 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.12 |
| HSL | 330.86º | 0.53% | 0.74% | - |
| HSV(B) | 330.86º | 0.31% | 0.88% | - |
| XYZ | 51.37 | 42.59 | 53.09 | - |
| YUV | 178.81 | 133.19 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 188 | 0 | 0.31 | 0.16 | 0.12 | 330.86 | 0.53 | 0.74 |
| Hex | E0 | 9A | BC | 0 | 1F | 10 | C | 14B | 35 | 4A |
| Octal | 340 | 232 | 274 | 0 | 37 | 20 | 14 | 513 | 65 | 112 |
| Binary | 11100000 | 10011010 | 10111100 | 0 | 11111 | 10000 | 1100 | 101001011 | 110101 | 1001010 |
Color Harmonies of #E09ABC
Complementary color
Monochromatic Colors of #E09ABC
Black with #E09ABC
Text Example
Text Example
White with #E09ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09ABC; }
p { color: rgb(224,154,188); }
H1.HeaderClassName
{
color: #E09ABC;
}
.AnyTagClassName
{
color: #E09ABC;
}
</style>
background-color css
<style>
a { background-color: #E09ABC; }
a { background-color: rgb(224,154,188); }
div.DivClassName
{
background-color: #E09ABC;
}
.BgClassName
{
background-color: #E09ABC;
}
</style>
border-color css
<style>
span { border-color: #E09ABC; }
span { border-color: rgb(224,154,188); }
td.TdClassName
{
border-color: #E09ABC;
}
.TagClassName
{
border-color: #E09ABC;
}
</style>