Shades of Shocking #E389BE
Tints of Shocking #E389BE
RGB
CMYK
RGB Variations
Color information
#E389BE (or 0xE389BE) is known color: Shocking. HEX triplet: E3, 89 and BE. RGB value is (227,137,190). Sum of RGB (Red+Green+Blue) = 227+137+190=554 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.97% from 554); Green value is 137 (53.91% from 255 or 24.73% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 227 - color contains mainly: red. Hex color #E389BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E389BE is #1C7641. Grayscale: #A9A9A9. Windows color (decimal): -1865282 or 12487139. OLE color: 12487139.
HSL color Cylindrical-coordinate representation of color #E389BE: hue angle of 324.67º 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 #E389BE is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 137 | 190 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.11 |
| HSL | 324.67º | 0.62% | 0.71% | - |
| HSV(B) | 324.67º | 0.4% | 0.89% | - |
| XYZ | 49.92 | 37.94 | 53.41 | - |
| YUV | 169.95 | 139.32 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 137 | 190 | 0 | 0.40 | 0.16 | 0.11 | 324.67 | 0.62 | 0.71 |
| Hex | E3 | 89 | BE | 0 | 28 | 10 | B | 145 | 3E | 47 |
| Octal | 343 | 211 | 276 | 0 | 50 | 20 | 13 | 505 | 76 | 107 |
| Binary | 11100011 | 10001001 | 10111110 | 0 | 101000 | 10000 | 1011 | 101000101 | 111110 | 1000111 |
Color Harmonies of #E389BE
Complementary color
Monochromatic Colors of #E389BE
Black with #E389BE
Text Example
Text Example
White with #E389BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E389BE; }
p { color: rgb(227,137,190); }
H1.HeaderClassName
{
color: #E389BE;
}
.AnyTagClassName
{
color: #E389BE;
}
</style>
background-color css
<style>
a { background-color: #E389BE; }
a { background-color: rgb(227,137,190); }
div.DivClassName
{
background-color: #E389BE;
}
.BgClassName
{
background-color: #E389BE;
}
</style>
border-color css
<style>
span { border-color: #E389BE; }
span { border-color: rgb(227,137,190); }
td.TdClassName
{
border-color: #E389BE;
}
.TagClassName
{
border-color: #E389BE;
}
</style>