Shades of Deep Pink #E6118D
Tints of Deep Pink #E6118D
RGB
CMYK
RGB Variations
Color information
#E6118D (or 0xE6118D) is known color: Deep Pink. HEX triplet: E6, 11 and 8D. RGB value is (230,17,141). Sum of RGB (Red+Green+Blue) = 230+17+141=388 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.28% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 230 - color contains mainly: red. Hex color #E6118D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6118D is #19EE72. Grayscale: #5E5E5E. Windows color (decimal): -1699443 or 9245158. OLE color: 9245158.
HSL color Cylindrical-coordinate representation of color #E6118D: hue angle of 325.07º degrees, saturation: 0.86, 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 #E6118D is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 17 | 141 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.10 |
| HSL | 325.07º | 0.86% | 0.48% | - |
| HSV(B) | 325.07º | 0.93% | 0.9% | - |
| XYZ | 37.64 | 19.15 | 26.91 | - |
| YUV | 94.82 | 154.07 | 224.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 141 | 0 | 0.93 | 0.39 | 0.10 | 325.07 | 0.86 | 0.48 |
| Hex | E6 | 11 | 8D | 0 | 5D | 27 | A | 145 | 56 | 30 |
| Octal | 346 | 21 | 215 | 0 | 135 | 47 | 12 | 505 | 126 | 60 |
| Binary | 11100110 | 10001 | 10001101 | 0 | 1011101 | 100111 | 1010 | 101000101 | 1010110 | 110000 |
Color Harmonies of #E6118D
Complementary color
Monochromatic Colors of #E6118D
Black with #E6118D
Text Example
Text Example
White with #E6118D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6118D; }
p { color: rgb(230,17,141); }
H1.HeaderClassName
{
color: #E6118D;
}
.AnyTagClassName
{
color: #E6118D;
}
</style>
background-color css
<style>
a { background-color: #E6118D; }
a { background-color: rgb(230,17,141); }
div.DivClassName
{
background-color: #E6118D;
}
.BgClassName
{
background-color: #E6118D;
}
</style>
border-color css
<style>
span { border-color: #E6118D; }
span { border-color: rgb(230,17,141); }
td.TdClassName
{
border-color: #E6118D;
}
.TagClassName
{
border-color: #E6118D;
}
</style>