Shades of Shocking #EF94C0
Tints of Shocking #EF94C0
RGB
CMYK
RGB Variations
Color information
#EF94C0 (or 0xEF94C0) is known color: Shocking. HEX triplet: EF, 94 and C0. RGB value is (239,148,192). Sum of RGB (Red+Green+Blue) = 239+148+192=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EF94C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF94C0 is #106B3F. Grayscale: #B4B4B4. Windows color (decimal): -1076032 or 12621039. OLE color: 12621039.
HSL color Cylindrical-coordinate representation of color #EF94C0: hue angle of 330.99º 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 #EF94C0 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 148 | 192 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.06 |
| HSL | 330.99º | 0.74% | 0.76% | - |
| HSV(B) | 330.99º | 0.38% | 0.94% | - |
| XYZ | 55.7 | 43.34 | 55.3 | - |
| YUV | 180.23 | 134.65 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 148 | 192 | 0 | 0.38 | 0.20 | 0.06 | 330.99 | 0.74 | 0.76 |
| Hex | EF | 94 | C0 | 0 | 26 | 14 | 6 | 14B | 4A | 4C |
| Octal | 357 | 224 | 300 | 0 | 46 | 24 | 6 | 513 | 112 | 114 |
| Binary | 11101111 | 10010100 | 11000000 | 0 | 100110 | 10100 | 110 | 101001011 | 1001010 | 1001100 |
Color Harmonies of #EF94C0
Complementary color
Monochromatic Colors of #EF94C0
Black with #EF94C0
Text Example
Text Example
White with #EF94C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF94C0; }
p { color: rgb(239,148,192); }
H1.HeaderClassName
{
color: #EF94C0;
}
.AnyTagClassName
{
color: #EF94C0;
}
</style>
background-color css
<style>
a { background-color: #EF94C0; }
a { background-color: rgb(239,148,192); }
div.DivClassName
{
background-color: #EF94C0;
}
.BgClassName
{
background-color: #EF94C0;
}
</style>
border-color css
<style>
span { border-color: #EF94C0; }
span { border-color: rgb(239,148,192); }
td.TdClassName
{
border-color: #EF94C0;
}
.TagClassName
{
border-color: #EF94C0;
}
</style>