Shades of Deep Pink #EF0881
Tints of Deep Pink #EF0881
RGB
CMYK
RGB Variations
Color information
#EF0881 (or 0xEF0881) is known color: Deep Pink. HEX triplet: EF, 08 and 81. RGB value is (239,8,129). Sum of RGB (Red+Green+Blue) = 239+8+129=376 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.56% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0881 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0881 is #10F77E. Grayscale: #5A5A5A. Windows color (decimal): -1111935 or 8456431. OLE color: 8456431.
HSL color Cylindrical-coordinate representation of color #EF0881: hue angle of 328.57º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF0881 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 129 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.06 |
| HSL | 328.57º | 0.94% | 0.48% | - |
| HSV(B) | 328.57º | 0.97% | 0.94% | - |
| XYZ | 39.65 | 20.11 | 22.56 | - |
| YUV | 90.86 | 149.53 | 233.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 129 | 0 | 0.97 | 0.46 | 0.06 | 328.57 | 0.94 | 0.48 |
| Hex | EF | 8 | 81 | 0 | 61 | 2E | 6 | 149 | 5E | 30 |
| Octal | 357 | 10 | 201 | 0 | 141 | 56 | 6 | 511 | 136 | 60 |
| Binary | 11101111 | 1000 | 10000001 | 0 | 1100001 | 101110 | 110 | 101001001 | 1011110 | 110000 |
Color Harmonies of #EF0881
Complementary color
Monochromatic Colors of #EF0881
Black with #EF0881
Text Example
Text Example
White with #EF0881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0881; }
p { color: rgb(239,8,129); }
H1.HeaderClassName
{
color: #EF0881;
}
.AnyTagClassName
{
color: #EF0881;
}
</style>
background-color css
<style>
a { background-color: #EF0881; }
a { background-color: rgb(239,8,129); }
div.DivClassName
{
background-color: #EF0881;
}
.BgClassName
{
background-color: #EF0881;
}
</style>
border-color css
<style>
span { border-color: #EF0881; }
span { border-color: rgb(239,8,129); }
td.TdClassName
{
border-color: #EF0881;
}
.TagClassName
{
border-color: #EF0881;
}
</style>