Shades of Shocking #E389C0
Tints of Shocking #E389C0
RGB
CMYK
RGB Variations
Color information
#E389C0 (or 0xE389C0) is known color: Shocking. HEX triplet: E3, 89 and C0. RGB value is (227,137,192). Sum of RGB (Red+Green+Blue) = 227+137+192=556 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.83% from 556); Green value is 137 (53.91% from 255 or 24.64% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 227 - color contains mainly: red. Hex color #E389C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E389C0 is #1C763F. Grayscale: #AAAAAA. Windows color (decimal): -1865280 or 12618211. OLE color: 12618211.
HSL color Cylindrical-coordinate representation of color #E389C0: hue angle of 323.33º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E389C0 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 137 | 192 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.11 |
| HSL | 323.33º | 0.62% | 0.71% | - |
| HSV(B) | 323.33º | 0.4% | 0.89% | - |
| XYZ | 50.14 | 38.03 | 54.57 | - |
| YUV | 170.18 | 140.32 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 137 | 192 | 0 | 0.40 | 0.15 | 0.11 | 323.33 | 0.62 | 0.71 |
| Hex | E3 | 89 | C0 | 0 | 28 | F | B | 143 | 3E | 47 |
| Octal | 343 | 211 | 300 | 0 | 50 | 17 | 13 | 503 | 76 | 107 |
| Binary | 11100011 | 10001001 | 11000000 | 0 | 101000 | 1111 | 1011 | 101000011 | 111110 | 1000111 |
Color Harmonies of #E389C0
Complementary color
Monochromatic Colors of #E389C0
Black with #E389C0
Text Example
Text Example
White with #E389C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E389C0; }
p { color: rgb(227,137,192); }
H1.HeaderClassName
{
color: #E389C0;
}
.AnyTagClassName
{
color: #E389C0;
}
</style>
background-color css
<style>
a { background-color: #E389C0; }
a { background-color: rgb(227,137,192); }
div.DivClassName
{
background-color: #E389C0;
}
.BgClassName
{
background-color: #E389C0;
}
</style>
border-color css
<style>
span { border-color: #E389C0; }
span { border-color: rgb(227,137,192); }
td.TdClassName
{
border-color: #E389C0;
}
.TagClassName
{
border-color: #E389C0;
}
</style>