Shades of Shocking #E089C7
Tints of Shocking #E089C7
RGB
CMYK
RGB Variations
Color information
#E089C7 (or 0xE089C7) is known color: Shocking. HEX triplet: E0, 89 and C7. RGB value is (224,137,199). Sum of RGB (Red+Green+Blue) = 224+137+199=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 137 (53.91% from 255 or 24.46% from 560); Blue value is 199 (78.12% from 255 or 35.54% from 560); Max value from RGB is 224 - color contains mainly: red. Hex color #E089C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E089C7 is #1F7638. Grayscale: #A9A9A9. Windows color (decimal): -2061881 or 13076960. OLE color: 13076960.
HSL color Cylindrical-coordinate representation of color #E089C7: hue angle of 317.24º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E089C7 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 137 | 199 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.12 |
| HSL | 317.24º | 0.58% | 0.71% | - |
| HSV(B) | 317.24º | 0.39% | 0.88% | - |
| XYZ | 49.99 | 37.86 | 58.71 | - |
| YUV | 170.08 | 144.32 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 137 | 199 | 0 | 0.39 | 0.11 | 0.12 | 317.24 | 0.58 | 0.71 |
| Hex | E0 | 89 | C7 | 0 | 27 | B | C | 13D | 3A | 47 |
| Octal | 340 | 211 | 307 | 0 | 47 | 13 | 14 | 475 | 72 | 107 |
| Binary | 11100000 | 10001001 | 11000111 | 0 | 100111 | 1011 | 1100 | 100111101 | 111010 | 1000111 |
Color Harmonies of #E089C7
Complementary color
Monochromatic Colors of #E089C7
Black with #E089C7
Text Example
Text Example
White with #E089C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E089C7; }
p { color: rgb(224,137,199); }
H1.HeaderClassName
{
color: #E089C7;
}
.AnyTagClassName
{
color: #E089C7;
}
</style>
background-color css
<style>
a { background-color: #E089C7; }
a { background-color: rgb(224,137,199); }
div.DivClassName
{
background-color: #E089C7;
}
.BgClassName
{
background-color: #E089C7;
}
</style>
border-color css
<style>
span { border-color: #E089C7; }
span { border-color: rgb(224,137,199); }
td.TdClassName
{
border-color: #E089C7;
}
.TagClassName
{
border-color: #E089C7;
}
</style>