Shades of Shocking #E089C2
Tints of Shocking #E089C2
RGB
CMYK
RGB Variations
Color information
#E089C2 (or 0xE089C2) is known color: Shocking. HEX triplet: E0, 89 and C2. RGB value is (224,137,194). Sum of RGB (Red+Green+Blue) = 224+137+194=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 137 (53.91% from 255 or 24.68% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E089C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E089C2 is #1F763D. Grayscale: #A9A9A9. Windows color (decimal): -2061886 or 12749280. OLE color: 12749280.
HSL color Cylindrical-coordinate representation of color #E089C2: hue angle of 320.69º 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 #E089C2 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 137 | 194 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.12 |
| HSL | 320.69º | 0.58% | 0.71% | - |
| HSV(B) | 320.69º | 0.39% | 0.88% | - |
| XYZ | 49.42 | 37.63 | 55.7 | - |
| YUV | 169.51 | 141.82 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 137 | 194 | 0 | 0.39 | 0.13 | 0.12 | 320.69 | 0.58 | 0.71 |
| Hex | E0 | 89 | C2 | 0 | 27 | D | C | 141 | 3A | 47 |
| Octal | 340 | 211 | 302 | 0 | 47 | 15 | 14 | 501 | 72 | 107 |
| Binary | 11100000 | 10001001 | 11000010 | 0 | 100111 | 1101 | 1100 | 101000001 | 111010 | 1000111 |
Color Harmonies of #E089C2
Complementary color
Monochromatic Colors of #E089C2
Black with #E089C2
Text Example
Text Example
White with #E089C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E089C2; }
p { color: rgb(224,137,194); }
H1.HeaderClassName
{
color: #E089C2;
}
.AnyTagClassName
{
color: #E089C2;
}
</style>
background-color css
<style>
a { background-color: #E089C2; }
a { background-color: rgb(224,137,194); }
div.DivClassName
{
background-color: #E089C2;
}
.BgClassName
{
background-color: #E089C2;
}
</style>
border-color css
<style>
span { border-color: #E089C2; }
span { border-color: rgb(224,137,194); }
td.TdClassName
{
border-color: #E089C2;
}
.TagClassName
{
border-color: #E089C2;
}
</style>