Shades of Shocking #EF9BC0
Tints of Shocking #EF9BC0
RGB
CMYK
RGB Variations
Color information
#EF9BC0 (or 0xEF9BC0) is known color: Shocking. HEX triplet: EF, 9B and C0. RGB value is (239,155,192). Sum of RGB (Red+Green+Blue) = 239+155+192=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 155 (60.94% from 255 or 26.45% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9BC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9BC0 is #10643F. Grayscale: #B8B8B8. Windows color (decimal): -1074240 or 12622831. OLE color: 12622831.
HSL color Cylindrical-coordinate representation of color #EF9BC0: hue angle of 333.57º 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 #EF9BC0 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 155 | 192 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.06 |
| HSL | 333.57º | 0.72% | 0.77% | - |
| HSV(B) | 333.57º | 0.35% | 0.94% | - |
| XYZ | 56.83 | 45.6 | 55.68 | - |
| YUV | 184.33 | 132.33 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 155 | 192 | 0 | 0.35 | 0.20 | 0.06 | 333.57 | 0.72 | 0.77 |
| Hex | EF | 9B | C0 | 0 | 23 | 14 | 6 | 14E | 48 | 4D |
| Octal | 357 | 233 | 300 | 0 | 43 | 24 | 6 | 516 | 110 | 115 |
| Binary | 11101111 | 10011011 | 11000000 | 0 | 100011 | 10100 | 110 | 101001110 | 1001000 | 1001101 |
Color Harmonies of #EF9BC0
Complementary color
Monochromatic Colors of #EF9BC0
Black with #EF9BC0
Text Example
Text Example
White with #EF9BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9BC0; }
p { color: rgb(239,155,192); }
H1.HeaderClassName
{
color: #EF9BC0;
}
.AnyTagClassName
{
color: #EF9BC0;
}
</style>
background-color css
<style>
a { background-color: #EF9BC0; }
a { background-color: rgb(239,155,192); }
div.DivClassName
{
background-color: #EF9BC0;
}
.BgClassName
{
background-color: #EF9BC0;
}
</style>
border-color css
<style>
span { border-color: #EF9BC0; }
span { border-color: rgb(239,155,192); }
td.TdClassName
{
border-color: #EF9BC0;
}
.TagClassName
{
border-color: #EF9BC0;
}
</style>