Shades of Shocking #E09BB6
Tints of Shocking #E09BB6
RGB
CMYK
RGB Variations
Color information
#E09BB6 (or 0xE09BB6) is known color: Shocking. HEX triplet: E0, 9B and B6. RGB value is (224,155,182). Sum of RGB (Red+Green+Blue) = 224+155+182=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 182 (71.48% from 255 or 32.44% from 561); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09BB6 is #1F6449. Grayscale: #B2B2B2. Windows color (decimal): -2057290 or 11967456. OLE color: 11967456.
HSL color Cylindrical-coordinate representation of color #E09BB6: hue angle of 336.52º 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 #E09BB6 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 155 | 182 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.12 |
| HSL | 336.52º | 0.53% | 0.74% | - |
| HSV(B) | 336.52º | 0.31% | 0.88% | - |
| XYZ | 50.91 | 42.67 | 49.81 | - |
| YUV | 178.71 | 129.86 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 182 | 0 | 0.31 | 0.19 | 0.12 | 336.52 | 0.53 | 0.74 |
| Hex | E0 | 9B | B6 | 0 | 1F | 13 | C | 151 | 35 | 4A |
| Octal | 340 | 233 | 266 | 0 | 37 | 23 | 14 | 521 | 65 | 112 |
| Binary | 11100000 | 10011011 | 10110110 | 0 | 11111 | 10011 | 1100 | 101010001 | 110101 | 1001010 |
Color Harmonies of #E09BB6
Complementary color
Monochromatic Colors of #E09BB6
Black with #E09BB6
Text Example
Text Example
White with #E09BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09BB6; }
p { color: rgb(224,155,182); }
H1.HeaderClassName
{
color: #E09BB6;
}
.AnyTagClassName
{
color: #E09BB6;
}
</style>
background-color css
<style>
a { background-color: #E09BB6; }
a { background-color: rgb(224,155,182); }
div.DivClassName
{
background-color: #E09BB6;
}
.BgClassName
{
background-color: #E09BB6;
}
</style>
border-color css
<style>
span { border-color: #E09BB6; }
span { border-color: rgb(224,155,182); }
td.TdClassName
{
border-color: #E09BB6;
}
.TagClassName
{
border-color: #E09BB6;
}
</style>