Shades of Shocking #EF96CC
Tints of Shocking #EF96CC
RGB
CMYK
RGB Variations
Color information
#EF96CC (or 0xEF96CC) is known color: Shocking. HEX triplet: EF, 96 and CC. RGB value is (239,150,204). Sum of RGB (Red+Green+Blue) = 239+150+204=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 150 (58.98% from 255 or 25.30% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF96CC is #106933. Grayscale: #B6B6B6. Windows color (decimal): -1075508 or 13407983. OLE color: 13407983.
HSL color Cylindrical-coordinate representation of color #EF96CC: hue angle of 323.6º 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 #EF96CC is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 150 | 204 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.06 |
| HSL | 323.6º | 0.74% | 0.76% | - |
| HSV(B) | 323.6º | 0.37% | 0.94% | - |
| XYZ | 57.4 | 44.52 | 62.7 | - |
| YUV | 182.77 | 139.99 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 150 | 204 | 0 | 0.37 | 0.15 | 0.06 | 323.6 | 0.74 | 0.76 |
| Hex | EF | 96 | CC | 0 | 25 | F | 6 | 144 | 4A | 4C |
| Octal | 357 | 226 | 314 | 0 | 45 | 17 | 6 | 504 | 112 | 114 |
| Binary | 11101111 | 10010110 | 11001100 | 0 | 100101 | 1111 | 110 | 101000100 | 1001010 | 1001100 |
Color Harmonies of #EF96CC
Complementary color
Monochromatic Colors of #EF96CC
Black with #EF96CC
Text Example
Text Example
White with #EF96CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF96CC; }
p { color: rgb(239,150,204); }
H1.HeaderClassName
{
color: #EF96CC;
}
.AnyTagClassName
{
color: #EF96CC;
}
</style>
background-color css
<style>
a { background-color: #EF96CC; }
a { background-color: rgb(239,150,204); }
div.DivClassName
{
background-color: #EF96CC;
}
.BgClassName
{
background-color: #EF96CC;
}
</style>
border-color css
<style>
span { border-color: #EF96CC; }
span { border-color: rgb(239,150,204); }
td.TdClassName
{
border-color: #EF96CC;
}
.TagClassName
{
border-color: #EF96CC;
}
</style>