Shades of Shocking #EF90C0
Tints of Shocking #EF90C0
RGB
CMYK
RGB Variations
Color information
#EF90C0 (or 0xEF90C0) is known color: Shocking. HEX triplet: EF, 90 and C0. RGB value is (239,144,192). Sum of RGB (Red+Green+Blue) = 239+144+192=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 192 (75.39% from 255 or 33.39% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF90C0 is #106F3F. Grayscale: #B1B1B1. Windows color (decimal): -1077056 or 12620015. OLE color: 12620015.
HSL color Cylindrical-coordinate representation of color #EF90C0: hue angle of 329.68º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF90C0 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 192 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.06 |
| HSL | 329.68º | 0.75% | 0.75% | - |
| HSV(B) | 329.68º | 0.4% | 0.94% | - |
| XYZ | 55.08 | 42.1 | 55.09 | - |
| YUV | 177.88 | 135.97 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 192 | 0 | 0.40 | 0.20 | 0.06 | 329.68 | 0.75 | 0.75 |
| Hex | EF | 90 | C0 | 0 | 28 | 14 | 6 | 14A | 4B | 4B |
| Octal | 357 | 220 | 300 | 0 | 50 | 24 | 6 | 512 | 113 | 113 |
| Binary | 11101111 | 10010000 | 11000000 | 0 | 101000 | 10100 | 110 | 101001010 | 1001011 | 1001011 |
Color Harmonies of #EF90C0
Complementary color
Monochromatic Colors of #EF90C0
Black with #EF90C0
Text Example
Text Example
White with #EF90C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF90C0; }
p { color: rgb(239,144,192); }
H1.HeaderClassName
{
color: #EF90C0;
}
.AnyTagClassName
{
color: #EF90C0;
}
</style>
background-color css
<style>
a { background-color: #EF90C0; }
a { background-color: rgb(239,144,192); }
div.DivClassName
{
background-color: #EF90C0;
}
.BgClassName
{
background-color: #EF90C0;
}
</style>
border-color css
<style>
span { border-color: #EF90C0; }
span { border-color: rgb(239,144,192); }
td.TdClassName
{
border-color: #EF90C0;
}
.TagClassName
{
border-color: #EF90C0;
}
</style>