Shades of Deep Pink #EB118E
Tints of Deep Pink #EB118E
RGB
CMYK
RGB Variations
Color information
#EB118E (or 0xEB118E) is known color: Deep Pink. HEX triplet: EB, 11 and 8E. RGB value is (235,17,142). Sum of RGB (Red+Green+Blue) = 235+17+142=394 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.64% from 394); Green value is 17 (7.03% from 255 or 4.31% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 235 - color contains mainly: red. Hex color #EB118E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB118E is #14EE71. Grayscale: #606060. Windows color (decimal): -1371762 or 9310699. OLE color: 9310699.
HSL color Cylindrical-coordinate representation of color #EB118E: hue angle of 325.6º 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 #EB118E is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 17 | 142 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.08 |
| HSL | 325.6º | 0.87% | 0.49% | - |
| HSV(B) | 325.6º | 0.93% | 0.92% | - |
| XYZ | 39.34 | 20.02 | 27.38 | - |
| YUV | 96.43 | 153.72 | 226.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 17 | 142 | 0 | 0.93 | 0.40 | 0.08 | 325.6 | 0.87 | 0.49 |
| Hex | EB | 11 | 8E | 0 | 5D | 28 | 8 | 146 | 57 | 31 |
| Octal | 353 | 21 | 216 | 0 | 135 | 50 | 10 | 506 | 127 | 61 |
| Binary | 11101011 | 10001 | 10001110 | 0 | 1011101 | 101000 | 1000 | 101000110 | 1010111 | 110001 |
Color Harmonies of #EB118E
Complementary color
Monochromatic Colors of #EB118E
Black with #EB118E
Text Example
Text Example
White with #EB118E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB118E; }
p { color: rgb(235,17,142); }
H1.HeaderClassName
{
color: #EB118E;
}
.AnyTagClassName
{
color: #EB118E;
}
</style>
background-color css
<style>
a { background-color: #EB118E; }
a { background-color: rgb(235,17,142); }
div.DivClassName
{
background-color: #EB118E;
}
.BgClassName
{
background-color: #EB118E;
}
</style>
border-color css
<style>
span { border-color: #EB118E; }
span { border-color: rgb(235,17,142); }
td.TdClassName
{
border-color: #EB118E;
}
.TagClassName
{
border-color: #EB118E;
}
</style>