Shades of Shocking #EF9EC1
Tints of Shocking #EF9EC1
RGB
CMYK
RGB Variations
Color information
#EF9EC1 (or 0xEF9EC1) is known color: Shocking. HEX triplet: EF, 9E and C1. RGB value is (239,158,193). Sum of RGB (Red+Green+Blue) = 239+158+193=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 158 (62.11% from 255 or 26.78% from 590); Blue value is 193 (75.78% from 255 or 32.71% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9EC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9EC1 is #10613E. Grayscale: #BABABA. Windows color (decimal): -1073471 or 12689135. OLE color: 12689135.
HSL color Cylindrical-coordinate representation of color #EF9EC1: hue angle of 334.07º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EF9EC1 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 158 | 193 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.06 |
| HSL | 334.07º | 0.72% | 0.78% | - |
| HSV(B) | 334.07º | 0.34% | 0.94% | - |
| XYZ | 57.45 | 46.65 | 56.43 | - |
| YUV | 186.21 | 131.84 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 193 | 0 | 0.34 | 0.19 | 0.06 | 334.07 | 0.72 | 0.78 |
| Hex | EF | 9E | C1 | 0 | 22 | 13 | 6 | 14E | 48 | 4E |
| Octal | 357 | 236 | 301 | 0 | 42 | 23 | 6 | 516 | 110 | 116 |
| Binary | 11101111 | 10011110 | 11000001 | 0 | 100010 | 10011 | 110 | 101001110 | 1001000 | 1001110 |
Color Harmonies of #EF9EC1
Complementary color
Monochromatic Colors of #EF9EC1
Black with #EF9EC1
Text Example
Text Example
White with #EF9EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9EC1; }
p { color: rgb(239,158,193); }
H1.HeaderClassName
{
color: #EF9EC1;
}
.AnyTagClassName
{
color: #EF9EC1;
}
</style>
background-color css
<style>
a { background-color: #EF9EC1; }
a { background-color: rgb(239,158,193); }
div.DivClassName
{
background-color: #EF9EC1;
}
.BgClassName
{
background-color: #EF9EC1;
}
</style>
border-color css
<style>
span { border-color: #EF9EC1; }
span { border-color: rgb(239,158,193); }
td.TdClassName
{
border-color: #EF9EC1;
}
.TagClassName
{
border-color: #EF9EC1;
}
</style>