Shades of Deep Pink #E6127E
Tints of Deep Pink #E6127E
RGB
CMYK
RGB Variations
Color information
#E6127E (or 0xE6127E) is known color: Deep Pink. HEX triplet: E6, 12 and 7E. RGB value is (230,18,126). Sum of RGB (Red+Green+Blue) = 230+18+126=374 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.50% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 230 - color contains mainly: red. Hex color #E6127E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6127E is #19ED81. Grayscale: #5D5D5D. Windows color (decimal): -1699202 or 8262374. OLE color: 8262374.
HSL color Cylindrical-coordinate representation of color #E6127E: hue angle of 329.43º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E6127E is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 126 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.10 |
| HSL | 329.43º | 0.85% | 0.49% | - |
| HSV(B) | 329.43º | 0.92% | 0.9% | - |
| XYZ | 36.62 | 18.76 | 21.43 | - |
| YUV | 93.7 | 146.24 | 225.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 126 | 0 | 0.92 | 0.45 | 0.10 | 329.43 | 0.85 | 0.49 |
| Hex | E6 | 12 | 7E | 0 | 5C | 2D | A | 149 | 55 | 31 |
| Octal | 346 | 22 | 176 | 0 | 134 | 55 | 12 | 511 | 125 | 61 |
| Binary | 11100110 | 10010 | 1111110 | 0 | 1011100 | 101101 | 1010 | 101001001 | 1010101 | 110001 |
Color Harmonies of #E6127E
Complementary color
Monochromatic Colors of #E6127E
Black with #E6127E
Text Example
Text Example
White with #E6127E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6127E; }
p { color: rgb(230,18,126); }
H1.HeaderClassName
{
color: #E6127E;
}
.AnyTagClassName
{
color: #E6127E;
}
</style>
background-color css
<style>
a { background-color: #E6127E; }
a { background-color: rgb(230,18,126); }
div.DivClassName
{
background-color: #E6127E;
}
.BgClassName
{
background-color: #E6127E;
}
</style>
border-color css
<style>
span { border-color: #E6127E; }
span { border-color: rgb(230,18,126); }
td.TdClassName
{
border-color: #E6127E;
}
.TagClassName
{
border-color: #E6127E;
}
</style>