Shades of Deep Pink #E5108C
Tints of Deep Pink #E5108C
RGB
CMYK
RGB Variations
Color information
#E5108C (or 0xE5108C) is known color: Deep Pink. HEX triplet: E5, 10 and 8C. RGB value is (229,16,140). Sum of RGB (Red+Green+Blue) = 229+16+140=385 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.48% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 229 - color contains mainly: red. Hex color #E5108C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5108C is #1AEF73. Grayscale: #5D5D5D. Windows color (decimal): -1765236 or 9179365. OLE color: 9179365.
HSL color Cylindrical-coordinate representation of color #E5108C: hue angle of 325.07º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5108C is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 16 | 140 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.10 |
| HSL | 325.07º | 0.87% | 0.48% | - |
| HSV(B) | 325.07º | 0.93% | 0.9% | - |
| XYZ | 37.23 | 18.92 | 26.5 | - |
| YUV | 93.82 | 154.07 | 224.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 16 | 140 | 0 | 0.93 | 0.39 | 0.10 | 325.07 | 0.87 | 0.48 |
| Hex | E5 | 10 | 8C | 0 | 5D | 27 | A | 145 | 57 | 30 |
| Octal | 345 | 20 | 214 | 0 | 135 | 47 | 12 | 505 | 127 | 60 |
| Binary | 11100101 | 10000 | 10001100 | 0 | 1011101 | 100111 | 1010 | 101000101 | 1010111 | 110000 |
Color Harmonies of #E5108C
Complementary color
Monochromatic Colors of #E5108C
Black with #E5108C
Text Example
Text Example
White with #E5108C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5108C; }
p { color: rgb(229,16,140); }
H1.HeaderClassName
{
color: #E5108C;
}
.AnyTagClassName
{
color: #E5108C;
}
</style>
background-color css
<style>
a { background-color: #E5108C; }
a { background-color: rgb(229,16,140); }
div.DivClassName
{
background-color: #E5108C;
}
.BgClassName
{
background-color: #E5108C;
}
</style>
border-color css
<style>
span { border-color: #E5108C; }
span { border-color: rgb(229,16,140); }
td.TdClassName
{
border-color: #E5108C;
}
.TagClassName
{
border-color: #E5108C;
}
</style>