Shades of Shocking #E096B8
Tints of Shocking #E096B8
RGB
CMYK
RGB Variations
Color information
#E096B8 (or 0xE096B8) is known color: Shocking. HEX triplet: E0, 96 and B8. RGB value is (224,150,184). Sum of RGB (Red+Green+Blue) = 224+150+184=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 150 (58.98% from 255 or 26.88% from 558); Blue value is 184 (72.27% from 255 or 32.97% from 558); Max value from RGB is 224 - color contains mainly: red. Hex color #E096B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096B8 is #1F6947. Grayscale: #AFAFAF. Windows color (decimal): -2058568 or 12097248. OLE color: 12097248.
HSL color Cylindrical-coordinate representation of color #E096B8: hue angle of 332.43º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E096B8 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 150 | 184 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.12 |
| HSL | 332.43º | 0.54% | 0.73% | - |
| HSV(B) | 332.43º | 0.33% | 0.88% | - |
| XYZ | 50.3 | 41.12 | 50.63 | - |
| YUV | 176 | 132.52 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 150 | 184 | 0 | 0.33 | 0.18 | 0.12 | 332.43 | 0.54 | 0.73 |
| Hex | E0 | 96 | B8 | 0 | 21 | 12 | C | 14C | 36 | 49 |
| Octal | 340 | 226 | 270 | 0 | 41 | 22 | 14 | 514 | 66 | 111 |
| Binary | 11100000 | 10010110 | 10111000 | 0 | 100001 | 10010 | 1100 | 101001100 | 110110 | 1001001 |
Color Harmonies of #E096B8
Complementary color
Monochromatic Colors of #E096B8
Black with #E096B8
Text Example
Text Example
White with #E096B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E096B8; }
p { color: rgb(224,150,184); }
H1.HeaderClassName
{
color: #E096B8;
}
.AnyTagClassName
{
color: #E096B8;
}
</style>
background-color css
<style>
a { background-color: #E096B8; }
a { background-color: rgb(224,150,184); }
div.DivClassName
{
background-color: #E096B8;
}
.BgClassName
{
background-color: #E096B8;
}
</style>
border-color css
<style>
span { border-color: #E096B8; }
span { border-color: rgb(224,150,184); }
td.TdClassName
{
border-color: #E096B8;
}
.TagClassName
{
border-color: #E096B8;
}
</style>