Shades of Shocking Pink #EF0EBE
Tints of Shocking Pink #EF0EBE
RGB
CMYK
RGB Variations
Color information
#EF0EBE (or 0xEF0EBE) is known color: Shocking Pink. HEX triplet: EF, 0E and BE. RGB value is (239,14,190). Sum of RGB (Red+Green+Blue) = 239+14+190=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 14 (5.86% from 255 or 3.16% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0EBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0EBE is #10F141. Grayscale: #646464. Windows color (decimal): -1110338 or 12455663. OLE color: 12455663.
HSL color Cylindrical-coordinate representation of color #EF0EBE: hue angle of 313.07º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0EBE is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 14 | 190 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.06 |
| HSL | 313.07º | 0.89% | 0.5% | - |
| HSV(B) | 313.07º | 0.94% | 0.94% | - |
| XYZ | 45.05 | 22.38 | 50.66 | - |
| YUV | 101.34 | 178.04 | 226.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 14 | 190 | 0 | 0.94 | 0.21 | 0.06 | 313.07 | 0.89 | 0.5 |
| Hex | EF | E | BE | 0 | 5E | 15 | 6 | 139 | 59 | 32 |
| Octal | 357 | 16 | 276 | 0 | 136 | 25 | 6 | 471 | 131 | 62 |
| Binary | 11101111 | 1110 | 10111110 | 0 | 1011110 | 10101 | 110 | 100111001 | 1011001 | 110010 |
Color Harmonies of #EF0EBE
Complementary color
Monochromatic Colors of #EF0EBE
Black with #EF0EBE
Text Example
Text Example
White with #EF0EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0EBE; }
p { color: rgb(239,14,190); }
H1.HeaderClassName
{
color: #EF0EBE;
}
.AnyTagClassName
{
color: #EF0EBE;
}
</style>
background-color css
<style>
a { background-color: #EF0EBE; }
a { background-color: rgb(239,14,190); }
div.DivClassName
{
background-color: #EF0EBE;
}
.BgClassName
{
background-color: #EF0EBE;
}
</style>
border-color css
<style>
span { border-color: #EF0EBE; }
span { border-color: rgb(239,14,190); }
td.TdClassName
{
border-color: #EF0EBE;
}
.TagClassName
{
border-color: #EF0EBE;
}
</style>