Shades of Deep Pink #E6117F
Tints of Deep Pink #E6117F
RGB
CMYK
RGB Variations
Color information
#E6117F (or 0xE6117F) is known color: Deep Pink. HEX triplet: E6, 11 and 7F. RGB value is (230,17,127). Sum of RGB (Red+Green+Blue) = 230+17+127=374 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.50% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 230 - color contains mainly: red. Hex color #E6117F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6117F is #19EE80. Grayscale: #5D5D5D. Windows color (decimal): -1699457 or 8327654. OLE color: 8327654.
HSL color Cylindrical-coordinate representation of color #E6117F: hue angle of 329.01º 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 #E6117F is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 17 | 127 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.10 |
| HSL | 329.01º | 0.86% | 0.48% | - |
| HSV(B) | 329.01º | 0.93% | 0.9% | - |
| XYZ | 36.66 | 18.76 | 21.77 | - |
| YUV | 93.23 | 147.07 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 127 | 0 | 0.93 | 0.45 | 0.10 | 329.01 | 0.86 | 0.48 |
| Hex | E6 | 11 | 7F | 0 | 5D | 2D | A | 149 | 56 | 30 |
| Octal | 346 | 21 | 177 | 0 | 135 | 55 | 12 | 511 | 126 | 60 |
| Binary | 11100110 | 10001 | 1111111 | 0 | 1011101 | 101101 | 1010 | 101001001 | 1010110 | 110000 |
Color Harmonies of #E6117F
Complementary color
Monochromatic Colors of #E6117F
Black with #E6117F
Text Example
Text Example
White with #E6117F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6117F; }
p { color: rgb(230,17,127); }
H1.HeaderClassName
{
color: #E6117F;
}
.AnyTagClassName
{
color: #E6117F;
}
</style>
background-color css
<style>
a { background-color: #E6117F; }
a { background-color: rgb(230,17,127); }
div.DivClassName
{
background-color: #E6117F;
}
.BgClassName
{
background-color: #E6117F;
}
</style>
border-color css
<style>
span { border-color: #E6117F; }
span { border-color: rgb(230,17,127); }
td.TdClassName
{
border-color: #E6117F;
}
.TagClassName
{
border-color: #E6117F;
}
</style>