Shades of Deep Pink #E6128A
Tints of Deep Pink #E6128A
RGB
CMYK
RGB Variations
Color information
#E6128A (or 0xE6128A) is known color: Deep Pink. HEX triplet: E6, 12 and 8A. RGB value is (230,18,138). Sum of RGB (Red+Green+Blue) = 230+18+138=386 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.59% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 230 - color contains mainly: red. Hex color #E6128A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6128A is #19ED75. Grayscale: #5E5E5E. Windows color (decimal): -1699190 or 9048806. OLE color: 9048806.
HSL color Cylindrical-coordinate representation of color #E6128A: hue angle of 326.04º 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 #E6128A is Cyan = 0, Magento = 0.92, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 138 | - |
| CMYK | 0 | 0.92 | 0.4 | 0.10 |
| HSL | 326.04º | 0.85% | 0.49% | - |
| HSV(B) | 326.04º | 0.92% | 0.9% | - |
| XYZ | 37.44 | 19.09 | 25.76 | - |
| YUV | 95.07 | 152.24 | 224.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 138 | 0 | 0.92 | 0.4 | 0.10 | 326.04 | 0.85 | 0.49 |
| Hex | E6 | 12 | 8A | 0 | 5C | 28 | A | 146 | 55 | 31 |
| Octal | 346 | 22 | 212 | 0 | 134 | 50 | 12 | 506 | 125 | 61 |
| Binary | 11100110 | 10010 | 10001010 | 0 | 1011100 | 101000 | 1010 | 101000110 | 1010101 | 110001 |
Color Harmonies of #E6128A
Complementary color
Monochromatic Colors of #E6128A
Black with #E6128A
Text Example
Text Example
White with #E6128A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6128A; }
p { color: rgb(230,18,138); }
H1.HeaderClassName
{
color: #E6128A;
}
.AnyTagClassName
{
color: #E6128A;
}
</style>
background-color css
<style>
a { background-color: #E6128A; }
a { background-color: rgb(230,18,138); }
div.DivClassName
{
background-color: #E6128A;
}
.BgClassName
{
background-color: #E6128A;
}
</style>
border-color css
<style>
span { border-color: #E6128A; }
span { border-color: rgb(230,18,138); }
td.TdClassName
{
border-color: #E6128A;
}
.TagClassName
{
border-color: #E6128A;
}
</style>