Shades of Shocking #EF96C3
Tints of Shocking #EF96C3
RGB
CMYK
RGB Variations
Color information
#EF96C3 (or 0xEF96C3) is known color: Shocking. HEX triplet: EF, 96 and C3. RGB value is (239,150,195). Sum of RGB (Red+Green+Blue) = 239+150+195=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 195 (76.56% from 255 or 33.39% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF96C3 is #10693C. Grayscale: #B5B5B5. Windows color (decimal): -1075517 or 12818159. OLE color: 12818159.
HSL color Cylindrical-coordinate representation of color #EF96C3: hue angle of 329.66º 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 #EF96C3 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 150 | 195 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.06 |
| HSL | 329.66º | 0.74% | 0.76% | - |
| HSV(B) | 329.66º | 0.37% | 0.94% | - |
| XYZ | 56.35 | 44.1 | 57.17 | - |
| YUV | 181.74 | 135.49 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 150 | 195 | 0 | 0.37 | 0.18 | 0.06 | 329.66 | 0.74 | 0.76 |
| Hex | EF | 96 | C3 | 0 | 25 | 12 | 6 | 14A | 4A | 4C |
| Octal | 357 | 226 | 303 | 0 | 45 | 22 | 6 | 512 | 112 | 114 |
| Binary | 11101111 | 10010110 | 11000011 | 0 | 100101 | 10010 | 110 | 101001010 | 1001010 | 1001100 |
Color Harmonies of #EF96C3
Complementary color
Monochromatic Colors of #EF96C3
Black with #EF96C3
Text Example
Text Example
White with #EF96C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF96C3; }
p { color: rgb(239,150,195); }
H1.HeaderClassName
{
color: #EF96C3;
}
.AnyTagClassName
{
color: #EF96C3;
}
</style>
background-color css
<style>
a { background-color: #EF96C3; }
a { background-color: rgb(239,150,195); }
div.DivClassName
{
background-color: #EF96C3;
}
.BgClassName
{
background-color: #EF96C3;
}
</style>
border-color css
<style>
span { border-color: #EF96C3; }
span { border-color: rgb(239,150,195); }
td.TdClassName
{
border-color: #EF96C3;
}
.TagClassName
{
border-color: #EF96C3;
}
</style>