Shades of Shocking #EF9ED0
Tints of Shocking #EF9ED0
RGB
CMYK
RGB Variations
Color information
#EF9ED0 (or 0xEF9ED0) is known color: Shocking. HEX triplet: EF, 9E and D0. RGB value is (239,158,208). Sum of RGB (Red+Green+Blue) = 239+158+208=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 158 (62.11% from 255 or 26.12% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9ED0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9ED0 is #10612F. Grayscale: #BBBBBB. Windows color (decimal): -1073456 or 13672175. OLE color: 13672175.
HSL color Cylindrical-coordinate representation of color #EF9ED0: hue angle of 322.96º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EF9ED0 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 158 | 208 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.06 |
| HSL | 322.96º | 0.72% | 0.78% | - |
| HSV(B) | 322.96º | 0.34% | 0.94% | - |
| XYZ | 59.21 | 47.36 | 65.69 | - |
| YUV | 187.92 | 139.34 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 208 | 0 | 0.34 | 0.13 | 0.06 | 322.96 | 0.72 | 0.78 |
| Hex | EF | 9E | D0 | 0 | 22 | D | 6 | 143 | 48 | 4E |
| Octal | 357 | 236 | 320 | 0 | 42 | 15 | 6 | 503 | 110 | 116 |
| Binary | 11101111 | 10011110 | 11010000 | 0 | 100010 | 1101 | 110 | 101000011 | 1001000 | 1001110 |
Color Harmonies of #EF9ED0
Complementary color
Monochromatic Colors of #EF9ED0
Black with #EF9ED0
Text Example
Text Example
White with #EF9ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9ED0; }
p { color: rgb(239,158,208); }
H1.HeaderClassName
{
color: #EF9ED0;
}
.AnyTagClassName
{
color: #EF9ED0;
}
</style>
background-color css
<style>
a { background-color: #EF9ED0; }
a { background-color: rgb(239,158,208); }
div.DivClassName
{
background-color: #EF9ED0;
}
.BgClassName
{
background-color: #EF9ED0;
}
</style>
border-color css
<style>
span { border-color: #EF9ED0; }
span { border-color: rgb(239,158,208); }
td.TdClassName
{
border-color: #EF9ED0;
}
.TagClassName
{
border-color: #EF9ED0;
}
</style>