Shades of Deep Pink #EF1185
Tints of Deep Pink #EF1185
RGB
CMYK
RGB Variations
Color information
#EF1185 (or 0xEF1185) is known color: Deep Pink. HEX triplet: EF, 11 and 85. RGB value is (239,17,133). Sum of RGB (Red+Green+Blue) = 239+17+133=389 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.44% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1185 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1185 is #10EE7A. Grayscale: #606060. Windows color (decimal): -1109627 or 8720879. OLE color: 8720879.
HSL color Cylindrical-coordinate representation of color #EF1185: hue angle of 328.65º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF1185 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 17 | 133 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.06 |
| HSL | 328.65º | 0.87% | 0.5% | - |
| HSV(B) | 328.65º | 0.93% | 0.94% | - |
| XYZ | 40.03 | 20.45 | 24.03 | - |
| YUV | 96.6 | 148.55 | 229.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 17 | 133 | 0 | 0.93 | 0.44 | 0.06 | 328.65 | 0.87 | 0.5 |
| Hex | EF | 11 | 85 | 0 | 5D | 2C | 6 | 149 | 57 | 32 |
| Octal | 357 | 21 | 205 | 0 | 135 | 54 | 6 | 511 | 127 | 62 |
| Binary | 11101111 | 10001 | 10000101 | 0 | 1011101 | 101100 | 110 | 101001001 | 1010111 | 110010 |
Color Harmonies of #EF1185
Complementary color
Monochromatic Colors of #EF1185
Black with #EF1185
Text Example
Text Example
White with #EF1185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1185; }
p { color: rgb(239,17,133); }
H1.HeaderClassName
{
color: #EF1185;
}
.AnyTagClassName
{
color: #EF1185;
}
</style>
background-color css
<style>
a { background-color: #EF1185; }
a { background-color: rgb(239,17,133); }
div.DivClassName
{
background-color: #EF1185;
}
.BgClassName
{
background-color: #EF1185;
}
</style>
border-color css
<style>
span { border-color: #EF1185; }
span { border-color: rgb(239,17,133); }
td.TdClassName
{
border-color: #EF1185;
}
.TagClassName
{
border-color: #EF1185;
}
</style>