Shades of Shocking #EF9FC1
Tints of Shocking #EF9FC1
RGB
CMYK
RGB Variations
Color information
#EF9FC1 (or 0xEF9FC1) is known color: Shocking. HEX triplet: EF, 9F and C1. RGB value is (239,159,193). Sum of RGB (Red+Green+Blue) = 239+159+193=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 159 (62.5% from 255 or 26.90% from 591); Blue value is 193 (75.78% from 255 or 32.66% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9FC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9FC1 is #10603E. Grayscale: #BABABA. Windows color (decimal): -1073215 or 12689391. OLE color: 12689391.
HSL color Cylindrical-coordinate representation of color #EF9FC1: hue angle of 334.5º 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 #EF9FC1 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 193 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.06 |
| HSL | 334.5º | 0.71% | 0.78% | - |
| HSV(B) | 334.5º | 0.33% | 0.94% | - |
| XYZ | 57.62 | 47 | 56.49 | - |
| YUV | 186.8 | 131.5 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 193 | 0 | 0.33 | 0.19 | 0.06 | 334.5 | 0.71 | 0.78 |
| Hex | EF | 9F | C1 | 0 | 21 | 13 | 6 | 14E | 47 | 4E |
| Octal | 357 | 237 | 301 | 0 | 41 | 23 | 6 | 516 | 107 | 116 |
| Binary | 11101111 | 10011111 | 11000001 | 0 | 100001 | 10011 | 110 | 101001110 | 1000111 | 1001110 |
Color Harmonies of #EF9FC1
Complementary color
Monochromatic Colors of #EF9FC1
Black with #EF9FC1
Text Example
Text Example
White with #EF9FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9FC1; }
p { color: rgb(239,159,193); }
H1.HeaderClassName
{
color: #EF9FC1;
}
.AnyTagClassName
{
color: #EF9FC1;
}
</style>
background-color css
<style>
a { background-color: #EF9FC1; }
a { background-color: rgb(239,159,193); }
div.DivClassName
{
background-color: #EF9FC1;
}
.BgClassName
{
background-color: #EF9FC1;
}
</style>
border-color css
<style>
span { border-color: #EF9FC1; }
span { border-color: rgb(239,159,193); }
td.TdClassName
{
border-color: #EF9FC1;
}
.TagClassName
{
border-color: #EF9FC1;
}
</style>