Shades of Deep Pink #E6107E
Tints of Deep Pink #E6107E
RGB
CMYK
RGB Variations
Color information
#E6107E (or 0xE6107E) is known color: Deep Pink. HEX triplet: E6, 10 and 7E. RGB value is (230,16,126). Sum of RGB (Red+Green+Blue) = 230+16+126=372 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.83% from 372); Green value is 16 (6.64% from 255 or 4.30% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 230 - color contains mainly: red. Hex color #E6107E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6107E is #19EF81. Grayscale: #5C5C5C. Windows color (decimal): -1699714 or 8261862. OLE color: 8261862.
HSL color Cylindrical-coordinate representation of color #E6107E: hue angle of 329.16º 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 #E6107E is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 16 | 126 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.10 |
| HSL | 329.16º | 0.87% | 0.48% | - |
| HSV(B) | 329.16º | 0.93% | 0.9% | - |
| XYZ | 36.58 | 18.7 | 21.42 | - |
| YUV | 92.53 | 146.9 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 16 | 126 | 0 | 0.93 | 0.45 | 0.10 | 329.16 | 0.87 | 0.48 |
| Hex | E6 | 10 | 7E | 0 | 5D | 2D | A | 149 | 57 | 30 |
| Octal | 346 | 20 | 176 | 0 | 135 | 55 | 12 | 511 | 127 | 60 |
| Binary | 11100110 | 10000 | 1111110 | 0 | 1011101 | 101101 | 1010 | 101001001 | 1010111 | 110000 |
Color Harmonies of #E6107E
Complementary color
Monochromatic Colors of #E6107E
Black with #E6107E
Text Example
Text Example
White with #E6107E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6107E; }
p { color: rgb(230,16,126); }
H1.HeaderClassName
{
color: #E6107E;
}
.AnyTagClassName
{
color: #E6107E;
}
</style>
background-color css
<style>
a { background-color: #E6107E; }
a { background-color: rgb(230,16,126); }
div.DivClassName
{
background-color: #E6107E;
}
.BgClassName
{
background-color: #E6107E;
}
</style>
border-color css
<style>
span { border-color: #E6107E; }
span { border-color: rgb(230,16,126); }
td.TdClassName
{
border-color: #E6107E;
}
.TagClassName
{
border-color: #E6107E;
}
</style>