Shades of Shocking #E099B8
Tints of Shocking #E099B8
RGB
CMYK
RGB Variations
Color information
#E099B8 (or 0xE099B8) is known color: Shocking. HEX triplet: E0, 99 and B8. RGB value is (224,153,184). Sum of RGB (Red+Green+Blue) = 224+153+184=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 184 (72.27% from 255 or 32.80% from 561); Max value from RGB is 224 - color contains mainly: red. Hex color #E099B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E099B8 is #1F6647. Grayscale: #B1B1B1. Windows color (decimal): -2057800 or 12098016. OLE color: 12098016.
HSL color Cylindrical-coordinate representation of color #E099B8: hue angle of 333.8º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E099B8 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 153 | 184 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.12 |
| HSL | 333.8º | 0.53% | 0.74% | - |
| HSV(B) | 333.8º | 0.32% | 0.88% | - |
| XYZ | 50.78 | 42.09 | 50.8 | - |
| YUV | 177.76 | 131.52 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 153 | 184 | 0 | 0.32 | 0.18 | 0.12 | 333.8 | 0.53 | 0.74 |
| Hex | E0 | 99 | B8 | 0 | 20 | 12 | C | 14E | 35 | 4A |
| Octal | 340 | 231 | 270 | 0 | 40 | 22 | 14 | 516 | 65 | 112 |
| Binary | 11100000 | 10011001 | 10111000 | 0 | 100000 | 10010 | 1100 | 101001110 | 110101 | 1001010 |
Color Harmonies of #E099B8
Complementary color
Monochromatic Colors of #E099B8
Black with #E099B8
Text Example
Text Example
White with #E099B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E099B8; }
p { color: rgb(224,153,184); }
H1.HeaderClassName
{
color: #E099B8;
}
.AnyTagClassName
{
color: #E099B8;
}
</style>
background-color css
<style>
a { background-color: #E099B8; }
a { background-color: rgb(224,153,184); }
div.DivClassName
{
background-color: #E099B8;
}
.BgClassName
{
background-color: #E099B8;
}
</style>
border-color css
<style>
span { border-color: #E099B8; }
span { border-color: rgb(224,153,184); }
td.TdClassName
{
border-color: #E099B8;
}
.TagClassName
{
border-color: #E099B8;
}
</style>