Shades of Deep Pink #EF0C7B
Tints of Deep Pink #EF0C7B
RGB
CMYK
RGB Variations
Color information
#EF0C7B (or 0xEF0C7B) is known color: Deep Pink. HEX triplet: EF, 0C and 7B. RGB value is (239,12,123). Sum of RGB (Red+Green+Blue) = 239+12+123=374 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.90% from 374); Green value is 12 (5.08% from 255 or 3.21% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0C7B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0C7B is #10F384. Grayscale: #5C5C5C. Windows color (decimal): -1110917 or 8064239. OLE color: 8064239.
HSL color Cylindrical-coordinate representation of color #EF0C7B: hue angle of 330.66º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0C7B is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 12 | 123 | - |
| CMYK | 0 | 0.95 | 0.49 | 0.06 |
| HSL | 330.66º | 0.9% | 0.49% | - |
| HSV(B) | 330.66º | 0.95% | 0.94% | - |
| XYZ | 39.3 | 20.04 | 20.54 | - |
| YUV | 92.53 | 145.21 | 232.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 12 | 123 | 0 | 0.95 | 0.49 | 0.06 | 330.66 | 0.9 | 0.49 |
| Hex | EF | C | 7B | 0 | 5F | 31 | 6 | 14B | 5A | 31 |
| Octal | 357 | 14 | 173 | 0 | 137 | 61 | 6 | 513 | 132 | 61 |
| Binary | 11101111 | 1100 | 1111011 | 0 | 1011111 | 110001 | 110 | 101001011 | 1011010 | 110001 |
Color Harmonies of #EF0C7B
Complementary color
Monochromatic Colors of #EF0C7B
Black with #EF0C7B
Text Example
Text Example
White with #EF0C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0C7B; }
p { color: rgb(239,12,123); }
H1.HeaderClassName
{
color: #EF0C7B;
}
.AnyTagClassName
{
color: #EF0C7B;
}
</style>
background-color css
<style>
a { background-color: #EF0C7B; }
a { background-color: rgb(239,12,123); }
div.DivClassName
{
background-color: #EF0C7B;
}
.BgClassName
{
background-color: #EF0C7B;
}
</style>
border-color css
<style>
span { border-color: #EF0C7B; }
span { border-color: rgb(239,12,123); }
td.TdClassName
{
border-color: #EF0C7B;
}
.TagClassName
{
border-color: #EF0C7B;
}
</style>