Shades of Shocking #E09EBE
Tints of Shocking #E09EBE
RGB
CMYK
RGB Variations
Color information
#E09EBE (or 0xE09EBE) is known color: Shocking. HEX triplet: E0, 9E and BE. RGB value is (224,158,190). Sum of RGB (Red+Green+Blue) = 224+158+190=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 158 (62.11% from 255 or 27.62% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 224 - color contains mainly: red. Hex color #E09EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09EBE is #1F6141. Grayscale: #B5B5B5. Windows color (decimal): -2056514 or 12492512. OLE color: 12492512.
HSL color Cylindrical-coordinate representation of color #E09EBE: hue angle of 330.91º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E09EBE is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 158 | 190 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.12 |
| HSL | 330.91º | 0.52% | 0.75% | - |
| HSV(B) | 330.91º | 0.29% | 0.88% | - |
| XYZ | 52.26 | 44.02 | 54.46 | - |
| YUV | 181.38 | 132.87 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 158 | 190 | 0 | 0.29 | 0.15 | 0.12 | 330.91 | 0.52 | 0.75 |
| Hex | E0 | 9E | BE | 0 | 1D | F | C | 14B | 34 | 4B |
| Octal | 340 | 236 | 276 | 0 | 35 | 17 | 14 | 513 | 64 | 113 |
| Binary | 11100000 | 10011110 | 10111110 | 0 | 11101 | 1111 | 1100 | 101001011 | 110100 | 1001011 |
Color Harmonies of #E09EBE
Complementary color
Monochromatic Colors of #E09EBE
Black with #E09EBE
Text Example
Text Example
White with #E09EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09EBE; }
p { color: rgb(224,158,190); }
H1.HeaderClassName
{
color: #E09EBE;
}
.AnyTagClassName
{
color: #E09EBE;
}
</style>
background-color css
<style>
a { background-color: #E09EBE; }
a { background-color: rgb(224,158,190); }
div.DivClassName
{
background-color: #E09EBE;
}
.BgClassName
{
background-color: #E09EBE;
}
</style>
border-color css
<style>
span { border-color: #E09EBE; }
span { border-color: rgb(224,158,190); }
td.TdClassName
{
border-color: #E09EBE;
}
.TagClassName
{
border-color: #E09EBE;
}
</style>