Shades of Deep Pink #EF208A
Tints of Deep Pink #EF208A
RGB
CMYK
RGB Variations
Color information
#EF208A (or 0xEF208A) is known color: Deep Pink. HEX triplet: EF, 20 and 8A. RGB value is (239,32,138). Sum of RGB (Red+Green+Blue) = 239+32+138=409 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.44% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 239 - color contains mainly: red. Hex color #EF208A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF208A is #10DF75. Grayscale: #696969. Windows color (decimal): -1105782 or 9052399. OLE color: 9052399.
HSL color Cylindrical-coordinate representation of color #EF208A: hue angle of 329.28º 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 #EF208A is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 32 | 138 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.06 |
| HSL | 329.28º | 0.87% | 0.53% | - |
| HSV(B) | 329.28º | 0.87% | 0.94% | - |
| XYZ | 40.7 | 21.22 | 26 | - |
| YUV | 105.98 | 146.08 | 222.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 138 | 0 | 0.87 | 0.42 | 0.06 | 329.28 | 0.87 | 0.53 |
| Hex | EF | 20 | 8A | 0 | 57 | 2A | 6 | 149 | 57 | 35 |
| Octal | 357 | 40 | 212 | 0 | 127 | 52 | 6 | 511 | 127 | 65 |
| Binary | 11101111 | 100000 | 10001010 | 0 | 1010111 | 101010 | 110 | 101001001 | 1010111 | 110101 |
Color Harmonies of #EF208A
Complementary color
Monochromatic Colors of #EF208A
Black with #EF208A
Text Example
Text Example
White with #EF208A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF208A; }
p { color: rgb(239,32,138); }
H1.HeaderClassName
{
color: #EF208A;
}
.AnyTagClassName
{
color: #EF208A;
}
</style>
background-color css
<style>
a { background-color: #EF208A; }
a { background-color: rgb(239,32,138); }
div.DivClassName
{
background-color: #EF208A;
}
.BgClassName
{
background-color: #EF208A;
}
</style>
border-color css
<style>
span { border-color: #EF208A; }
span { border-color: rgb(239,32,138); }
td.TdClassName
{
border-color: #EF208A;
}
.TagClassName
{
border-color: #EF208A;
}
</style>