Shades of Shocking #EF91C6
Tints of Shocking #EF91C6
RGB
CMYK
RGB Variations
Color information
#EF91C6 (or 0xEF91C6) is known color: Shocking. HEX triplet: EF, 91 and C6. RGB value is (239,145,198). Sum of RGB (Red+Green+Blue) = 239+145+198=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 145 (57.03% from 255 or 24.91% from 582); Blue value is 198 (77.73% from 255 or 34.02% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EF91C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF91C6 is #106E39. Grayscale: #B3B3B3. Windows color (decimal): -1076794 or 13013487. OLE color: 13013487.
HSL color Cylindrical-coordinate representation of color #EF91C6: hue angle of 326.17º 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 #EF91C6 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 145 | 198 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.06 |
| HSL | 326.17º | 0.75% | 0.75% | - |
| HSV(B) | 326.17º | 0.39% | 0.94% | - |
| XYZ | 55.92 | 42.68 | 58.72 | - |
| YUV | 179.15 | 138.64 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 198 | 0 | 0.39 | 0.17 | 0.06 | 326.17 | 0.75 | 0.75 |
| Hex | EF | 91 | C6 | 0 | 27 | 11 | 6 | 146 | 4B | 4B |
| Octal | 357 | 221 | 306 | 0 | 47 | 21 | 6 | 506 | 113 | 113 |
| Binary | 11101111 | 10010001 | 11000110 | 0 | 100111 | 10001 | 110 | 101000110 | 1001011 | 1001011 |
Color Harmonies of #EF91C6
Complementary color
Monochromatic Colors of #EF91C6
Black with #EF91C6
Text Example
Text Example
White with #EF91C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF91C6; }
p { color: rgb(239,145,198); }
H1.HeaderClassName
{
color: #EF91C6;
}
.AnyTagClassName
{
color: #EF91C6;
}
</style>
background-color css
<style>
a { background-color: #EF91C6; }
a { background-color: rgb(239,145,198); }
div.DivClassName
{
background-color: #EF91C6;
}
.BgClassName
{
background-color: #EF91C6;
}
</style>
border-color css
<style>
span { border-color: #EF91C6; }
span { border-color: rgb(239,145,198); }
td.TdClassName
{
border-color: #EF91C6;
}
.TagClassName
{
border-color: #EF91C6;
}
</style>