Shades of Deep Pink #E9128E
Tints of Deep Pink #E9128E
RGB
CMYK
RGB Variations
Color information
#E9128E (or 0xE9128E) is known color: Deep Pink. HEX triplet: E9, 12 and 8E. RGB value is (233,18,142). Sum of RGB (Red+Green+Blue) = 233+18+142=393 (52% of max value = 765). Red value is 233 (91.41% from 255 or 59.29% from 393); Green value is 18 (7.42% from 255 or 4.58% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 233 - color contains mainly: red. Hex color #E9128E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9128E is #16ED71. Grayscale: #606060. Windows color (decimal): -1502578 or 9310953. OLE color: 9310953.
HSL color Cylindrical-coordinate representation of color #E9128E: hue angle of 325.4º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E9128E is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 18 | 142 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.09 |
| HSL | 325.4º | 0.86% | 0.49% | - |
| HSV(B) | 325.4º | 0.92% | 0.91% | - |
| XYZ | 38.7 | 19.71 | 27.36 | - |
| YUV | 96.42 | 153.73 | 225.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 18 | 142 | 0 | 0.92 | 0.39 | 0.09 | 325.4 | 0.86 | 0.49 |
| Hex | E9 | 12 | 8E | 0 | 5C | 27 | 9 | 145 | 56 | 31 |
| Octal | 351 | 22 | 216 | 0 | 134 | 47 | 11 | 505 | 126 | 61 |
| Binary | 11101001 | 10010 | 10001110 | 0 | 1011100 | 100111 | 1001 | 101000101 | 1010110 | 110001 |
Color Harmonies of #E9128E
Complementary color
Monochromatic Colors of #E9128E
Black with #E9128E
Text Example
Text Example
White with #E9128E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9128E; }
p { color: rgb(233,18,142); }
H1.HeaderClassName
{
color: #E9128E;
}
.AnyTagClassName
{
color: #E9128E;
}
</style>
background-color css
<style>
a { background-color: #E9128E; }
a { background-color: rgb(233,18,142); }
div.DivClassName
{
background-color: #E9128E;
}
.BgClassName
{
background-color: #E9128E;
}
</style>
border-color css
<style>
span { border-color: #E9128E; }
span { border-color: rgb(233,18,142); }
td.TdClassName
{
border-color: #E9128E;
}
.TagClassName
{
border-color: #E9128E;
}
</style>