Shades of Shocking #EF9EC3
Tints of Shocking #EF9EC3
RGB
CMYK
RGB Variations
Color information
#EF9EC3 (or 0xEF9EC3) is known color: Shocking. HEX triplet: EF, 9E and C3. RGB value is (239,158,195). Sum of RGB (Red+Green+Blue) = 239+158+195=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 158 (62.11% from 255 or 26.69% from 592); Blue value is 195 (76.56% from 255 or 32.94% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9EC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9EC3 is #10613C. Grayscale: #BABABA. Windows color (decimal): -1073469 or 12820207. OLE color: 12820207.
HSL color Cylindrical-coordinate representation of color #EF9EC3: hue angle of 332.59º 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 #EF9EC3 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 158 | 195 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.06 |
| HSL | 332.59º | 0.72% | 0.78% | - |
| HSV(B) | 332.59º | 0.34% | 0.94% | - |
| XYZ | 57.67 | 46.74 | 57.61 | - |
| YUV | 186.44 | 132.84 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 195 | 0 | 0.34 | 0.18 | 0.06 | 332.59 | 0.72 | 0.78 |
| Hex | EF | 9E | C3 | 0 | 22 | 12 | 6 | 14D | 48 | 4E |
| Octal | 357 | 236 | 303 | 0 | 42 | 22 | 6 | 515 | 110 | 116 |
| Binary | 11101111 | 10011110 | 11000011 | 0 | 100010 | 10010 | 110 | 101001101 | 1001000 | 1001110 |
Color Harmonies of #EF9EC3
Complementary color
Monochromatic Colors of #EF9EC3
Black with #EF9EC3
Text Example
Text Example
White with #EF9EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9EC3; }
p { color: rgb(239,158,195); }
H1.HeaderClassName
{
color: #EF9EC3;
}
.AnyTagClassName
{
color: #EF9EC3;
}
</style>
background-color css
<style>
a { background-color: #EF9EC3; }
a { background-color: rgb(239,158,195); }
div.DivClassName
{
background-color: #EF9EC3;
}
.BgClassName
{
background-color: #EF9EC3;
}
</style>
border-color css
<style>
span { border-color: #EF9EC3; }
span { border-color: rgb(239,158,195); }
td.TdClassName
{
border-color: #EF9EC3;
}
.TagClassName
{
border-color: #EF9EC3;
}
</style>