Shades of Deep Pink #EF138C
Tints of Deep Pink #EF138C
RGB
CMYK
RGB Variations
Color information
#EF138C (or 0xEF138C) is known color: Deep Pink. HEX triplet: EF, 13 and 8C. RGB value is (239,19,140). Sum of RGB (Red+Green+Blue) = 239+19+140=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF138C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF138C is #10EC73. Grayscale: #626262. Windows color (decimal): -1109108 or 9180143. OLE color: 9180143.
HSL color Cylindrical-coordinate representation of color #EF138C: hue angle of 327º 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 #EF138C is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 140 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.06 |
| HSL | 327º | 0.87% | 0.51% | - |
| HSV(B) | 327º | 0.92% | 0.94% | - |
| XYZ | 40.56 | 20.71 | 26.67 | - |
| YUV | 98.57 | 151.39 | 228.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 140 | 0 | 0.92 | 0.41 | 0.06 | 327 | 0.87 | 0.51 |
| Hex | EF | 13 | 8C | 0 | 5C | 29 | 6 | 147 | 57 | 33 |
| Octal | 357 | 23 | 214 | 0 | 134 | 51 | 6 | 507 | 127 | 63 |
| Binary | 11101111 | 10011 | 10001100 | 0 | 1011100 | 101001 | 110 | 101000111 | 1010111 | 110011 |
Color Harmonies of #EF138C
Complementary color
Monochromatic Colors of #EF138C
Black with #EF138C
Text Example
Text Example
White with #EF138C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF138C; }
p { color: rgb(239,19,140); }
H1.HeaderClassName
{
color: #EF138C;
}
.AnyTagClassName
{
color: #EF138C;
}
</style>
background-color css
<style>
a { background-color: #EF138C; }
a { background-color: rgb(239,19,140); }
div.DivClassName
{
background-color: #EF138C;
}
.BgClassName
{
background-color: #EF138C;
}
</style>
border-color css
<style>
span { border-color: #EF138C; }
span { border-color: rgb(239,19,140); }
td.TdClassName
{
border-color: #EF138C;
}
.TagClassName
{
border-color: #EF138C;
}
</style>