Shades of Shocking #EF98C5
Tints of Shocking #EF98C5
RGB
CMYK
RGB Variations
Color information
#EF98C5 (or 0xEF98C5) is known color: Shocking. HEX triplet: EF, 98 and C5. RGB value is (239,152,197). Sum of RGB (Red+Green+Blue) = 239+152+197=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 152 (59.77% from 255 or 25.85% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EF98C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF98C5 is #10673A. Grayscale: #B7B7B7. Windows color (decimal): -1075003 or 12949743. OLE color: 12949743.
HSL color Cylindrical-coordinate representation of color #EF98C5: hue angle of 328.97º 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 #EF98C5 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 152 | 197 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.06 |
| HSL | 328.97º | 0.73% | 0.77% | - |
| HSV(B) | 328.97º | 0.36% | 0.94% | - |
| XYZ | 56.9 | 44.84 | 58.48 | - |
| YUV | 183.14 | 135.82 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 152 | 197 | 0 | 0.36 | 0.18 | 0.06 | 328.97 | 0.73 | 0.77 |
| Hex | EF | 98 | C5 | 0 | 24 | 12 | 6 | 149 | 49 | 4D |
| Octal | 357 | 230 | 305 | 0 | 44 | 22 | 6 | 511 | 111 | 115 |
| Binary | 11101111 | 10011000 | 11000101 | 0 | 100100 | 10010 | 110 | 101001001 | 1001001 | 1001101 |
Color Harmonies of #EF98C5
Complementary color
Monochromatic Colors of #EF98C5
Black with #EF98C5
Text Example
Text Example
White with #EF98C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF98C5; }
p { color: rgb(239,152,197); }
H1.HeaderClassName
{
color: #EF98C5;
}
.AnyTagClassName
{
color: #EF98C5;
}
</style>
background-color css
<style>
a { background-color: #EF98C5; }
a { background-color: rgb(239,152,197); }
div.DivClassName
{
background-color: #EF98C5;
}
.BgClassName
{
background-color: #EF98C5;
}
</style>
border-color css
<style>
span { border-color: #EF98C5; }
span { border-color: rgb(239,152,197); }
td.TdClassName
{
border-color: #EF98C5;
}
.TagClassName
{
border-color: #EF98C5;
}
</style>