Shades of Shocking #EF96BD
Tints of Shocking #EF96BD
RGB
CMYK
RGB Variations
Color information
#EF96BD (or 0xEF96BD) is known color: Shocking. HEX triplet: EF, 96 and BD. RGB value is (239,150,189). Sum of RGB (Red+Green+Blue) = 239+150+189=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF96BD is #106942. Grayscale: #B4B4B4. Windows color (decimal): -1075523 or 12424943. OLE color: 12424943.
HSL color Cylindrical-coordinate representation of color #EF96BD: hue angle of 333.71º 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 #EF96BD is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 150 | 189 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.06 |
| HSL | 333.71º | 0.74% | 0.76% | - |
| HSV(B) | 333.71º | 0.37% | 0.94% | - |
| XYZ | 55.69 | 43.84 | 53.67 | - |
| YUV | 181.06 | 132.49 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 150 | 189 | 0 | 0.37 | 0.21 | 0.06 | 333.71 | 0.74 | 0.76 |
| Hex | EF | 96 | BD | 0 | 25 | 15 | 6 | 14E | 4A | 4C |
| Octal | 357 | 226 | 275 | 0 | 45 | 25 | 6 | 516 | 112 | 114 |
| Binary | 11101111 | 10010110 | 10111101 | 0 | 100101 | 10101 | 110 | 101001110 | 1001010 | 1001100 |
Color Harmonies of #EF96BD
Complementary color
Monochromatic Colors of #EF96BD
Black with #EF96BD
Text Example
Text Example
White with #EF96BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF96BD; }
p { color: rgb(239,150,189); }
H1.HeaderClassName
{
color: #EF96BD;
}
.AnyTagClassName
{
color: #EF96BD;
}
</style>
background-color css
<style>
a { background-color: #EF96BD; }
a { background-color: rgb(239,150,189); }
div.DivClassName
{
background-color: #EF96BD;
}
.BgClassName
{
background-color: #EF96BD;
}
</style>
border-color css
<style>
span { border-color: #EF96BD; }
span { border-color: rgb(239,150,189); }
td.TdClassName
{
border-color: #EF96BD;
}
.TagClassName
{
border-color: #EF96BD;
}
</style>