Shades of Deep Pink #EF088B
Tints of Deep Pink #EF088B
RGB
CMYK
RGB Variations
Color information
#EF088B (or 0xEF088B) is known color: Deep Pink. HEX triplet: EF, 08 and 8B. RGB value is (239,8,139). Sum of RGB (Red+Green+Blue) = 239+8+139=386 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.92% from 386); Green value is 8 (3.52% from 255 or 2.07% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 239 - color contains mainly: red. Hex color #EF088B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF088B is #10F774. Grayscale: #5B5B5B. Windows color (decimal): -1111925 or 9111791. OLE color: 9111791.
HSL color Cylindrical-coordinate representation of color #EF088B: hue angle of 325.97º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF088B is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 139 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.06 |
| HSL | 325.97º | 0.94% | 0.48% | - |
| HSV(B) | 325.97º | 0.97% | 0.94% | - |
| XYZ | 40.34 | 20.39 | 26.24 | - |
| YUV | 92 | 154.53 | 232.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 139 | 0 | 0.97 | 0.42 | 0.06 | 325.97 | 0.94 | 0.48 |
| Hex | EF | 8 | 8B | 0 | 61 | 2A | 6 | 146 | 5E | 30 |
| Octal | 357 | 10 | 213 | 0 | 141 | 52 | 6 | 506 | 136 | 60 |
| Binary | 11101111 | 1000 | 10001011 | 0 | 1100001 | 101010 | 110 | 101000110 | 1011110 | 110000 |
Color Harmonies of #EF088B
Complementary color
Monochromatic Colors of #EF088B
Black with #EF088B
Text Example
Text Example
White with #EF088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF088B; }
p { color: rgb(239,8,139); }
H1.HeaderClassName
{
color: #EF088B;
}
.AnyTagClassName
{
color: #EF088B;
}
</style>
background-color css
<style>
a { background-color: #EF088B; }
a { background-color: rgb(239,8,139); }
div.DivClassName
{
background-color: #EF088B;
}
.BgClassName
{
background-color: #EF088B;
}
</style>
border-color css
<style>
span { border-color: #EF088B; }
span { border-color: rgb(239,8,139); }
td.TdClassName
{
border-color: #EF088B;
}
.TagClassName
{
border-color: #EF088B;
}
</style>