Shades of Shocking #EF90B8
Tints of Shocking #EF90B8
RGB
CMYK
RGB Variations
Color information
#EF90B8 (or 0xEF90B8) is known color: Shocking. HEX triplet: EF, 90 and B8. RGB value is (239,144,184). Sum of RGB (Red+Green+Blue) = 239+144+184=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 184 (72.27% from 255 or 32.45% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF90B8 is #106F47. Grayscale: #B0B0B0. Windows color (decimal): -1077064 or 12095727. OLE color: 12095727.
HSL color Cylindrical-coordinate representation of color #EF90B8: hue angle of 334.74º 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 #EF90B8 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 184 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.06 |
| HSL | 334.74º | 0.75% | 0.75% | - |
| HSV(B) | 334.74º | 0.4% | 0.94% | - |
| XYZ | 54.22 | 41.76 | 50.55 | - |
| YUV | 176.97 | 131.97 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 184 | 0 | 0.40 | 0.23 | 0.06 | 334.74 | 0.75 | 0.75 |
| Hex | EF | 90 | B8 | 0 | 28 | 17 | 6 | 14F | 4B | 4B |
| Octal | 357 | 220 | 270 | 0 | 50 | 27 | 6 | 517 | 113 | 113 |
| Binary | 11101111 | 10010000 | 10111000 | 0 | 101000 | 10111 | 110 | 101001111 | 1001011 | 1001011 |
Color Harmonies of #EF90B8
Complementary color
Monochromatic Colors of #EF90B8
Black with #EF90B8
Text Example
Text Example
White with #EF90B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF90B8; }
p { color: rgb(239,144,184); }
H1.HeaderClassName
{
color: #EF90B8;
}
.AnyTagClassName
{
color: #EF90B8;
}
</style>
background-color css
<style>
a { background-color: #EF90B8; }
a { background-color: rgb(239,144,184); }
div.DivClassName
{
background-color: #EF90B8;
}
.BgClassName
{
background-color: #EF90B8;
}
</style>
border-color css
<style>
span { border-color: #EF90B8; }
span { border-color: rgb(239,144,184); }
td.TdClassName
{
border-color: #EF90B8;
}
.TagClassName
{
border-color: #EF90B8;
}
</style>