Shades of Deep Pink #EF0A8D
Tints of Deep Pink #EF0A8D
RGB
CMYK
RGB Variations
Color information
#EF0A8D (or 0xEF0A8D) is known color: Deep Pink. HEX triplet: EF, 0A and 8D. RGB value is (239,10,141). Sum of RGB (Red+Green+Blue) = 239+10+141=390 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.28% from 390); Green value is 10 (4.30% from 255 or 2.56% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0A8D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0A8D is #10F572. Grayscale: #5D5D5D. Windows color (decimal): -1111411 or 9243375. OLE color: 9243375.
HSL color Cylindrical-coordinate representation of color #EF0A8D: hue angle of 325.68º 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 #EF0A8D is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 10 | 141 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.06 |
| HSL | 325.68º | 0.92% | 0.49% | - |
| HSV(B) | 325.68º | 0.96% | 0.94% | - |
| XYZ | 40.51 | 20.49 | 27.02 | - |
| YUV | 93.41 | 154.87 | 231.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 10 | 141 | 0 | 0.96 | 0.41 | 0.06 | 325.68 | 0.92 | 0.49 |
| Hex | EF | A | 8D | 0 | 60 | 29 | 6 | 146 | 5C | 31 |
| Octal | 357 | 12 | 215 | 0 | 140 | 51 | 6 | 506 | 134 | 61 |
| Binary | 11101111 | 1010 | 10001101 | 0 | 1100000 | 101001 | 110 | 101000110 | 1011100 | 110001 |
Color Harmonies of #EF0A8D
Complementary color
Monochromatic Colors of #EF0A8D
Black with #EF0A8D
Text Example
Text Example
White with #EF0A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0A8D; }
p { color: rgb(239,10,141); }
H1.HeaderClassName
{
color: #EF0A8D;
}
.AnyTagClassName
{
color: #EF0A8D;
}
</style>
background-color css
<style>
a { background-color: #EF0A8D; }
a { background-color: rgb(239,10,141); }
div.DivClassName
{
background-color: #EF0A8D;
}
.BgClassName
{
background-color: #EF0A8D;
}
</style>
border-color css
<style>
span { border-color: #EF0A8D; }
span { border-color: rgb(239,10,141); }
td.TdClassName
{
border-color: #EF0A8D;
}
.TagClassName
{
border-color: #EF0A8D;
}
</style>