Shades of Shocking #EF98C8
Tints of Shocking #EF98C8
RGB
CMYK
RGB Variations
Color information
#EF98C8 (or 0xEF98C8) is known color: Shocking. HEX triplet: EF, 98 and C8. RGB value is (239,152,200). Sum of RGB (Red+Green+Blue) = 239+152+200=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 152 (59.77% from 255 or 25.72% from 591); Blue value is 200 (78.52% from 255 or 33.84% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EF98C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF98C8 is #106737. Grayscale: #B7B7B7. Windows color (decimal): -1075000 or 13146351. OLE color: 13146351.
HSL color Cylindrical-coordinate representation of color #EF98C8: hue angle of 326.9º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF98C8 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 152 | 200 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.06 |
| HSL | 326.9º | 0.73% | 0.77% | - |
| HSV(B) | 326.9º | 0.36% | 0.94% | - |
| XYZ | 57.25 | 44.98 | 60.31 | - |
| YUV | 183.49 | 137.32 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 152 | 200 | 0 | 0.36 | 0.16 | 0.06 | 326.9 | 0.73 | 0.77 |
| Hex | EF | 98 | C8 | 0 | 24 | 10 | 6 | 147 | 49 | 4D |
| Octal | 357 | 230 | 310 | 0 | 44 | 20 | 6 | 507 | 111 | 115 |
| Binary | 11101111 | 10011000 | 11001000 | 0 | 100100 | 10000 | 110 | 101000111 | 1001001 | 1001101 |
Color Harmonies of #EF98C8
Complementary color
Monochromatic Colors of #EF98C8
Black with #EF98C8
Text Example
Text Example
White with #EF98C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF98C8; }
p { color: rgb(239,152,200); }
H1.HeaderClassName
{
color: #EF98C8;
}
.AnyTagClassName
{
color: #EF98C8;
}
</style>
background-color css
<style>
a { background-color: #EF98C8; }
a { background-color: rgb(239,152,200); }
div.DivClassName
{
background-color: #EF98C8;
}
.BgClassName
{
background-color: #EF98C8;
}
</style>
border-color css
<style>
span { border-color: #EF98C8; }
span { border-color: rgb(239,152,200); }
td.TdClassName
{
border-color: #EF98C8;
}
.TagClassName
{
border-color: #EF98C8;
}
</style>