Shades of Shocking #E098B6
Tints of Shocking #E098B6
RGB
CMYK
RGB Variations
Color information
#E098B6 (or 0xE098B6) is known color: Shocking. HEX triplet: E0, 98 and B6. RGB value is (224,152,182). Sum of RGB (Red+Green+Blue) = 224+152+182=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 182 (71.48% from 255 or 32.62% from 558); Max value from RGB is 224 - color contains mainly: red. Hex color #E098B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E098B6 is #1F6749. Grayscale: #B0B0B0. Windows color (decimal): -2058058 or 11966688. OLE color: 11966688.
HSL color Cylindrical-coordinate representation of color #E098B6: hue angle of 335º degrees, saturation: 0.54, 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 #E098B6 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 152 | 182 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.12 |
| HSL | 335º | 0.54% | 0.74% | - |
| HSV(B) | 335º | 0.32% | 0.88% | - |
| XYZ | 50.41 | 41.68 | 49.64 | - |
| YUV | 176.95 | 130.85 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 182 | 0 | 0.32 | 0.19 | 0.12 | 335 | 0.54 | 0.74 |
| Hex | E0 | 98 | B6 | 0 | 20 | 13 | C | 14F | 36 | 4A |
| Octal | 340 | 230 | 266 | 0 | 40 | 23 | 14 | 517 | 66 | 112 |
| Binary | 11100000 | 10011000 | 10110110 | 0 | 100000 | 10011 | 1100 | 101001111 | 110110 | 1001010 |
Color Harmonies of #E098B6
Complementary color
Monochromatic Colors of #E098B6
Black with #E098B6
Text Example
Text Example
White with #E098B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E098B6; }
p { color: rgb(224,152,182); }
H1.HeaderClassName
{
color: #E098B6;
}
.AnyTagClassName
{
color: #E098B6;
}
</style>
background-color css
<style>
a { background-color: #E098B6; }
a { background-color: rgb(224,152,182); }
div.DivClassName
{
background-color: #E098B6;
}
.BgClassName
{
background-color: #E098B6;
}
</style>
border-color css
<style>
span { border-color: #E098B6; }
span { border-color: rgb(224,152,182); }
td.TdClassName
{
border-color: #E098B6;
}
.TagClassName
{
border-color: #E098B6;
}
</style>