Shades of Deep Pink #EF218B
Tints of Deep Pink #EF218B
RGB
CMYK
RGB Variations
Color information
#EF218B (or 0xEF218B) is known color: Deep Pink. HEX triplet: EF, 21 and 8B. RGB value is (239,33,139). Sum of RGB (Red+Green+Blue) = 239+33+139=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 33 (13.28% from 255 or 8.03% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF218B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF218B is #10DE74. Grayscale: #6A6A6A. Windows color (decimal): -1105525 or 9118191. OLE color: 9118191.
HSL color Cylindrical-coordinate representation of color #EF218B: hue angle of 329.13º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF218B is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 33 | 139 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.06 |
| HSL | 329.13º | 0.87% | 0.53% | - |
| HSV(B) | 329.13º | 0.86% | 0.94% | - |
| XYZ | 40.8 | 21.3 | 26.39 | - |
| YUV | 106.68 | 146.25 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 139 | 0 | 0.86 | 0.42 | 0.06 | 329.13 | 0.87 | 0.53 |
| Hex | EF | 21 | 8B | 0 | 56 | 2A | 6 | 149 | 57 | 35 |
| Octal | 357 | 41 | 213 | 0 | 126 | 52 | 6 | 511 | 127 | 65 |
| Binary | 11101111 | 100001 | 10001011 | 0 | 1010110 | 101010 | 110 | 101001001 | 1010111 | 110101 |
Color Harmonies of #EF218B
Complementary color
Monochromatic Colors of #EF218B
Black with #EF218B
Text Example
Text Example
White with #EF218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF218B; }
p { color: rgb(239,33,139); }
H1.HeaderClassName
{
color: #EF218B;
}
.AnyTagClassName
{
color: #EF218B;
}
</style>
background-color css
<style>
a { background-color: #EF218B; }
a { background-color: rgb(239,33,139); }
div.DivClassName
{
background-color: #EF218B;
}
.BgClassName
{
background-color: #EF218B;
}
</style>
border-color css
<style>
span { border-color: #EF218B; }
span { border-color: rgb(239,33,139); }
td.TdClassName
{
border-color: #EF218B;
}
.TagClassName
{
border-color: #EF218B;
}
</style>