Shades of Shocking #EF90B7
Tints of Shocking #EF90B7
RGB
CMYK
RGB Variations
Color information
#EF90B7 (or 0xEF90B7) is known color: Shocking. HEX triplet: EF, 90 and B7. RGB value is (239,144,183). Sum of RGB (Red+Green+Blue) = 239+144+183=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 183 (71.88% from 255 or 32.33% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF90B7 is #106F48. Grayscale: #B0B0B0. Windows color (decimal): -1077065 or 12030191. OLE color: 12030191.
HSL color Cylindrical-coordinate representation of color #EF90B7: hue angle of 335.37º 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 #EF90B7 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 183 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.06 |
| HSL | 335.37º | 0.75% | 0.75% | - |
| HSV(B) | 335.37º | 0.4% | 0.94% | - |
| XYZ | 54.12 | 41.72 | 50 | - |
| YUV | 176.85 | 131.47 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 183 | 0 | 0.40 | 0.23 | 0.06 | 335.37 | 0.75 | 0.75 |
| Hex | EF | 90 | B7 | 0 | 28 | 17 | 6 | 14F | 4B | 4B |
| Octal | 357 | 220 | 267 | 0 | 50 | 27 | 6 | 517 | 113 | 113 |
| Binary | 11101111 | 10010000 | 10110111 | 0 | 101000 | 10111 | 110 | 101001111 | 1001011 | 1001011 |
Color Harmonies of #EF90B7
Complementary color
Monochromatic Colors of #EF90B7
Black with #EF90B7
Text Example
Text Example
White with #EF90B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF90B7; }
p { color: rgb(239,144,183); }
H1.HeaderClassName
{
color: #EF90B7;
}
.AnyTagClassName
{
color: #EF90B7;
}
</style>
background-color css
<style>
a { background-color: #EF90B7; }
a { background-color: rgb(239,144,183); }
div.DivClassName
{
background-color: #EF90B7;
}
.BgClassName
{
background-color: #EF90B7;
}
</style>
border-color css
<style>
span { border-color: #EF90B7; }
span { border-color: rgb(239,144,183); }
td.TdClassName
{
border-color: #EF90B7;
}
.TagClassName
{
border-color: #EF90B7;
}
</style>