Shades of Deep Pink #E6108D
Tints of Deep Pink #E6108D
RGB
CMYK
RGB Variations
Color information
#E6108D (or 0xE6108D) is known color: Deep Pink. HEX triplet: E6, 10 and 8D. RGB value is (230,16,141). Sum of RGB (Red+Green+Blue) = 230+16+141=387 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.43% from 387); Green value is 16 (6.64% from 255 or 4.13% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 230 - color contains mainly: red. Hex color #E6108D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6108D is #19EF72. Grayscale: #5D5D5D. Windows color (decimal): -1699699 or 9244902. OLE color: 9244902.
HSL color Cylindrical-coordinate representation of color #E6108D: hue angle of 324.95º 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 #E6108D is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 16 | 141 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.10 |
| HSL | 324.95º | 0.87% | 0.48% | - |
| HSV(B) | 324.95º | 0.93% | 0.9% | - |
| XYZ | 37.63 | 19.12 | 26.91 | - |
| YUV | 94.24 | 154.4 | 224.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 16 | 141 | 0 | 0.93 | 0.39 | 0.10 | 324.95 | 0.87 | 0.48 |
| Hex | E6 | 10 | 8D | 0 | 5D | 27 | A | 145 | 57 | 30 |
| Octal | 346 | 20 | 215 | 0 | 135 | 47 | 12 | 505 | 127 | 60 |
| Binary | 11100110 | 10000 | 10001101 | 0 | 1011101 | 100111 | 1010 | 101000101 | 1010111 | 110000 |
Color Harmonies of #E6108D
Complementary color
Monochromatic Colors of #E6108D
Black with #E6108D
Text Example
Text Example
White with #E6108D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6108D; }
p { color: rgb(230,16,141); }
H1.HeaderClassName
{
color: #E6108D;
}
.AnyTagClassName
{
color: #E6108D;
}
</style>
background-color css
<style>
a { background-color: #E6108D; }
a { background-color: rgb(230,16,141); }
div.DivClassName
{
background-color: #E6108D;
}
.BgClassName
{
background-color: #E6108D;
}
</style>
border-color css
<style>
span { border-color: #E6108D; }
span { border-color: rgb(230,16,141); }
td.TdClassName
{
border-color: #E6108D;
}
.TagClassName
{
border-color: #E6108D;
}
</style>