Shades of Shocking #EF91C3
Tints of Shocking #EF91C3
RGB
CMYK
RGB Variations
Color information
#EF91C3 (or 0xEF91C3) is known color: Shocking. HEX triplet: EF, 91 and C3. RGB value is (239,145,195). Sum of RGB (Red+Green+Blue) = 239+145+195=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 145 (57.03% from 255 or 25.04% from 579); Blue value is 195 (76.56% from 255 or 33.68% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EF91C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF91C3 is #106E3C. Grayscale: #B2B2B2. Windows color (decimal): -1076797 or 12816879. OLE color: 12816879.
HSL color Cylindrical-coordinate representation of color #EF91C3: hue angle of 328.09º 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 #EF91C3 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 145 | 195 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.06 |
| HSL | 328.09º | 0.75% | 0.75% | - |
| HSV(B) | 328.09º | 0.39% | 0.94% | - |
| XYZ | 55.57 | 42.54 | 56.91 | - |
| YUV | 178.81 | 137.14 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 195 | 0 | 0.39 | 0.18 | 0.06 | 328.09 | 0.75 | 0.75 |
| Hex | EF | 91 | C3 | 0 | 27 | 12 | 6 | 148 | 4B | 4B |
| Octal | 357 | 221 | 303 | 0 | 47 | 22 | 6 | 510 | 113 | 113 |
| Binary | 11101111 | 10010001 | 11000011 | 0 | 100111 | 10010 | 110 | 101001000 | 1001011 | 1001011 |
Color Harmonies of #EF91C3
Complementary color
Monochromatic Colors of #EF91C3
Black with #EF91C3
Text Example
Text Example
White with #EF91C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF91C3; }
p { color: rgb(239,145,195); }
H1.HeaderClassName
{
color: #EF91C3;
}
.AnyTagClassName
{
color: #EF91C3;
}
</style>
background-color css
<style>
a { background-color: #EF91C3; }
a { background-color: rgb(239,145,195); }
div.DivClassName
{
background-color: #EF91C3;
}
.BgClassName
{
background-color: #EF91C3;
}
</style>
border-color css
<style>
span { border-color: #EF91C3; }
span { border-color: rgb(239,145,195); }
td.TdClassName
{
border-color: #EF91C3;
}
.TagClassName
{
border-color: #EF91C3;
}
</style>