Shades of Deep Pink #EF208C
Tints of Deep Pink #EF208C
RGB
CMYK
RGB Variations
Color information
#EF208C (or 0xEF208C) is known color: Deep Pink. HEX triplet: EF, 20 and 8C. RGB value is (239,32,140). Sum of RGB (Red+Green+Blue) = 239+32+140=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 32 (12.89% from 255 or 7.79% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF208C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF208C is #10DF73. Grayscale: #696969. Windows color (decimal): -1105780 or 9183471. OLE color: 9183471.
HSL color Cylindrical-coordinate representation of color #EF208C: hue angle of 328.7º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF208C is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 32 | 140 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.06 |
| HSL | 328.7º | 0.87% | 0.53% | - |
| HSV(B) | 328.7º | 0.87% | 0.94% | - |
| XYZ | 40.85 | 21.28 | 26.77 | - |
| YUV | 106.21 | 147.08 | 222.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 140 | 0 | 0.87 | 0.41 | 0.06 | 328.7 | 0.87 | 0.53 |
| Hex | EF | 20 | 8C | 0 | 57 | 29 | 6 | 149 | 57 | 35 |
| Octal | 357 | 40 | 214 | 0 | 127 | 51 | 6 | 511 | 127 | 65 |
| Binary | 11101111 | 100000 | 10001100 | 0 | 1010111 | 101001 | 110 | 101001001 | 1010111 | 110101 |
Color Harmonies of #EF208C
Complementary color
Monochromatic Colors of #EF208C
Black with #EF208C
Text Example
Text Example
White with #EF208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF208C; }
p { color: rgb(239,32,140); }
H1.HeaderClassName
{
color: #EF208C;
}
.AnyTagClassName
{
color: #EF208C;
}
</style>
background-color css
<style>
a { background-color: #EF208C; }
a { background-color: rgb(239,32,140); }
div.DivClassName
{
background-color: #EF208C;
}
.BgClassName
{
background-color: #EF208C;
}
</style>
border-color css
<style>
span { border-color: #EF208C; }
span { border-color: rgb(239,32,140); }
td.TdClassName
{
border-color: #EF208C;
}
.TagClassName
{
border-color: #EF208C;
}
</style>