Shades of Deep Pink #EF027F
Tints of Deep Pink #EF027F
RGB
CMYK
RGB Variations
Color information
#EF027F (or 0xEF027F) is known color: Deep Pink. HEX triplet: EF, 02 and 7F. RGB value is (239,2,127). Sum of RGB (Red+Green+Blue) = 239+2+127=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 2 (1.17% from 255 or 0.54% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF027F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF027F is #10FD80. Grayscale: #565656. Windows color (decimal): -1113473 or 8323823. OLE color: 8323823.
HSL color Cylindrical-coordinate representation of color #EF027F: hue angle of 328.35º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF027F is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 2 | 127 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.06 |
| HSL | 328.35º | 0.98% | 0.47% | - |
| HSV(B) | 328.35º | 0.99% | 0.94% | - |
| XYZ | 39.45 | 19.93 | 21.85 | - |
| YUV | 87.11 | 150.52 | 236.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 2 | 127 | 0 | 0.99 | 0.47 | 0.06 | 328.35 | 0.98 | 0.47 |
| Hex | EF | 2 | 7F | 0 | 63 | 2F | 6 | 148 | 62 | 2F |
| Octal | 357 | 2 | 177 | 0 | 143 | 57 | 6 | 510 | 142 | 57 |
| Binary | 11101111 | 10 | 1111111 | 0 | 1100011 | 101111 | 110 | 101001000 | 1100010 | 101111 |
Color Harmonies of #EF027F
Complementary color
Monochromatic Colors of #EF027F
Black with #EF027F
Text Example
Text Example
White with #EF027F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF027F; }
p { color: rgb(239,2,127); }
H1.HeaderClassName
{
color: #EF027F;
}
.AnyTagClassName
{
color: #EF027F;
}
</style>
background-color css
<style>
a { background-color: #EF027F; }
a { background-color: rgb(239,2,127); }
div.DivClassName
{
background-color: #EF027F;
}
.BgClassName
{
background-color: #EF027F;
}
</style>
border-color css
<style>
span { border-color: #EF027F; }
span { border-color: rgb(239,2,127); }
td.TdClassName
{
border-color: #EF027F;
}
.TagClassName
{
border-color: #EF027F;
}
</style>