Shades of Deep Pink #EF148C
Tints of Deep Pink #EF148C
RGB
CMYK
RGB Variations
Color information
#EF148C (or 0xEF148C) is known color: Deep Pink. HEX triplet: EF, 14 and 8C. RGB value is (239,20,140). Sum of RGB (Red+Green+Blue) = 239+20+140=399 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.90% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 239 - color contains mainly: red. Hex color #EF148C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF148C is #10EB73. Grayscale: #626262. Windows color (decimal): -1108852 or 9180399. OLE color: 9180399.
HSL color Cylindrical-coordinate representation of color #EF148C: hue angle of 327.12º 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 #EF148C is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 140 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.06 |
| HSL | 327.12º | 0.87% | 0.51% | - |
| HSV(B) | 327.12º | 0.92% | 0.94% | - |
| XYZ | 40.58 | 20.74 | 26.68 | - |
| YUV | 99.16 | 151.05 | 227.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 140 | 0 | 0.92 | 0.41 | 0.06 | 327.12 | 0.87 | 0.51 |
| Hex | EF | 14 | 8C | 0 | 5C | 29 | 6 | 147 | 57 | 33 |
| Octal | 357 | 24 | 214 | 0 | 134 | 51 | 6 | 507 | 127 | 63 |
| Binary | 11101111 | 10100 | 10001100 | 0 | 1011100 | 101001 | 110 | 101000111 | 1010111 | 110011 |
Color Harmonies of #EF148C
Complementary color
Monochromatic Colors of #EF148C
Black with #EF148C
Text Example
Text Example
White with #EF148C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF148C; }
p { color: rgb(239,20,140); }
H1.HeaderClassName
{
color: #EF148C;
}
.AnyTagClassName
{
color: #EF148C;
}
</style>
background-color css
<style>
a { background-color: #EF148C; }
a { background-color: rgb(239,20,140); }
div.DivClassName
{
background-color: #EF148C;
}
.BgClassName
{
background-color: #EF148C;
}
</style>
border-color css
<style>
span { border-color: #EF148C; }
span { border-color: rgb(239,20,140); }
td.TdClassName
{
border-color: #EF148C;
}
.TagClassName
{
border-color: #EF148C;
}
</style>