Shades of Shocking #EF9DD0
Tints of Shocking #EF9DD0
RGB
CMYK
RGB Variations
Color information
#EF9DD0 (or 0xEF9DD0) is known color: Shocking. HEX triplet: EF, 9D and D0. RGB value is (239,157,208). Sum of RGB (Red+Green+Blue) = 239+157+208=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 157 (61.72% from 255 or 25.99% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9DD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9DD0 is #10622F. Grayscale: #BBBBBB. Windows color (decimal): -1073712 or 13671919. OLE color: 13671919.
HSL color Cylindrical-coordinate representation of color #EF9DD0: hue angle of 322.68º 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 #EF9DD0 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 157 | 208 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.06 |
| HSL | 322.68º | 0.72% | 0.78% | - |
| HSV(B) | 322.68º | 0.34% | 0.94% | - |
| XYZ | 59.04 | 47.02 | 65.64 | - |
| YUV | 187.33 | 139.67 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 157 | 208 | 0 | 0.34 | 0.13 | 0.06 | 322.68 | 0.72 | 0.78 |
| Hex | EF | 9D | D0 | 0 | 22 | D | 6 | 143 | 48 | 4E |
| Octal | 357 | 235 | 320 | 0 | 42 | 15 | 6 | 503 | 110 | 116 |
| Binary | 11101111 | 10011101 | 11010000 | 0 | 100010 | 1101 | 110 | 101000011 | 1001000 | 1001110 |
Color Harmonies of #EF9DD0
Complementary color
Monochromatic Colors of #EF9DD0
Black with #EF9DD0
Text Example
Text Example
White with #EF9DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9DD0; }
p { color: rgb(239,157,208); }
H1.HeaderClassName
{
color: #EF9DD0;
}
.AnyTagClassName
{
color: #EF9DD0;
}
</style>
background-color css
<style>
a { background-color: #EF9DD0; }
a { background-color: rgb(239,157,208); }
div.DivClassName
{
background-color: #EF9DD0;
}
.BgClassName
{
background-color: #EF9DD0;
}
</style>
border-color css
<style>
span { border-color: #EF9DD0; }
span { border-color: rgb(239,157,208); }
td.TdClassName
{
border-color: #EF9DD0;
}
.TagClassName
{
border-color: #EF9DD0;
}
</style>