Shades of Shocking #E893B9
Tints of Shocking #E893B9
RGB
CMYK
RGB Variations
Color information
#E893B9 (or 0xE893B9) is known color: Shocking. HEX triplet: E8, 93 and B9. RGB value is (232,147,185). Sum of RGB (Red+Green+Blue) = 232+147+185=564 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.13% from 564); Green value is 147 (57.81% from 255 or 26.06% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 232 - color contains mainly: red. Hex color #E893B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E893B9 is #176C46. Grayscale: #B0B0B0. Windows color (decimal): -1535047 or 12162024. OLE color: 12162024.
HSL color Cylindrical-coordinate representation of color #E893B9: hue angle of 333.18º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E893B9 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 147 | 185 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.09 |
| HSL | 333.18º | 0.65% | 0.74% | - |
| HSV(B) | 333.18º | 0.37% | 0.91% | - |
| XYZ | 52.47 | 41.53 | 51.15 | - |
| YUV | 176.75 | 132.66 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 147 | 185 | 0 | 0.37 | 0.20 | 0.09 | 333.18 | 0.65 | 0.74 |
| Hex | E8 | 93 | B9 | 0 | 25 | 14 | 9 | 14D | 41 | 4A |
| Octal | 350 | 223 | 271 | 0 | 45 | 24 | 11 | 515 | 101 | 112 |
| Binary | 11101000 | 10010011 | 10111001 | 0 | 100101 | 10100 | 1001 | 101001101 | 1000001 | 1001010 |
Color Harmonies of #E893B9
Complementary color
Monochromatic Colors of #E893B9
Black with #E893B9
Text Example
Text Example
White with #E893B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E893B9; }
p { color: rgb(232,147,185); }
H1.HeaderClassName
{
color: #E893B9;
}
.AnyTagClassName
{
color: #E893B9;
}
</style>
background-color css
<style>
a { background-color: #E893B9; }
a { background-color: rgb(232,147,185); }
div.DivClassName
{
background-color: #E893B9;
}
.BgClassName
{
background-color: #E893B9;
}
</style>
border-color css
<style>
span { border-color: #E893B9; }
span { border-color: rgb(232,147,185); }
td.TdClassName
{
border-color: #E893B9;
}
.TagClassName
{
border-color: #E893B9;
}
</style>