Shades of Deep Pink #EB108B
Tints of Deep Pink #EB108B
RGB
CMYK
RGB Variations
Color information
#EB108B (or 0xEB108B) is known color: Deep Pink. HEX triplet: EB, 10 and 8B. RGB value is (235,16,139). Sum of RGB (Red+Green+Blue) = 235+16+139=390 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.26% from 390); Green value is 16 (6.64% from 255 or 4.10% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 235 - color contains mainly: red. Hex color #EB108B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB108B is #14EF74. Grayscale: #5F5F5F. Windows color (decimal): -1372021 or 9113835. OLE color: 9113835.
HSL color Cylindrical-coordinate representation of color #EB108B: hue angle of 326.3º 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 #EB108B is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 16 | 139 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.08 |
| HSL | 326.3º | 0.87% | 0.49% | - |
| HSV(B) | 326.3º | 0.93% | 0.92% | - |
| XYZ | 39.11 | 19.9 | 26.21 | - |
| YUV | 95.5 | 152.55 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 16 | 139 | 0 | 0.93 | 0.41 | 0.08 | 326.3 | 0.87 | 0.49 |
| Hex | EB | 10 | 8B | 0 | 5D | 29 | 8 | 146 | 57 | 31 |
| Octal | 353 | 20 | 213 | 0 | 135 | 51 | 10 | 506 | 127 | 61 |
| Binary | 11101011 | 10000 | 10001011 | 0 | 1011101 | 101001 | 1000 | 101000110 | 1010111 | 110001 |
Color Harmonies of #EB108B
Complementary color
Monochromatic Colors of #EB108B
Black with #EB108B
Text Example
Text Example
White with #EB108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB108B; }
p { color: rgb(235,16,139); }
H1.HeaderClassName
{
color: #EB108B;
}
.AnyTagClassName
{
color: #EB108B;
}
</style>
background-color css
<style>
a { background-color: #EB108B; }
a { background-color: rgb(235,16,139); }
div.DivClassName
{
background-color: #EB108B;
}
.BgClassName
{
background-color: #EB108B;
}
</style>
border-color css
<style>
span { border-color: #EB108B; }
span { border-color: rgb(235,16,139); }
td.TdClassName
{
border-color: #EB108B;
}
.TagClassName
{
border-color: #EB108B;
}
</style>