Shades of Shocking #EF91C5
Tints of Shocking #EF91C5
RGB
CMYK
RGB Variations
Color information
#EF91C5 (or 0xEF91C5) is known color: Shocking. HEX triplet: EF, 91 and C5. RGB value is (239,145,197). Sum of RGB (Red+Green+Blue) = 239+145+197=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 145 (57.03% from 255 or 24.96% from 581); Blue value is 197 (77.34% from 255 or 33.91% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EF91C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF91C5 is #106E3A. Grayscale: #B2B2B2. Windows color (decimal): -1076795 or 12947951. OLE color: 12947951.
HSL color Cylindrical-coordinate representation of color #EF91C5: hue angle of 326.81º 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 #EF91C5 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 145 | 197 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.06 |
| HSL | 326.81º | 0.75% | 0.75% | - |
| HSV(B) | 326.81º | 0.39% | 0.94% | - |
| XYZ | 55.8 | 42.63 | 58.11 | - |
| YUV | 179.03 | 138.14 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 197 | 0 | 0.39 | 0.18 | 0.06 | 326.81 | 0.75 | 0.75 |
| Hex | EF | 91 | C5 | 0 | 27 | 12 | 6 | 147 | 4B | 4B |
| Octal | 357 | 221 | 305 | 0 | 47 | 22 | 6 | 507 | 113 | 113 |
| Binary | 11101111 | 10010001 | 11000101 | 0 | 100111 | 10010 | 110 | 101000111 | 1001011 | 1001011 |
Color Harmonies of #EF91C5
Complementary color
Monochromatic Colors of #EF91C5
Black with #EF91C5
Text Example
Text Example
White with #EF91C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF91C5; }
p { color: rgb(239,145,197); }
H1.HeaderClassName
{
color: #EF91C5;
}
.AnyTagClassName
{
color: #EF91C5;
}
</style>
background-color css
<style>
a { background-color: #EF91C5; }
a { background-color: rgb(239,145,197); }
div.DivClassName
{
background-color: #EF91C5;
}
.BgClassName
{
background-color: #EF91C5;
}
</style>
border-color css
<style>
span { border-color: #EF91C5; }
span { border-color: rgb(239,145,197); }
td.TdClassName
{
border-color: #EF91C5;
}
.TagClassName
{
border-color: #EF91C5;
}
</style>