Shades of Deep Pink #EF0B90
Tints of Deep Pink #EF0B90
RGB
CMYK
RGB Variations
Color information
#EF0B90 (or 0xEF0B90) is known color: Deep Pink. HEX triplet: EF, 0B and 90. RGB value is (239,11,144). Sum of RGB (Red+Green+Blue) = 239+11+144=394 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.66% from 394); Green value is 11 (4.69% from 255 or 2.79% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0B90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0B90 is #10F46F. Grayscale: #5E5E5E. Windows color (decimal): -1111152 or 9440239. OLE color: 9440239.
HSL color Cylindrical-coordinate representation of color #EF0B90: hue angle of 325º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0B90 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 11 | 144 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.06 |
| HSL | 325º | 0.91% | 0.49% | - |
| HSV(B) | 325º | 0.95% | 0.94% | - |
| XYZ | 40.75 | 20.6 | 28.21 | - |
| YUV | 94.33 | 156.04 | 231.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 11 | 144 | 0 | 0.95 | 0.40 | 0.06 | 325 | 0.91 | 0.49 |
| Hex | EF | B | 90 | 0 | 5F | 28 | 6 | 145 | 5B | 31 |
| Octal | 357 | 13 | 220 | 0 | 137 | 50 | 6 | 505 | 133 | 61 |
| Binary | 11101111 | 1011 | 10010000 | 0 | 1011111 | 101000 | 110 | 101000101 | 1011011 | 110001 |
Color Harmonies of #EF0B90
Complementary color
Monochromatic Colors of #EF0B90
Black with #EF0B90
Text Example
Text Example
White with #EF0B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0B90; }
p { color: rgb(239,11,144); }
H1.HeaderClassName
{
color: #EF0B90;
}
.AnyTagClassName
{
color: #EF0B90;
}
</style>
background-color css
<style>
a { background-color: #EF0B90; }
a { background-color: rgb(239,11,144); }
div.DivClassName
{
background-color: #EF0B90;
}
.BgClassName
{
background-color: #EF0B90;
}
</style>
border-color css
<style>
span { border-color: #EF0B90; }
span { border-color: rgb(239,11,144); }
td.TdClassName
{
border-color: #EF0B90;
}
.TagClassName
{
border-color: #EF0B90;
}
</style>