Shades of Deep Pink #EB107C
Tints of Deep Pink #EB107C
RGB
CMYK
RGB Variations
Color information
#EB107C (or 0xEB107C) is known color: Deep Pink. HEX triplet: EB, 10 and 7C. RGB value is (235,16,124). Sum of RGB (Red+Green+Blue) = 235+16+124=375 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.67% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 235 - color contains mainly: red. Hex color #EB107C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB107C is #14EF83. Grayscale: #5D5D5D. Windows color (decimal): -1372036 or 8130795. OLE color: 8130795.
HSL color Cylindrical-coordinate representation of color #EB107C: hue angle of 330.41º 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 #EB107C is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 16 | 124 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.08 |
| HSL | 330.41º | 0.87% | 0.49% | - |
| HSV(B) | 330.41º | 0.93% | 0.92% | - |
| XYZ | 38.08 | 19.49 | 20.82 | - |
| YUV | 93.79 | 145.05 | 228.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 16 | 124 | 0 | 0.93 | 0.47 | 0.08 | 330.41 | 0.87 | 0.49 |
| Hex | EB | 10 | 7C | 0 | 5D | 2F | 8 | 14A | 57 | 31 |
| Octal | 353 | 20 | 174 | 0 | 135 | 57 | 10 | 512 | 127 | 61 |
| Binary | 11101011 | 10000 | 1111100 | 0 | 1011101 | 101111 | 1000 | 101001010 | 1010111 | 110001 |
Color Harmonies of #EB107C
Complementary color
Monochromatic Colors of #EB107C
Black with #EB107C
Text Example
Text Example
White with #EB107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB107C; }
p { color: rgb(235,16,124); }
H1.HeaderClassName
{
color: #EB107C;
}
.AnyTagClassName
{
color: #EB107C;
}
</style>
background-color css
<style>
a { background-color: #EB107C; }
a { background-color: rgb(235,16,124); }
div.DivClassName
{
background-color: #EB107C;
}
.BgClassName
{
background-color: #EB107C;
}
</style>
border-color css
<style>
span { border-color: #EB107C; }
span { border-color: rgb(235,16,124); }
td.TdClassName
{
border-color: #EB107C;
}
.TagClassName
{
border-color: #EB107C;
}
</style>