Shades of Deep Pink #EF148B
Tints of Deep Pink #EF148B
RGB
CMYK
RGB Variations
Color information
#EF148B (or 0xEF148B) is known color: Deep Pink. HEX triplet: EF, 14 and 8B. RGB value is (239,20,139). Sum of RGB (Red+Green+Blue) = 239+20+139=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 20 (8.20% from 255 or 5.03% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF148B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF148B is #10EB74. Grayscale: #626262. Windows color (decimal): -1108853 or 9114863. OLE color: 9114863.
HSL color Cylindrical-coordinate representation of color #EF148B: hue angle of 327.4º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF148B is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 139 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.06 |
| HSL | 327.4º | 0.87% | 0.51% | - |
| HSV(B) | 327.4º | 0.92% | 0.94% | - |
| XYZ | 40.51 | 20.72 | 26.29 | - |
| YUV | 99.05 | 150.55 | 227.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 139 | 0 | 0.92 | 0.42 | 0.06 | 327.4 | 0.87 | 0.51 |
| Hex | EF | 14 | 8B | 0 | 5C | 2A | 6 | 147 | 57 | 33 |
| Octal | 357 | 24 | 213 | 0 | 134 | 52 | 6 | 507 | 127 | 63 |
| Binary | 11101111 | 10100 | 10001011 | 0 | 1011100 | 101010 | 110 | 101000111 | 1010111 | 110011 |
Color Harmonies of #EF148B
Complementary color
Monochromatic Colors of #EF148B
Black with #EF148B
Text Example
Text Example
White with #EF148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF148B; }
p { color: rgb(239,20,139); }
H1.HeaderClassName
{
color: #EF148B;
}
.AnyTagClassName
{
color: #EF148B;
}
</style>
background-color css
<style>
a { background-color: #EF148B; }
a { background-color: rgb(239,20,139); }
div.DivClassName
{
background-color: #EF148B;
}
.BgClassName
{
background-color: #EF148B;
}
</style>
border-color css
<style>
span { border-color: #EF148B; }
span { border-color: rgb(239,20,139); }
td.TdClassName
{
border-color: #EF148B;
}
.TagClassName
{
border-color: #EF148B;
}
</style>