Shades of Deep Pink #EF0A90
Tints of Deep Pink #EF0A90
RGB
CMYK
RGB Variations
Color information
#EF0A90 (or 0xEF0A90) is known color: Deep Pink. HEX triplet: EF, 0A and 90. RGB value is (239,10,144). Sum of RGB (Red+Green+Blue) = 239+10+144=393 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.81% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0A90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0A90 is #10F56F. Grayscale: #5D5D5D. Windows color (decimal): -1111408 or 9439983. OLE color: 9439983.
HSL color Cylindrical-coordinate representation of color #EF0A90: hue angle of 324.89º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0A90 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 10 | 144 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.06 |
| HSL | 324.89º | 0.92% | 0.49% | - |
| HSV(B) | 324.89º | 0.96% | 0.94% | - |
| XYZ | 40.74 | 20.58 | 28.21 | - |
| YUV | 93.75 | 156.37 | 231.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 10 | 144 | 0 | 0.96 | 0.40 | 0.06 | 324.89 | 0.92 | 0.49 |
| Hex | EF | A | 90 | 0 | 60 | 28 | 6 | 145 | 5C | 31 |
| Octal | 357 | 12 | 220 | 0 | 140 | 50 | 6 | 505 | 134 | 61 |
| Binary | 11101111 | 1010 | 10010000 | 0 | 1100000 | 101000 | 110 | 101000101 | 1011100 | 110001 |
Color Harmonies of #EF0A90
Complementary color
Monochromatic Colors of #EF0A90
Black with #EF0A90
Text Example
Text Example
White with #EF0A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0A90; }
p { color: rgb(239,10,144); }
H1.HeaderClassName
{
color: #EF0A90;
}
.AnyTagClassName
{
color: #EF0A90;
}
</style>
background-color css
<style>
a { background-color: #EF0A90; }
a { background-color: rgb(239,10,144); }
div.DivClassName
{
background-color: #EF0A90;
}
.BgClassName
{
background-color: #EF0A90;
}
</style>
border-color css
<style>
span { border-color: #EF0A90; }
span { border-color: rgb(239,10,144); }
td.TdClassName
{
border-color: #EF0A90;
}
.TagClassName
{
border-color: #EF0A90;
}
</style>