Shades of Shocking #EF9CC0
Tints of Shocking #EF9CC0
RGB
CMYK
RGB Variations
Color information
#EF9CC0 (or 0xEF9CC0) is known color: Shocking. HEX triplet: EF, 9C and C0. RGB value is (239,156,192). Sum of RGB (Red+Green+Blue) = 239+156+192=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 156 (61.33% from 255 or 26.58% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9CC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9CC0 is #10633F. Grayscale: #B8B8B8. Windows color (decimal): -1073984 or 12623087. OLE color: 12623087.
HSL color Cylindrical-coordinate representation of color #EF9CC0: hue angle of 333.98º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EF9CC0 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 156 | 192 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.06 |
| HSL | 333.98º | 0.72% | 0.77% | - |
| HSV(B) | 333.98º | 0.35% | 0.94% | - |
| XYZ | 57 | 45.93 | 55.73 | - |
| YUV | 184.92 | 132 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 156 | 192 | 0 | 0.35 | 0.20 | 0.06 | 333.98 | 0.72 | 0.77 |
| Hex | EF | 9C | C0 | 0 | 23 | 14 | 6 | 14E | 48 | 4D |
| Octal | 357 | 234 | 300 | 0 | 43 | 24 | 6 | 516 | 110 | 115 |
| Binary | 11101111 | 10011100 | 11000000 | 0 | 100011 | 10100 | 110 | 101001110 | 1001000 | 1001101 |
Color Harmonies of #EF9CC0
Complementary color
Monochromatic Colors of #EF9CC0
Black with #EF9CC0
Text Example
Text Example
White with #EF9CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9CC0; }
p { color: rgb(239,156,192); }
H1.HeaderClassName
{
color: #EF9CC0;
}
.AnyTagClassName
{
color: #EF9CC0;
}
</style>
background-color css
<style>
a { background-color: #EF9CC0; }
a { background-color: rgb(239,156,192); }
div.DivClassName
{
background-color: #EF9CC0;
}
.BgClassName
{
background-color: #EF9CC0;
}
</style>
border-color css
<style>
span { border-color: #EF9CC0; }
span { border-color: rgb(239,156,192); }
td.TdClassName
{
border-color: #EF9CC0;
}
.TagClassName
{
border-color: #EF9CC0;
}
</style>