Shades of Shocking #EF9FC0
Tints of Shocking #EF9FC0
RGB
CMYK
RGB Variations
Color information
#EF9FC0 (or 0xEF9FC0) is known color: Shocking. HEX triplet: EF, 9F and C0. RGB value is (239,159,192). Sum of RGB (Red+Green+Blue) = 239+159+192=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 159 (62.5% from 255 or 26.95% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9FC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9FC0 is #10603F. Grayscale: #BABABA. Windows color (decimal): -1073216 or 12623855. OLE color: 12623855.
HSL color Cylindrical-coordinate representation of color #EF9FC0: hue angle of 335.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 #EF9FC0 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 192 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.06 |
| HSL | 335.25º | 0.71% | 0.78% | - |
| HSV(B) | 335.25º | 0.33% | 0.94% | - |
| XYZ | 57.51 | 46.95 | 55.9 | - |
| YUV | 186.68 | 131 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 192 | 0 | 0.33 | 0.20 | 0.06 | 335.25 | 0.71 | 0.78 |
| Hex | EF | 9F | C0 | 0 | 21 | 14 | 6 | 14F | 47 | 4E |
| Octal | 357 | 237 | 300 | 0 | 41 | 24 | 6 | 517 | 107 | 116 |
| Binary | 11101111 | 10011111 | 11000000 | 0 | 100001 | 10100 | 110 | 101001111 | 1000111 | 1001110 |
Color Harmonies of #EF9FC0
Complementary color
Monochromatic Colors of #EF9FC0
Black with #EF9FC0
Text Example
Text Example
White with #EF9FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9FC0; }
p { color: rgb(239,159,192); }
H1.HeaderClassName
{
color: #EF9FC0;
}
.AnyTagClassName
{
color: #EF9FC0;
}
</style>
background-color css
<style>
a { background-color: #EF9FC0; }
a { background-color: rgb(239,159,192); }
div.DivClassName
{
background-color: #EF9FC0;
}
.BgClassName
{
background-color: #EF9FC0;
}
</style>
border-color css
<style>
span { border-color: #EF9FC0; }
span { border-color: rgb(239,159,192); }
td.TdClassName
{
border-color: #EF9FC0;
}
.TagClassName
{
border-color: #EF9FC0;
}
</style>