Shades of Deep Pink #EF007B
Tints of Deep Pink #EF007B
RGB
CMYK
RGB Variations
Color information
#EF007B (or 0xEF007B) is known color: Deep Pink. HEX triplet: EF, 00 and 7B. RGB value is (239,0,123). Sum of RGB (Red+Green+Blue) = 239+0+123=362 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.02% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 239 - color contains mainly: red. Hex color #EF007B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF007B is #10FF84. Grayscale: #555555. Windows color (decimal): -1113989 or 8061167. OLE color: 8061167.
HSL color Cylindrical-coordinate representation of color #EF007B: hue angle of 329.12º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF007B is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.49 | 0.06 |
| HSL | 329.12º | 1% | 0.47% | - |
| HSV(B) | 329.12º | 1% | 0.94% | - |
| XYZ | 39.17 | 19.78 | 20.49 | - |
| YUV | 85.48 | 149.18 | 237.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 123 | 0 | 1 | 0.49 | 0.06 | 329.12 | 1 | 0.47 |
| Hex | EF | 0 | 7B | 0 | 64 | 31 | 6 | 149 | 64 | 2F |
| Octal | 357 | 0 | 173 | 0 | 144 | 61 | 6 | 511 | 144 | 57 |
| Binary | 11101111 | 0 | 1111011 | 0 | 1100100 | 110001 | 110 | 101001001 | 1100100 | 101111 |
Color Harmonies of #EF007B
Complementary color
Monochromatic Colors of #EF007B
Black with #EF007B
Text Example
Text Example
White with #EF007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF007B; }
p { color: rgb(239,0,123); }
H1.HeaderClassName
{
color: #EF007B;
}
.AnyTagClassName
{
color: #EF007B;
}
</style>
background-color css
<style>
a { background-color: #EF007B; }
a { background-color: rgb(239,0,123); }
div.DivClassName
{
background-color: #EF007B;
}
.BgClassName
{
background-color: #EF007B;
}
</style>
border-color css
<style>
span { border-color: #EF007B; }
span { border-color: rgb(239,0,123); }
td.TdClassName
{
border-color: #EF007B;
}
.TagClassName
{
border-color: #EF007B;
}
</style>