Shades of Shocking #EF94D0
Tints of Shocking #EF94D0
RGB
CMYK
RGB Variations
Color information
#EF94D0 (or 0xEF94D0) is known color: Shocking. HEX triplet: EF, 94 and D0. RGB value is (239,148,208). Sum of RGB (Red+Green+Blue) = 239+148+208=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 148 (58.20% from 255 or 24.87% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EF94D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF94D0 is #106B2F. Grayscale: #B5B5B5. Windows color (decimal): -1076016 or 13669615. OLE color: 13669615.
HSL color Cylindrical-coordinate representation of color #EF94D0: hue angle of 320.44º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF94D0 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 148 | 208 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.06 |
| HSL | 320.44º | 0.74% | 0.76% | - |
| HSV(B) | 320.44º | 0.38% | 0.94% | - |
| XYZ | 57.57 | 44.08 | 65.15 | - |
| YUV | 182.05 | 142.65 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 148 | 208 | 0 | 0.38 | 0.13 | 0.06 | 320.44 | 0.74 | 0.76 |
| Hex | EF | 94 | D0 | 0 | 26 | D | 6 | 140 | 4A | 4C |
| Octal | 357 | 224 | 320 | 0 | 46 | 15 | 6 | 500 | 112 | 114 |
| Binary | 11101111 | 10010100 | 11010000 | 0 | 100110 | 1101 | 110 | 101000000 | 1001010 | 1001100 |
Color Harmonies of #EF94D0
Complementary color
Monochromatic Colors of #EF94D0
Black with #EF94D0
Text Example
Text Example
White with #EF94D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF94D0; }
p { color: rgb(239,148,208); }
H1.HeaderClassName
{
color: #EF94D0;
}
.AnyTagClassName
{
color: #EF94D0;
}
</style>
background-color css
<style>
a { background-color: #EF94D0; }
a { background-color: rgb(239,148,208); }
div.DivClassName
{
background-color: #EF94D0;
}
.BgClassName
{
background-color: #EF94D0;
}
</style>
border-color css
<style>
span { border-color: #EF94D0; }
span { border-color: rgb(239,148,208); }
td.TdClassName
{
border-color: #EF94D0;
}
.TagClassName
{
border-color: #EF94D0;
}
</style>