Shades of Deep Pink #EF158D
Tints of Deep Pink #EF158D
RGB
CMYK
RGB Variations
Color information
#EF158D (or 0xEF158D) is known color: Deep Pink. HEX triplet: EF, 15 and 8D. RGB value is (239,21,141). Sum of RGB (Red+Green+Blue) = 239+21+141=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF158D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF158D is #10EA72. Grayscale: #636363. Windows color (decimal): -1108595 or 9246191. OLE color: 9246191.
HSL color Cylindrical-coordinate representation of color #EF158D: hue angle of 326.97º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF158D is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 141 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.06 |
| HSL | 326.97º | 0.87% | 0.51% | - |
| HSV(B) | 326.97º | 0.91% | 0.94% | - |
| XYZ | 40.67 | 20.81 | 27.07 | - |
| YUV | 99.86 | 151.22 | 227.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 141 | 0 | 0.91 | 0.41 | 0.06 | 326.97 | 0.87 | 0.51 |
| Hex | EF | 15 | 8D | 0 | 5B | 29 | 6 | 147 | 57 | 33 |
| Octal | 357 | 25 | 215 | 0 | 133 | 51 | 6 | 507 | 127 | 63 |
| Binary | 11101111 | 10101 | 10001101 | 0 | 1011011 | 101001 | 110 | 101000111 | 1010111 | 110011 |
Color Harmonies of #EF158D
Complementary color
Monochromatic Colors of #EF158D
Black with #EF158D
Text Example
Text Example
White with #EF158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF158D; }
p { color: rgb(239,21,141); }
H1.HeaderClassName
{
color: #EF158D;
}
.AnyTagClassName
{
color: #EF158D;
}
</style>
background-color css
<style>
a { background-color: #EF158D; }
a { background-color: rgb(239,21,141); }
div.DivClassName
{
background-color: #EF158D;
}
.BgClassName
{
background-color: #EF158D;
}
</style>
border-color css
<style>
span { border-color: #EF158D; }
span { border-color: rgb(239,21,141); }
td.TdClassName
{
border-color: #EF158D;
}
.TagClassName
{
border-color: #EF158D;
}
</style>