Shades of Shocking #EE98BC
Tints of Shocking #EE98BC
RGB
CMYK
RGB Variations
Color information
#EE98BC (or 0xEE98BC) is known color: Shocking. HEX triplet: EE, 98 and BC. RGB value is (238,152,188). Sum of RGB (Red+Green+Blue) = 238+152+188=578 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.18% from 578); Green value is 152 (59.77% from 255 or 26.30% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 238 - color contains mainly: red. Hex color #EE98BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE98BC is #116743. Grayscale: #B5B5B5. Windows color (decimal): -1140548 or 12359918. OLE color: 12359918.
HSL color Cylindrical-coordinate representation of color #EE98BC: hue angle of 334.88º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EE98BC is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 152 | 188 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.07 |
| HSL | 334.88º | 0.72% | 0.76% | - |
| HSV(B) | 334.88º | 0.36% | 0.93% | - |
| XYZ | 55.57 | 44.26 | 53.19 | - |
| YUV | 181.82 | 131.49 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 152 | 188 | 0 | 0.36 | 0.21 | 0.07 | 334.88 | 0.72 | 0.76 |
| Hex | EE | 98 | BC | 0 | 24 | 15 | 7 | 14F | 48 | 4C |
| Octal | 356 | 230 | 274 | 0 | 44 | 25 | 7 | 517 | 110 | 114 |
| Binary | 11101110 | 10011000 | 10111100 | 0 | 100100 | 10101 | 111 | 101001111 | 1001000 | 1001100 |
Color Harmonies of #EE98BC
Complementary color
Monochromatic Colors of #EE98BC
Black with #EE98BC
Text Example
Text Example
White with #EE98BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE98BC; }
p { color: rgb(238,152,188); }
H1.HeaderClassName
{
color: #EE98BC;
}
.AnyTagClassName
{
color: #EE98BC;
}
</style>
background-color css
<style>
a { background-color: #EE98BC; }
a { background-color: rgb(238,152,188); }
div.DivClassName
{
background-color: #EE98BC;
}
.BgClassName
{
background-color: #EE98BC;
}
</style>
border-color css
<style>
span { border-color: #EE98BC; }
span { border-color: rgb(238,152,188); }
td.TdClassName
{
border-color: #EE98BC;
}
.TagClassName
{
border-color: #EE98BC;
}
</style>