Shades of Shocking #E09BB9
Tints of Shocking #E09BB9
RGB
CMYK
RGB Variations
Color information
#E09BB9 (or 0xE09BB9) is known color: Shocking. HEX triplet: E0, 9B and B9. RGB value is (224,155,185). Sum of RGB (Red+Green+Blue) = 224+155+185=564 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.72% from 564); Green value is 155 (60.94% from 255 or 27.48% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09BB9 is #1F6446. Grayscale: #B2B2B2. Windows color (decimal): -2057287 or 12164064. OLE color: 12164064.
HSL color Cylindrical-coordinate representation of color #E09BB9: hue angle of 333.91º 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 #E09BB9 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 155 | 185 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.12 |
| HSL | 333.91º | 0.53% | 0.74% | - |
| HSV(B) | 333.91º | 0.31% | 0.88% | - |
| XYZ | 51.22 | 42.79 | 51.46 | - |
| YUV | 179.05 | 131.36 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 185 | 0 | 0.31 | 0.17 | 0.12 | 333.91 | 0.53 | 0.74 |
| Hex | E0 | 9B | B9 | 0 | 1F | 11 | C | 14E | 35 | 4A |
| Octal | 340 | 233 | 271 | 0 | 37 | 21 | 14 | 516 | 65 | 112 |
| Binary | 11100000 | 10011011 | 10111001 | 0 | 11111 | 10001 | 1100 | 101001110 | 110101 | 1001010 |
Color Harmonies of #E09BB9
Complementary color
Monochromatic Colors of #E09BB9
Black with #E09BB9
Text Example
Text Example
White with #E09BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09BB9; }
p { color: rgb(224,155,185); }
H1.HeaderClassName
{
color: #E09BB9;
}
.AnyTagClassName
{
color: #E09BB9;
}
</style>
background-color css
<style>
a { background-color: #E09BB9; }
a { background-color: rgb(224,155,185); }
div.DivClassName
{
background-color: #E09BB9;
}
.BgClassName
{
background-color: #E09BB9;
}
</style>
border-color css
<style>
span { border-color: #E09BB9; }
span { border-color: rgb(224,155,185); }
td.TdClassName
{
border-color: #E09BB9;
}
.TagClassName
{
border-color: #E09BB9;
}
</style>