Shades of Deep Pink #EF0883
Tints of Deep Pink #EF0883
RGB
CMYK
RGB Variations
Color information
#EF0883 (or 0xEF0883) is known color: Deep Pink. HEX triplet: EF, 08 and 83. RGB value is (239,8,131). Sum of RGB (Red+Green+Blue) = 239+8+131=378 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.23% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0883 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0883 is #10F77C. Grayscale: #5A5A5A. Windows color (decimal): -1111933 or 8587503. OLE color: 8587503.
HSL color Cylindrical-coordinate representation of color #EF0883: hue angle of 328.05º 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 #EF0883 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 131 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.06 |
| HSL | 328.05º | 0.94% | 0.48% | - |
| HSV(B) | 328.05º | 0.97% | 0.94% | - |
| XYZ | 39.78 | 20.16 | 23.27 | - |
| YUV | 91.09 | 150.53 | 233.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 131 | 0 | 0.97 | 0.45 | 0.06 | 328.05 | 0.94 | 0.48 |
| Hex | EF | 8 | 83 | 0 | 61 | 2D | 6 | 148 | 5E | 30 |
| Octal | 357 | 10 | 203 | 0 | 141 | 55 | 6 | 510 | 136 | 60 |
| Binary | 11101111 | 1000 | 10000011 | 0 | 1100001 | 101101 | 110 | 101001000 | 1011110 | 110000 |
Color Harmonies of #EF0883
Complementary color
Monochromatic Colors of #EF0883
Black with #EF0883
Text Example
Text Example
White with #EF0883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0883; }
p { color: rgb(239,8,131); }
H1.HeaderClassName
{
color: #EF0883;
}
.AnyTagClassName
{
color: #EF0883;
}
</style>
background-color css
<style>
a { background-color: #EF0883; }
a { background-color: rgb(239,8,131); }
div.DivClassName
{
background-color: #EF0883;
}
.BgClassName
{
background-color: #EF0883;
}
</style>
border-color css
<style>
span { border-color: #EF0883; }
span { border-color: rgb(239,8,131); }
td.TdClassName
{
border-color: #EF0883;
}
.TagClassName
{
border-color: #EF0883;
}
</style>