Shades of Deep Pink #E6108E
Tints of Deep Pink #E6108E
RGB
CMYK
RGB Variations
Color information
#E6108E (or 0xE6108E) is known color: Deep Pink. HEX triplet: E6, 10 and 8E. RGB value is (230,16,142). Sum of RGB (Red+Green+Blue) = 230+16+142=388 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.28% from 388); Green value is 16 (6.64% from 255 or 4.12% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 230 - color contains mainly: red. Hex color #E6108E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6108E is #19EF71. Grayscale: #5E5E5E. Windows color (decimal): -1699698 or 9310438. OLE color: 9310438.
HSL color Cylindrical-coordinate representation of color #E6108E: hue angle of 324.67º 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 #E6108E is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 16 | 142 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.10 |
| HSL | 324.67º | 0.87% | 0.48% | - |
| HSV(B) | 324.67º | 0.93% | 0.9% | - |
| XYZ | 37.7 | 19.15 | 27.3 | - |
| YUV | 94.35 | 154.9 | 224.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 16 | 142 | 0 | 0.93 | 0.38 | 0.10 | 324.67 | 0.87 | 0.48 |
| Hex | E6 | 10 | 8E | 0 | 5D | 26 | A | 145 | 57 | 30 |
| Octal | 346 | 20 | 216 | 0 | 135 | 46 | 12 | 505 | 127 | 60 |
| Binary | 11100110 | 10000 | 10001110 | 0 | 1011101 | 100110 | 1010 | 101000101 | 1010111 | 110000 |
Color Harmonies of #E6108E
Complementary color
Monochromatic Colors of #E6108E
Black with #E6108E
Text Example
Text Example
White with #E6108E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6108E; }
p { color: rgb(230,16,142); }
H1.HeaderClassName
{
color: #E6108E;
}
.AnyTagClassName
{
color: #E6108E;
}
</style>
background-color css
<style>
a { background-color: #E6108E; }
a { background-color: rgb(230,16,142); }
div.DivClassName
{
background-color: #E6108E;
}
.BgClassName
{
background-color: #E6108E;
}
</style>
border-color css
<style>
span { border-color: #E6108E; }
span { border-color: rgb(230,16,142); }
td.TdClassName
{
border-color: #E6108E;
}
.TagClassName
{
border-color: #E6108E;
}
</style>