Shades of Shocking #EF96C7
Tints of Shocking #EF96C7
RGB
CMYK
RGB Variations
Color information
#EF96C7 (or 0xEF96C7) is known color: Shocking. HEX triplet: EF, 96 and C7. RGB value is (239,150,199). Sum of RGB (Red+Green+Blue) = 239+150+199=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 199 (78.12% from 255 or 33.84% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF96C7 is #106938. Grayscale: #B6B6B6. Windows color (decimal): -1075513 or 13080303. OLE color: 13080303.
HSL color Cylindrical-coordinate representation of color #EF96C7: hue angle of 326.97º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EF96C7 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 150 | 199 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.06 |
| HSL | 326.97º | 0.74% | 0.76% | - |
| HSV(B) | 326.97º | 0.37% | 0.94% | - |
| XYZ | 56.81 | 44.29 | 59.59 | - |
| YUV | 182.2 | 137.49 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 150 | 199 | 0 | 0.37 | 0.17 | 0.06 | 326.97 | 0.74 | 0.76 |
| Hex | EF | 96 | C7 | 0 | 25 | 11 | 6 | 147 | 4A | 4C |
| Octal | 357 | 226 | 307 | 0 | 45 | 21 | 6 | 507 | 112 | 114 |
| Binary | 11101111 | 10010110 | 11000111 | 0 | 100101 | 10001 | 110 | 101000111 | 1001010 | 1001100 |
Color Harmonies of #EF96C7
Complementary color
Monochromatic Colors of #EF96C7
Black with #EF96C7
Text Example
Text Example
White with #EF96C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF96C7; }
p { color: rgb(239,150,199); }
H1.HeaderClassName
{
color: #EF96C7;
}
.AnyTagClassName
{
color: #EF96C7;
}
</style>
background-color css
<style>
a { background-color: #EF96C7; }
a { background-color: rgb(239,150,199); }
div.DivClassName
{
background-color: #EF96C7;
}
.BgClassName
{
background-color: #EF96C7;
}
</style>
border-color css
<style>
span { border-color: #EF96C7; }
span { border-color: rgb(239,150,199); }
td.TdClassName
{
border-color: #EF96C7;
}
.TagClassName
{
border-color: #EF96C7;
}
</style>