Shades of Deep Pink #EF2190
Tints of Deep Pink #EF2190
RGB
CMYK
RGB Variations
Color information
#EF2190 (or 0xEF2190) is known color: Deep Pink. HEX triplet: EF, 21 and 90. RGB value is (239,33,144). Sum of RGB (Red+Green+Blue) = 239+33+144=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 33 (13.28% from 255 or 7.93% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2190 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2190 is #10DE6F. Grayscale: #6B6B6B. Windows color (decimal): -1105520 or 9445871. OLE color: 9445871.
HSL color Cylindrical-coordinate representation of color #EF2190: hue angle of 327.67º 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 #EF2190 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 33 | 144 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.06 |
| HSL | 327.67º | 0.87% | 0.53% | - |
| HSV(B) | 327.67º | 0.86% | 0.94% | - |
| XYZ | 41.17 | 21.45 | 28.36 | - |
| YUV | 107.25 | 148.75 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 144 | 0 | 0.86 | 0.40 | 0.06 | 327.67 | 0.87 | 0.53 |
| Hex | EF | 21 | 90 | 0 | 56 | 28 | 6 | 148 | 57 | 35 |
| Octal | 357 | 41 | 220 | 0 | 126 | 50 | 6 | 510 | 127 | 65 |
| Binary | 11101111 | 100001 | 10010000 | 0 | 1010110 | 101000 | 110 | 101001000 | 1010111 | 110101 |
Color Harmonies of #EF2190
Complementary color
Monochromatic Colors of #EF2190
Black with #EF2190
Text Example
Text Example
White with #EF2190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2190; }
p { color: rgb(239,33,144); }
H1.HeaderClassName
{
color: #EF2190;
}
.AnyTagClassName
{
color: #EF2190;
}
</style>
background-color css
<style>
a { background-color: #EF2190; }
a { background-color: rgb(239,33,144); }
div.DivClassName
{
background-color: #EF2190;
}
.BgClassName
{
background-color: #EF2190;
}
</style>
border-color css
<style>
span { border-color: #EF2190; }
span { border-color: rgb(239,33,144); }
td.TdClassName
{
border-color: #EF2190;
}
.TagClassName
{
border-color: #EF2190;
}
</style>