Shades of Shocking #EF91C4
Tints of Shocking #EF91C4
RGB
CMYK
RGB Variations
Color information
#EF91C4 (or 0xEF91C4) is known color: Shocking. HEX triplet: EF, 91 and C4. RGB value is (239,145,196). Sum of RGB (Red+Green+Blue) = 239+145+196=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 145 (57.03% from 255 or 25% from 580); Blue value is 196 (76.95% from 255 or 33.79% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EF91C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF91C4 is #106E3B. Grayscale: #B2B2B2. Windows color (decimal): -1076796 or 12882415. OLE color: 12882415.
HSL color Cylindrical-coordinate representation of color #EF91C4: hue angle of 327.45º 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 #EF91C4 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 145 | 196 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.06 |
| HSL | 327.45º | 0.75% | 0.75% | - |
| HSV(B) | 327.45º | 0.39% | 0.94% | - |
| XYZ | 55.69 | 42.59 | 57.51 | - |
| YUV | 178.92 | 137.64 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 196 | 0 | 0.39 | 0.18 | 0.06 | 327.45 | 0.75 | 0.75 |
| Hex | EF | 91 | C4 | 0 | 27 | 12 | 6 | 147 | 4B | 4B |
| Octal | 357 | 221 | 304 | 0 | 47 | 22 | 6 | 507 | 113 | 113 |
| Binary | 11101111 | 10010001 | 11000100 | 0 | 100111 | 10010 | 110 | 101000111 | 1001011 | 1001011 |
Color Harmonies of #EF91C4
Complementary color
Monochromatic Colors of #EF91C4
Black with #EF91C4
Text Example
Text Example
White with #EF91C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF91C4; }
p { color: rgb(239,145,196); }
H1.HeaderClassName
{
color: #EF91C4;
}
.AnyTagClassName
{
color: #EF91C4;
}
</style>
background-color css
<style>
a { background-color: #EF91C4; }
a { background-color: rgb(239,145,196); }
div.DivClassName
{
background-color: #EF91C4;
}
.BgClassName
{
background-color: #EF91C4;
}
</style>
border-color css
<style>
span { border-color: #EF91C4; }
span { border-color: rgb(239,145,196); }
td.TdClassName
{
border-color: #EF91C4;
}
.TagClassName
{
border-color: #EF91C4;
}
</style>