Shades of Shocking #EF96BF
Tints of Shocking #EF96BF
RGB
CMYK
RGB Variations
Color information
#EF96BF (or 0xEF96BF) is known color: Shocking. HEX triplet: EF, 96 and BF. RGB value is (239,150,191). Sum of RGB (Red+Green+Blue) = 239+150+191=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF96BF is #106940. Grayscale: #B5B5B5. Windows color (decimal): -1075521 or 12556015. OLE color: 12556015.
HSL color Cylindrical-coordinate representation of color #EF96BF: hue angle of 332.36º 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 #EF96BF is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 150 | 191 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.06 |
| HSL | 332.36º | 0.74% | 0.76% | - |
| HSV(B) | 332.36º | 0.37% | 0.94% | - |
| XYZ | 55.91 | 43.93 | 54.82 | - |
| YUV | 181.29 | 133.49 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 150 | 191 | 0 | 0.37 | 0.20 | 0.06 | 332.36 | 0.74 | 0.76 |
| Hex | EF | 96 | BF | 0 | 25 | 14 | 6 | 14C | 4A | 4C |
| Octal | 357 | 226 | 277 | 0 | 45 | 24 | 6 | 514 | 112 | 114 |
| Binary | 11101111 | 10010110 | 10111111 | 0 | 100101 | 10100 | 110 | 101001100 | 1001010 | 1001100 |
Color Harmonies of #EF96BF
Complementary color
Monochromatic Colors of #EF96BF
Black with #EF96BF
Text Example
Text Example
White with #EF96BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF96BF; }
p { color: rgb(239,150,191); }
H1.HeaderClassName
{
color: #EF96BF;
}
.AnyTagClassName
{
color: #EF96BF;
}
</style>
background-color css
<style>
a { background-color: #EF96BF; }
a { background-color: rgb(239,150,191); }
div.DivClassName
{
background-color: #EF96BF;
}
.BgClassName
{
background-color: #EF96BF;
}
</style>
border-color css
<style>
span { border-color: #EF96BF; }
span { border-color: rgb(239,150,191); }
td.TdClassName
{
border-color: #EF96BF;
}
.TagClassName
{
border-color: #EF96BF;
}
</style>