Shades of Deep Pink #EF2291
Tints of Deep Pink #EF2291
RGB
CMYK
RGB Variations
Color information
#EF2291 (or 0xEF2291) is known color: Deep Pink. HEX triplet: EF, 22 and 91. RGB value is (239,34,145). Sum of RGB (Red+Green+Blue) = 239+34+145=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 34 (13.67% from 255 or 8.13% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2291 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2291 is #10DD6E. Grayscale: #6B6B6B. Windows color (decimal): -1105263 or 9511663. OLE color: 9511663.
HSL color Cylindrical-coordinate representation of color #EF2291: hue angle of 327.51º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF2291 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 34 | 145 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.06 |
| HSL | 327.51º | 0.86% | 0.54% | - |
| HSV(B) | 327.51º | 0.86% | 0.94% | - |
| XYZ | 41.28 | 21.54 | 28.77 | - |
| YUV | 107.95 | 148.92 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 34 | 145 | 0 | 0.86 | 0.39 | 0.06 | 327.51 | 0.86 | 0.54 |
| Hex | EF | 22 | 91 | 0 | 56 | 27 | 6 | 148 | 56 | 36 |
| Octal | 357 | 42 | 221 | 0 | 126 | 47 | 6 | 510 | 126 | 66 |
| Binary | 11101111 | 100010 | 10010001 | 0 | 1010110 | 100111 | 110 | 101001000 | 1010110 | 110110 |
Color Harmonies of #EF2291
Complementary color
Monochromatic Colors of #EF2291
Black with #EF2291
Text Example
Text Example
White with #EF2291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2291; }
p { color: rgb(239,34,145); }
H1.HeaderClassName
{
color: #EF2291;
}
.AnyTagClassName
{
color: #EF2291;
}
</style>
background-color css
<style>
a { background-color: #EF2291; }
a { background-color: rgb(239,34,145); }
div.DivClassName
{
background-color: #EF2291;
}
.BgClassName
{
background-color: #EF2291;
}
</style>
border-color css
<style>
span { border-color: #EF2291; }
span { border-color: rgb(239,34,145); }
td.TdClassName
{
border-color: #EF2291;
}
.TagClassName
{
border-color: #EF2291;
}
</style>