Shades of Shocking #E893B6
Tints of Shocking #E893B6
RGB
CMYK
RGB Variations
Color information
#E893B6 (or 0xE893B6) is known color: Shocking. HEX triplet: E8, 93 and B6. RGB value is (232,147,182). Sum of RGB (Red+Green+Blue) = 232+147+182=561 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.35% from 561); Green value is 147 (57.81% from 255 or 26.20% from 561); Blue value is 182 (71.48% from 255 or 32.44% from 561); Max value from RGB is 232 - color contains mainly: red. Hex color #E893B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E893B6 is #176C49. Grayscale: #B0B0B0. Windows color (decimal): -1535050 or 11965416. OLE color: 11965416.
HSL color Cylindrical-coordinate representation of color #E893B6: hue angle of 335.29º 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 #E893B6 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 147 | 182 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.09 |
| HSL | 335.29º | 0.65% | 0.74% | - |
| HSV(B) | 335.29º | 0.37% | 0.91% | - |
| XYZ | 52.16 | 41.4 | 49.5 | - |
| YUV | 176.41 | 131.16 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 147 | 182 | 0 | 0.37 | 0.22 | 0.09 | 335.29 | 0.65 | 0.74 |
| Hex | E8 | 93 | B6 | 0 | 25 | 16 | 9 | 14F | 41 | 4A |
| Octal | 350 | 223 | 266 | 0 | 45 | 26 | 11 | 517 | 101 | 112 |
| Binary | 11101000 | 10010011 | 10110110 | 0 | 100101 | 10110 | 1001 | 101001111 | 1000001 | 1001010 |
Color Harmonies of #E893B6
Complementary color
Monochromatic Colors of #E893B6
Black with #E893B6
Text Example
Text Example
White with #E893B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E893B6; }
p { color: rgb(232,147,182); }
H1.HeaderClassName
{
color: #E893B6;
}
.AnyTagClassName
{
color: #E893B6;
}
</style>
background-color css
<style>
a { background-color: #E893B6; }
a { background-color: rgb(232,147,182); }
div.DivClassName
{
background-color: #E893B6;
}
.BgClassName
{
background-color: #E893B6;
}
</style>
border-color css
<style>
span { border-color: #E893B6; }
span { border-color: rgb(232,147,182); }
td.TdClassName
{
border-color: #E893B6;
}
.TagClassName
{
border-color: #E893B6;
}
</style>