Shades of Deep Pink #EB118B
Tints of Deep Pink #EB118B
RGB
CMYK
RGB Variations
Color information
#EB118B (or 0xEB118B) is known color: Deep Pink. HEX triplet: EB, 11 and 8B. RGB value is (235,17,139). Sum of RGB (Red+Green+Blue) = 235+17+139=391 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.10% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 235 - color contains mainly: red. Hex color #EB118B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB118B is #14EE74. Grayscale: #5F5F5F. Windows color (decimal): -1371765 or 9114091. OLE color: 9114091.
HSL color Cylindrical-coordinate representation of color #EB118B: hue angle of 326.42º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB118B is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 17 | 139 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.08 |
| HSL | 326.42º | 0.87% | 0.49% | - |
| HSV(B) | 326.42º | 0.93% | 0.92% | - |
| XYZ | 39.12 | 19.93 | 26.21 | - |
| YUV | 96.09 | 152.22 | 227.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 17 | 139 | 0 | 0.93 | 0.41 | 0.08 | 326.42 | 0.87 | 0.49 |
| Hex | EB | 11 | 8B | 0 | 5D | 29 | 8 | 146 | 57 | 31 |
| Octal | 353 | 21 | 213 | 0 | 135 | 51 | 10 | 506 | 127 | 61 |
| Binary | 11101011 | 10001 | 10001011 | 0 | 1011101 | 101001 | 1000 | 101000110 | 1010111 | 110001 |
Color Harmonies of #EB118B
Complementary color
Monochromatic Colors of #EB118B
Black with #EB118B
Text Example
Text Example
White with #EB118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB118B; }
p { color: rgb(235,17,139); }
H1.HeaderClassName
{
color: #EB118B;
}
.AnyTagClassName
{
color: #EB118B;
}
</style>
background-color css
<style>
a { background-color: #EB118B; }
a { background-color: rgb(235,17,139); }
div.DivClassName
{
background-color: #EB118B;
}
.BgClassName
{
background-color: #EB118B;
}
</style>
border-color css
<style>
span { border-color: #EB118B; }
span { border-color: rgb(235,17,139); }
td.TdClassName
{
border-color: #EB118B;
}
.TagClassName
{
border-color: #EB118B;
}
</style>