Shades of Shocking #EF90BA
Tints of Shocking #EF90BA
RGB
CMYK
RGB Variations
Color information
#EF90BA (or 0xEF90BA) is known color: Shocking. HEX triplet: EF, 90 and BA. RGB value is (239,144,186). Sum of RGB (Red+Green+Blue) = 239+144+186=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF90BA is #106F45. Grayscale: #B1B1B1. Windows color (decimal): -1077062 or 12226799. OLE color: 12226799.
HSL color Cylindrical-coordinate representation of color #EF90BA: hue angle of 333.47º 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 #EF90BA is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 186 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.06 |
| HSL | 333.47º | 0.75% | 0.75% | - |
| HSV(B) | 333.47º | 0.4% | 0.94% | - |
| XYZ | 54.43 | 41.84 | 51.66 | - |
| YUV | 177.19 | 132.97 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 186 | 0 | 0.40 | 0.22 | 0.06 | 333.47 | 0.75 | 0.75 |
| Hex | EF | 90 | BA | 0 | 28 | 16 | 6 | 14D | 4B | 4B |
| Octal | 357 | 220 | 272 | 0 | 50 | 26 | 6 | 515 | 113 | 113 |
| Binary | 11101111 | 10010000 | 10111010 | 0 | 101000 | 10110 | 110 | 101001101 | 1001011 | 1001011 |
Color Harmonies of #EF90BA
Complementary color
Monochromatic Colors of #EF90BA
Black with #EF90BA
Text Example
Text Example
White with #EF90BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF90BA; }
p { color: rgb(239,144,186); }
H1.HeaderClassName
{
color: #EF90BA;
}
.AnyTagClassName
{
color: #EF90BA;
}
</style>
background-color css
<style>
a { background-color: #EF90BA; }
a { background-color: rgb(239,144,186); }
div.DivClassName
{
background-color: #EF90BA;
}
.BgClassName
{
background-color: #EF90BA;
}
</style>
border-color css
<style>
span { border-color: #EF90BA; }
span { border-color: rgb(239,144,186); }
td.TdClassName
{
border-color: #EF90BA;
}
.TagClassName
{
border-color: #EF90BA;
}
</style>