Shades of Deep Pink #EF027B
Tints of Deep Pink #EF027B
RGB
CMYK
RGB Variations
Color information
#EF027B (or 0xEF027B) is known color: Deep Pink. HEX triplet: EF, 02 and 7B. RGB value is (239,2,123). Sum of RGB (Red+Green+Blue) = 239+2+123=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 2 (1.17% from 255 or 0.55% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF027B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF027B is #10FD84. Grayscale: #565656. Windows color (decimal): -1113477 or 8061679. OLE color: 8061679.
HSL color Cylindrical-coordinate representation of color #EF027B: hue angle of 329.37º 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 #EF027B is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 2 | 123 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.06 |
| HSL | 329.37º | 0.98% | 0.47% | - |
| HSV(B) | 329.37º | 0.99% | 0.94% | - |
| XYZ | 39.19 | 19.82 | 20.5 | - |
| YUV | 86.66 | 148.52 | 236.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 2 | 123 | 0 | 0.99 | 0.49 | 0.06 | 329.37 | 0.98 | 0.47 |
| Hex | EF | 2 | 7B | 0 | 63 | 31 | 6 | 149 | 62 | 2F |
| Octal | 357 | 2 | 173 | 0 | 143 | 61 | 6 | 511 | 142 | 57 |
| Binary | 11101111 | 10 | 1111011 | 0 | 1100011 | 110001 | 110 | 101001001 | 1100010 | 101111 |
Color Harmonies of #EF027B
Complementary color
Monochromatic Colors of #EF027B
Black with #EF027B
Text Example
Text Example
White with #EF027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF027B; }
p { color: rgb(239,2,123); }
H1.HeaderClassName
{
color: #EF027B;
}
.AnyTagClassName
{
color: #EF027B;
}
</style>
background-color css
<style>
a { background-color: #EF027B; }
a { background-color: rgb(239,2,123); }
div.DivClassName
{
background-color: #EF027B;
}
.BgClassName
{
background-color: #EF027B;
}
</style>
border-color css
<style>
span { border-color: #EF027B; }
span { border-color: rgb(239,2,123); }
td.TdClassName
{
border-color: #EF027B;
}
.TagClassName
{
border-color: #EF027B;
}
</style>