Shades of Shocking #E089C1
Tints of Shocking #E089C1
RGB
CMYK
RGB Variations
Color information
#E089C1 (or 0xE089C1) is known color: Shocking. HEX triplet: E0, 89 and C1. RGB value is (224,137,193). Sum of RGB (Red+Green+Blue) = 224+137+193=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 137 (53.91% from 255 or 24.73% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E089C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E089C1 is #1F763E. Grayscale: #A9A9A9. Windows color (decimal): -2061887 or 12683744. OLE color: 12683744.
HSL color Cylindrical-coordinate representation of color #E089C1: hue angle of 321.38º 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 #E089C1 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 137 | 193 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.12 |
| HSL | 321.38º | 0.58% | 0.71% | - |
| HSV(B) | 321.38º | 0.39% | 0.88% | - |
| XYZ | 49.31 | 37.59 | 55.11 | - |
| YUV | 169.4 | 141.32 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 137 | 193 | 0 | 0.39 | 0.14 | 0.12 | 321.38 | 0.58 | 0.71 |
| Hex | E0 | 89 | C1 | 0 | 27 | E | C | 141 | 3A | 47 |
| Octal | 340 | 211 | 301 | 0 | 47 | 16 | 14 | 501 | 72 | 107 |
| Binary | 11100000 | 10001001 | 11000001 | 0 | 100111 | 1110 | 1100 | 101000001 | 111010 | 1000111 |
Color Harmonies of #E089C1
Complementary color
Monochromatic Colors of #E089C1
Black with #E089C1
Text Example
Text Example
White with #E089C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E089C1; }
p { color: rgb(224,137,193); }
H1.HeaderClassName
{
color: #E089C1;
}
.AnyTagClassName
{
color: #E089C1;
}
</style>
background-color css
<style>
a { background-color: #E089C1; }
a { background-color: rgb(224,137,193); }
div.DivClassName
{
background-color: #E089C1;
}
.BgClassName
{
background-color: #E089C1;
}
</style>
border-color css
<style>
span { border-color: #E089C1; }
span { border-color: rgb(224,137,193); }
td.TdClassName
{
border-color: #E089C1;
}
.TagClassName
{
border-color: #E089C1;
}
</style>