Shades of Deep Pink #E6128D
Tints of Deep Pink #E6128D
RGB
CMYK
RGB Variations
Color information
#E6128D (or 0xE6128D) is known color: Deep Pink. HEX triplet: E6, 12 and 8D. RGB value is (230,18,141). Sum of RGB (Red+Green+Blue) = 230+18+141=389 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.13% from 389); Green value is 18 (7.42% from 255 or 4.63% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 230 - color contains mainly: red. Hex color #E6128D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6128D is #19ED72. Grayscale: #5F5F5F. Windows color (decimal): -1699187 or 9245414. OLE color: 9245414.
HSL color Cylindrical-coordinate representation of color #E6128D: hue angle of 325.19º 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 #E6128D is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 141 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.10 |
| HSL | 325.19º | 0.85% | 0.49% | - |
| HSV(B) | 325.19º | 0.92% | 0.9% | - |
| XYZ | 37.66 | 19.18 | 26.92 | - |
| YUV | 95.41 | 153.74 | 224 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 141 | 0 | 0.92 | 0.39 | 0.10 | 325.19 | 0.85 | 0.49 |
| Hex | E6 | 12 | 8D | 0 | 5C | 27 | A | 145 | 55 | 31 |
| Octal | 346 | 22 | 215 | 0 | 134 | 47 | 12 | 505 | 125 | 61 |
| Binary | 11100110 | 10010 | 10001101 | 0 | 1011100 | 100111 | 1010 | 101000101 | 1010101 | 110001 |
Color Harmonies of #E6128D
Complementary color
Monochromatic Colors of #E6128D
Black with #E6128D
Text Example
Text Example
White with #E6128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6128D; }
p { color: rgb(230,18,141); }
H1.HeaderClassName
{
color: #E6128D;
}
.AnyTagClassName
{
color: #E6128D;
}
</style>
background-color css
<style>
a { background-color: #E6128D; }
a { background-color: rgb(230,18,141); }
div.DivClassName
{
background-color: #E6128D;
}
.BgClassName
{
background-color: #E6128D;
}
</style>
border-color css
<style>
span { border-color: #E6128D; }
span { border-color: rgb(230,18,141); }
td.TdClassName
{
border-color: #E6128D;
}
.TagClassName
{
border-color: #E6128D;
}
</style>