Shades of Shocking #EF90BD
Tints of Shocking #EF90BD
RGB
CMYK
RGB Variations
Color information
#EF90BD (or 0xEF90BD) is known color: Shocking. HEX triplet: EF, 90 and BD. RGB value is (239,144,189). Sum of RGB (Red+Green+Blue) = 239+144+189=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF90BD is #106F42. Grayscale: #B1B1B1. Windows color (decimal): -1077059 or 12423407. OLE color: 12423407.
HSL color Cylindrical-coordinate representation of color #EF90BD: hue angle of 331.58º 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 #EF90BD is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 189 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.06 |
| HSL | 331.58º | 0.75% | 0.75% | - |
| HSV(B) | 331.58º | 0.4% | 0.94% | - |
| XYZ | 54.76 | 41.97 | 53.36 | - |
| YUV | 177.54 | 134.47 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 189 | 0 | 0.40 | 0.21 | 0.06 | 331.58 | 0.75 | 0.75 |
| Hex | EF | 90 | BD | 0 | 28 | 15 | 6 | 14C | 4B | 4B |
| Octal | 357 | 220 | 275 | 0 | 50 | 25 | 6 | 514 | 113 | 113 |
| Binary | 11101111 | 10010000 | 10111101 | 0 | 101000 | 10101 | 110 | 101001100 | 1001011 | 1001011 |
Color Harmonies of #EF90BD
Complementary color
Monochromatic Colors of #EF90BD
Black with #EF90BD
Text Example
Text Example
White with #EF90BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF90BD; }
p { color: rgb(239,144,189); }
H1.HeaderClassName
{
color: #EF90BD;
}
.AnyTagClassName
{
color: #EF90BD;
}
</style>
background-color css
<style>
a { background-color: #EF90BD; }
a { background-color: rgb(239,144,189); }
div.DivClassName
{
background-color: #EF90BD;
}
.BgClassName
{
background-color: #EF90BD;
}
</style>
border-color css
<style>
span { border-color: #EF90BD; }
span { border-color: rgb(239,144,189); }
td.TdClassName
{
border-color: #EF90BD;
}
.TagClassName
{
border-color: #EF90BD;
}
</style>