Shades of Deep Pink #E9128C
Tints of Deep Pink #E9128C
RGB
CMYK
RGB Variations
Color information
#E9128C (or 0xE9128C) is known color: Deep Pink. HEX triplet: E9, 12 and 8C. RGB value is (233,18,140). Sum of RGB (Red+Green+Blue) = 233+18+140=391 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.59% from 391); Green value is 18 (7.42% from 255 or 4.60% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 233 - color contains mainly: red. Hex color #E9128C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9128C is #16ED73. Grayscale: #5F5F5F. Windows color (decimal): -1502580 or 9179881. OLE color: 9179881.
HSL color Cylindrical-coordinate representation of color #E9128C: hue angle of 325.95º 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 #E9128C is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 18 | 140 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.09 |
| HSL | 325.95º | 0.86% | 0.49% | - |
| HSV(B) | 325.95º | 0.92% | 0.91% | - |
| XYZ | 38.55 | 19.65 | 26.57 | - |
| YUV | 96.19 | 152.73 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 18 | 140 | 0 | 0.92 | 0.40 | 0.09 | 325.95 | 0.86 | 0.49 |
| Hex | E9 | 12 | 8C | 0 | 5C | 28 | 9 | 146 | 56 | 31 |
| Octal | 351 | 22 | 214 | 0 | 134 | 50 | 11 | 506 | 126 | 61 |
| Binary | 11101001 | 10010 | 10001100 | 0 | 1011100 | 101000 | 1001 | 101000110 | 1010110 | 110001 |
Color Harmonies of #E9128C
Complementary color
Monochromatic Colors of #E9128C
Black with #E9128C
Text Example
Text Example
White with #E9128C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9128C; }
p { color: rgb(233,18,140); }
H1.HeaderClassName
{
color: #E9128C;
}
.AnyTagClassName
{
color: #E9128C;
}
</style>
background-color css
<style>
a { background-color: #E9128C; }
a { background-color: rgb(233,18,140); }
div.DivClassName
{
background-color: #E9128C;
}
.BgClassName
{
background-color: #E9128C;
}
</style>
border-color css
<style>
span { border-color: #E9128C; }
span { border-color: rgb(233,18,140); }
td.TdClassName
{
border-color: #E9128C;
}
.TagClassName
{
border-color: #E9128C;
}
</style>