Shades of Shocking #EF9FC8
Tints of Shocking #EF9FC8
RGB
CMYK
RGB Variations
Color information
#EF9FC8 (or 0xEF9FC8) is known color: Shocking. HEX triplet: EF, 9F and C8. RGB value is (239,159,200). Sum of RGB (Red+Green+Blue) = 239+159+200=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 159 (62.5% from 255 or 26.59% from 598); Blue value is 200 (78.52% from 255 or 33.44% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9FC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9FC8 is #106037. Grayscale: #BBBBBB. Windows color (decimal): -1073208 or 13148143. OLE color: 13148143.
HSL color Cylindrical-coordinate representation of color #EF9FC8: hue angle of 329.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EF9FC8 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 200 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.06 |
| HSL | 329.25º | 0.71% | 0.78% | - |
| HSV(B) | 329.25º | 0.33% | 0.94% | - |
| XYZ | 58.42 | 47.32 | 60.7 | - |
| YUV | 187.59 | 135 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 200 | 0 | 0.33 | 0.16 | 0.06 | 329.25 | 0.71 | 0.78 |
| Hex | EF | 9F | C8 | 0 | 21 | 10 | 6 | 149 | 47 | 4E |
| Octal | 357 | 237 | 310 | 0 | 41 | 20 | 6 | 511 | 107 | 116 |
| Binary | 11101111 | 10011111 | 11001000 | 0 | 100001 | 10000 | 110 | 101001001 | 1000111 | 1001110 |
Color Harmonies of #EF9FC8
Complementary color
Monochromatic Colors of #EF9FC8
Black with #EF9FC8
Text Example
Text Example
White with #EF9FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9FC8; }
p { color: rgb(239,159,200); }
H1.HeaderClassName
{
color: #EF9FC8;
}
.AnyTagClassName
{
color: #EF9FC8;
}
</style>
background-color css
<style>
a { background-color: #EF9FC8; }
a { background-color: rgb(239,159,200); }
div.DivClassName
{
background-color: #EF9FC8;
}
.BgClassName
{
background-color: #EF9FC8;
}
</style>
border-color css
<style>
span { border-color: #EF9FC8; }
span { border-color: rgb(239,159,200); }
td.TdClassName
{
border-color: #EF9FC8;
}
.TagClassName
{
border-color: #EF9FC8;
}
</style>