Shades of Deep Pink #EF0B85
Tints of Deep Pink #EF0B85
RGB
CMYK
RGB Variations
Color information
#EF0B85 (or 0xEF0B85) is known color: Deep Pink. HEX triplet: EF, 0B and 85. RGB value is (239,11,133). Sum of RGB (Red+Green+Blue) = 239+11+133=383 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.40% from 383); Green value is 11 (4.69% from 255 or 2.87% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0B85 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0B85 is #10F47A. Grayscale: #5C5C5C. Windows color (decimal): -1111163 or 8719343. OLE color: 8719343.
HSL color Cylindrical-coordinate representation of color #EF0B85: hue angle of 327.89º degrees, saturation: 0.91, 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 #EF0B85 is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 11 | 133 | - |
| CMYK | 0 | 0.95 | 0.44 | 0.06 |
| HSL | 327.89º | 0.91% | 0.49% | - |
| HSV(B) | 327.89º | 0.95% | 0.94% | - |
| XYZ | 39.95 | 20.28 | 24 | - |
| YUV | 93.08 | 150.54 | 232.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 11 | 133 | 0 | 0.95 | 0.44 | 0.06 | 327.89 | 0.91 | 0.49 |
| Hex | EF | B | 85 | 0 | 5F | 2C | 6 | 148 | 5B | 31 |
| Octal | 357 | 13 | 205 | 0 | 137 | 54 | 6 | 510 | 133 | 61 |
| Binary | 11101111 | 1011 | 10000101 | 0 | 1011111 | 101100 | 110 | 101001000 | 1011011 | 110001 |
Color Harmonies of #EF0B85
Complementary color
Monochromatic Colors of #EF0B85
Black with #EF0B85
Text Example
Text Example
White with #EF0B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0B85; }
p { color: rgb(239,11,133); }
H1.HeaderClassName
{
color: #EF0B85;
}
.AnyTagClassName
{
color: #EF0B85;
}
</style>
background-color css
<style>
a { background-color: #EF0B85; }
a { background-color: rgb(239,11,133); }
div.DivClassName
{
background-color: #EF0B85;
}
.BgClassName
{
background-color: #EF0B85;
}
</style>
border-color css
<style>
span { border-color: #EF0B85; }
span { border-color: rgb(239,11,133); }
td.TdClassName
{
border-color: #EF0B85;
}
.TagClassName
{
border-color: #EF0B85;
}
</style>