Shades of Shocking #EF91C0
Tints of Shocking #EF91C0
RGB
CMYK
RGB Variations
Color information
#EF91C0 (or 0xEF91C0) is known color: Shocking. HEX triplet: EF, 91 and C0. RGB value is (239,145,192). Sum of RGB (Red+Green+Blue) = 239+145+192=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 145 (57.03% from 255 or 25.17% from 576); Blue value is 192 (75.39% from 255 or 33.33% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EF91C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF91C0 is #106E3F. Grayscale: #B2B2B2. Windows color (decimal): -1076800 or 12620271. OLE color: 12620271.
HSL color Cylindrical-coordinate representation of color #EF91C0: hue angle of 330º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EF91C0 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 145 | 192 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.06 |
| HSL | 330º | 0.75% | 0.75% | - |
| HSV(B) | 330º | 0.39% | 0.94% | - |
| XYZ | 55.24 | 42.41 | 55.14 | - |
| YUV | 178.46 | 135.64 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 192 | 0 | 0.39 | 0.20 | 0.06 | 330 | 0.75 | 0.75 |
| Hex | EF | 91 | C0 | 0 | 27 | 14 | 6 | 14A | 4B | 4B |
| Octal | 357 | 221 | 300 | 0 | 47 | 24 | 6 | 512 | 113 | 113 |
| Binary | 11101111 | 10010001 | 11000000 | 0 | 100111 | 10100 | 110 | 101001010 | 1001011 | 1001011 |
Color Harmonies of #EF91C0
Complementary color
Monochromatic Colors of #EF91C0
Black with #EF91C0
Text Example
Text Example
White with #EF91C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF91C0; }
p { color: rgb(239,145,192); }
H1.HeaderClassName
{
color: #EF91C0;
}
.AnyTagClassName
{
color: #EF91C0;
}
</style>
background-color css
<style>
a { background-color: #EF91C0; }
a { background-color: rgb(239,145,192); }
div.DivClassName
{
background-color: #EF91C0;
}
.BgClassName
{
background-color: #EF91C0;
}
</style>
border-color css
<style>
span { border-color: #EF91C0; }
span { border-color: rgb(239,145,192); }
td.TdClassName
{
border-color: #EF91C0;
}
.TagClassName
{
border-color: #EF91C0;
}
</style>