Shades of Shocking #E895BC
Tints of Shocking #E895BC
RGB
CMYK
RGB Variations
Color information
#E895BC (or 0xE895BC) is known color: Shocking. HEX triplet: E8, 95 and BC. RGB value is (232,149,188). Sum of RGB (Red+Green+Blue) = 232+149+188=569 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.77% from 569); Green value is 149 (58.59% from 255 or 26.19% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 232 - color contains mainly: red. Hex color #E895BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E895BC is #176A43. Grayscale: #B2B2B2. Windows color (decimal): -1534532 or 12359144. OLE color: 12359144.
HSL color Cylindrical-coordinate representation of color #E895BC: hue angle of 331.81º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E895BC is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 149 | 188 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.09 |
| HSL | 331.81º | 0.64% | 0.75% | - |
| HSV(B) | 331.81º | 0.36% | 0.91% | - |
| XYZ | 53.1 | 42.28 | 52.94 | - |
| YUV | 178.26 | 133.5 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 149 | 188 | 0 | 0.36 | 0.19 | 0.09 | 331.81 | 0.64 | 0.75 |
| Hex | E8 | 95 | BC | 0 | 24 | 13 | 9 | 14C | 40 | 4B |
| Octal | 350 | 225 | 274 | 0 | 44 | 23 | 11 | 514 | 100 | 113 |
| Binary | 11101000 | 10010101 | 10111100 | 0 | 100100 | 10011 | 1001 | 101001100 | 1000000 | 1001011 |
Color Harmonies of #E895BC
Complementary color
Monochromatic Colors of #E895BC
Black with #E895BC
Text Example
Text Example
White with #E895BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E895BC; }
p { color: rgb(232,149,188); }
H1.HeaderClassName
{
color: #E895BC;
}
.AnyTagClassName
{
color: #E895BC;
}
</style>
background-color css
<style>
a { background-color: #E895BC; }
a { background-color: rgb(232,149,188); }
div.DivClassName
{
background-color: #E895BC;
}
.BgClassName
{
background-color: #E895BC;
}
</style>
border-color css
<style>
span { border-color: #E895BC; }
span { border-color: rgb(232,149,188); }
td.TdClassName
{
border-color: #E895BC;
}
.TagClassName
{
border-color: #E895BC;
}
</style>