Shades of Deep Pink #EF108D
Tints of Deep Pink #EF108D
RGB
CMYK
RGB Variations
Color information
#EF108D (or 0xEF108D) is known color: Deep Pink. HEX triplet: EF, 10 and 8D. RGB value is (239,16,141). Sum of RGB (Red+Green+Blue) = 239+16+141=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF108D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF108D is #10EF72. Grayscale: #606060. Windows color (decimal): -1109875 or 9244911. OLE color: 9244911.
HSL color Cylindrical-coordinate representation of color #EF108D: hue angle of 326.37º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF108D is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 16 | 141 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.06 |
| HSL | 326.37º | 0.87% | 0.5% | - |
| HSV(B) | 326.37º | 0.93% | 0.94% | - |
| XYZ | 40.59 | 20.64 | 27.04 | - |
| YUV | 96.93 | 152.88 | 229.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 16 | 141 | 0 | 0.93 | 0.41 | 0.06 | 326.37 | 0.87 | 0.5 |
| Hex | EF | 10 | 8D | 0 | 5D | 29 | 6 | 146 | 57 | 32 |
| Octal | 357 | 20 | 215 | 0 | 135 | 51 | 6 | 506 | 127 | 62 |
| Binary | 11101111 | 10000 | 10001101 | 0 | 1011101 | 101001 | 110 | 101000110 | 1010111 | 110010 |
Color Harmonies of #EF108D
Complementary color
Monochromatic Colors of #EF108D
Black with #EF108D
Text Example
Text Example
White with #EF108D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF108D; }
p { color: rgb(239,16,141); }
H1.HeaderClassName
{
color: #EF108D;
}
.AnyTagClassName
{
color: #EF108D;
}
</style>
background-color css
<style>
a { background-color: #EF108D; }
a { background-color: rgb(239,16,141); }
div.DivClassName
{
background-color: #EF108D;
}
.BgClassName
{
background-color: #EF108D;
}
</style>
border-color css
<style>
span { border-color: #EF108D; }
span { border-color: rgb(239,16,141); }
td.TdClassName
{
border-color: #EF108D;
}
.TagClassName
{
border-color: #EF108D;
}
</style>