Shades of Shocking #EF8FBE
Tints of Shocking #EF8FBE
RGB
CMYK
RGB Variations
Color information
#EF8FBE (or 0xEF8FBE) is known color: Shocking. HEX triplet: EF, 8F and BE. RGB value is (239,143,190). Sum of RGB (Red+Green+Blue) = 239+143+190=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 143 (56.25% from 255 or 25% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8FBE is #107041. Grayscale: #B0B0B0. Windows color (decimal): -1077314 or 12488687. OLE color: 12488687.
HSL color Cylindrical-coordinate representation of color #EF8FBE: hue angle of 330.62º 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 #EF8FBE is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 190 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.06 |
| HSL | 330.63º | 0.75% | 0.75% | - |
| HSV(B) | 330.63º | 0.4% | 0.94% | - |
| XYZ | 54.71 | 41.71 | 53.88 | - |
| YUV | 177.06 | 135.3 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 190 | 0 | 0.40 | 0.21 | 0.06 | 330.63 | 0.75 | 0.75 |
| Hex | EF | 8F | BE | 0 | 28 | 15 | 6 | 14B | 4B | 4B |
| Octal | 357 | 217 | 276 | 0 | 50 | 25 | 6 | 513 | 113 | 113 |
| Binary | 11101111 | 10001111 | 10111110 | 0 | 101000 | 10101 | 110 | 101001011 | 1001011 | 1001011 |
Color Harmonies of #EF8FBE
Complementary color
Monochromatic Colors of #EF8FBE
Black with #EF8FBE
Text Example
Text Example
White with #EF8FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8FBE; }
p { color: rgb(239,143,190); }
H1.HeaderClassName
{
color: #EF8FBE;
}
.AnyTagClassName
{
color: #EF8FBE;
}
</style>
background-color css
<style>
a { background-color: #EF8FBE; }
a { background-color: rgb(239,143,190); }
div.DivClassName
{
background-color: #EF8FBE;
}
.BgClassName
{
background-color: #EF8FBE;
}
</style>
border-color css
<style>
span { border-color: #EF8FBE; }
span { border-color: rgb(239,143,190); }
td.TdClassName
{
border-color: #EF8FBE;
}
.TagClassName
{
border-color: #EF8FBE;
}
</style>