Shades of Deep Pink #EF148F
Tints of Deep Pink #EF148F
RGB
CMYK
RGB Variations
Color information
#EF148F (or 0xEF148F) is known color: Deep Pink. HEX triplet: EF, 14 and 8F. RGB value is (239,20,143). Sum of RGB (Red+Green+Blue) = 239+20+143=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 20 (8.20% from 255 or 4.98% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EF148F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF148F is #10EB70. Grayscale: #636363. Windows color (decimal): -1108849 or 9377007. OLE color: 9377007.
HSL color Cylindrical-coordinate representation of color #EF148F: hue angle of 326.3º 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 #EF148F is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 143 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.06 |
| HSL | 326.3º | 0.87% | 0.51% | - |
| HSV(B) | 326.3º | 0.92% | 0.94% | - |
| XYZ | 40.8 | 20.83 | 27.86 | - |
| YUV | 99.5 | 152.55 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 143 | 0 | 0.92 | 0.40 | 0.06 | 326.3 | 0.87 | 0.51 |
| Hex | EF | 14 | 8F | 0 | 5C | 28 | 6 | 146 | 57 | 33 |
| Octal | 357 | 24 | 217 | 0 | 134 | 50 | 6 | 506 | 127 | 63 |
| Binary | 11101111 | 10100 | 10001111 | 0 | 1011100 | 101000 | 110 | 101000110 | 1010111 | 110011 |
Color Harmonies of #EF148F
Complementary color
Monochromatic Colors of #EF148F
Black with #EF148F
Text Example
Text Example
White with #EF148F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF148F; }
p { color: rgb(239,20,143); }
H1.HeaderClassName
{
color: #EF148F;
}
.AnyTagClassName
{
color: #EF148F;
}
</style>
background-color css
<style>
a { background-color: #EF148F; }
a { background-color: rgb(239,20,143); }
div.DivClassName
{
background-color: #EF148F;
}
.BgClassName
{
background-color: #EF148F;
}
</style>
border-color css
<style>
span { border-color: #EF148F; }
span { border-color: rgb(239,20,143); }
td.TdClassName
{
border-color: #EF148F;
}
.TagClassName
{
border-color: #EF148F;
}
</style>