Shades of Deep Pink #EF158C
Tints of Deep Pink #EF158C
RGB
CMYK
RGB Variations
Color information
#EF158C (or 0xEF158C) is known color: Deep Pink. HEX triplet: EF, 15 and 8C. RGB value is (239,21,140). Sum of RGB (Red+Green+Blue) = 239+21+140=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 21 (8.59% from 255 or 5.25% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF158C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF158C is #10EA73. Grayscale: #636363. Windows color (decimal): -1108596 or 9180655. OLE color: 9180655.
HSL color Cylindrical-coordinate representation of color #EF158C: hue angle of 327.25º 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 #EF158C is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 140 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.06 |
| HSL | 327.25º | 0.87% | 0.51% | - |
| HSV(B) | 327.25º | 0.91% | 0.94% | - |
| XYZ | 40.6 | 20.78 | 26.68 | - |
| YUV | 99.75 | 150.72 | 227.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 140 | 0 | 0.91 | 0.41 | 0.06 | 327.25 | 0.87 | 0.51 |
| Hex | EF | 15 | 8C | 0 | 5B | 29 | 6 | 147 | 57 | 33 |
| Octal | 357 | 25 | 214 | 0 | 133 | 51 | 6 | 507 | 127 | 63 |
| Binary | 11101111 | 10101 | 10001100 | 0 | 1011011 | 101001 | 110 | 101000111 | 1010111 | 110011 |
Color Harmonies of #EF158C
Complementary color
Monochromatic Colors of #EF158C
Black with #EF158C
Text Example
Text Example
White with #EF158C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF158C; }
p { color: rgb(239,21,140); }
H1.HeaderClassName
{
color: #EF158C;
}
.AnyTagClassName
{
color: #EF158C;
}
</style>
background-color css
<style>
a { background-color: #EF158C; }
a { background-color: rgb(239,21,140); }
div.DivClassName
{
background-color: #EF158C;
}
.BgClassName
{
background-color: #EF158C;
}
</style>
border-color css
<style>
span { border-color: #EF158C; }
span { border-color: rgb(239,21,140); }
td.TdClassName
{
border-color: #EF158C;
}
.TagClassName
{
border-color: #EF158C;
}
</style>