Shades of Deep Pink #EF0D90
Tints of Deep Pink #EF0D90
RGB
CMYK
RGB Variations
Color information
#EF0D90 (or 0xEF0D90) is known color: Deep Pink. HEX triplet: EF, 0D and 90. RGB value is (239,13,144). Sum of RGB (Red+Green+Blue) = 239+13+144=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 13 (5.47% from 255 or 3.28% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0D90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0D90 is #10F26F. Grayscale: #5F5F5F. Windows color (decimal): -1110640 or 9440751. OLE color: 9440751.
HSL color Cylindrical-coordinate representation of color #EF0D90: hue angle of 325.22º degrees, saturation: 0.9, 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 #EF0D90 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 13 | 144 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.06 |
| HSL | 325.22º | 0.9% | 0.49% | - |
| HSV(B) | 325.22º | 0.95% | 0.94% | - |
| XYZ | 40.77 | 20.65 | 28.22 | - |
| YUV | 95.51 | 155.37 | 230.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 13 | 144 | 0 | 0.95 | 0.40 | 0.06 | 325.22 | 0.9 | 0.49 |
| Hex | EF | D | 90 | 0 | 5F | 28 | 6 | 145 | 5A | 31 |
| Octal | 357 | 15 | 220 | 0 | 137 | 50 | 6 | 505 | 132 | 61 |
| Binary | 11101111 | 1101 | 10010000 | 0 | 1011111 | 101000 | 110 | 101000101 | 1011010 | 110001 |
Color Harmonies of #EF0D90
Complementary color
Monochromatic Colors of #EF0D90
Black with #EF0D90
Text Example
Text Example
White with #EF0D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0D90; }
p { color: rgb(239,13,144); }
H1.HeaderClassName
{
color: #EF0D90;
}
.AnyTagClassName
{
color: #EF0D90;
}
</style>
background-color css
<style>
a { background-color: #EF0D90; }
a { background-color: rgb(239,13,144); }
div.DivClassName
{
background-color: #EF0D90;
}
.BgClassName
{
background-color: #EF0D90;
}
</style>
border-color css
<style>
span { border-color: #EF0D90; }
span { border-color: rgb(239,13,144); }
td.TdClassName
{
border-color: #EF0D90;
}
.TagClassName
{
border-color: #EF0D90;
}
</style>