Shades of Deep Pink #EF148A
Tints of Deep Pink #EF148A
RGB
CMYK
RGB Variations
Color information
#EF148A (or 0xEF148A) is known color: Deep Pink. HEX triplet: EF, 14 and 8A. RGB value is (239,20,138). Sum of RGB (Red+Green+Blue) = 239+20+138=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF148A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF148A is #10EB75. Grayscale: #626262. Windows color (decimal): -1108854 or 9049327. OLE color: 9049327.
HSL color Cylindrical-coordinate representation of color #EF148A: hue angle of 327.67º 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 #EF148A is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 138 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.06 |
| HSL | 327.67º | 0.87% | 0.51% | - |
| HSV(B) | 327.67º | 0.92% | 0.94% | - |
| XYZ | 40.43 | 20.69 | 25.91 | - |
| YUV | 98.93 | 150.05 | 227.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 138 | 0 | 0.92 | 0.42 | 0.06 | 327.67 | 0.87 | 0.51 |
| Hex | EF | 14 | 8A | 0 | 5C | 2A | 6 | 148 | 57 | 33 |
| Octal | 357 | 24 | 212 | 0 | 134 | 52 | 6 | 510 | 127 | 63 |
| Binary | 11101111 | 10100 | 10001010 | 0 | 1011100 | 101010 | 110 | 101001000 | 1010111 | 110011 |
Color Harmonies of #EF148A
Complementary color
Monochromatic Colors of #EF148A
Black with #EF148A
Text Example
Text Example
White with #EF148A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF148A; }
p { color: rgb(239,20,138); }
H1.HeaderClassName
{
color: #EF148A;
}
.AnyTagClassName
{
color: #EF148A;
}
</style>
background-color css
<style>
a { background-color: #EF148A; }
a { background-color: rgb(239,20,138); }
div.DivClassName
{
background-color: #EF148A;
}
.BgClassName
{
background-color: #EF148A;
}
</style>
border-color css
<style>
span { border-color: #EF148A; }
span { border-color: rgb(239,20,138); }
td.TdClassName
{
border-color: #EF148A;
}
.TagClassName
{
border-color: #EF148A;
}
</style>