Shades of Deep Pink #E9128A
Tints of Deep Pink #E9128A
RGB
CMYK
RGB Variations
Color information
#E9128A (or 0xE9128A) is known color: Deep Pink. HEX triplet: E9, 12 and 8A. RGB value is (233,18,138). Sum of RGB (Red+Green+Blue) = 233+18+138=389 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.90% from 389); Green value is 18 (7.42% from 255 or 4.63% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 233 - color contains mainly: red. Hex color #E9128A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9128A is #16ED75. Grayscale: #5F5F5F. Windows color (decimal): -1502582 or 9048809. OLE color: 9048809.
HSL color Cylindrical-coordinate representation of color #E9128A: hue angle of 326.51º 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 #E9128A is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 18 | 138 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.09 |
| HSL | 326.51º | 0.86% | 0.49% | - |
| HSV(B) | 326.51º | 0.92% | 0.91% | - |
| XYZ | 38.41 | 19.59 | 25.8 | - |
| YUV | 95.97 | 151.73 | 225.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 18 | 138 | 0 | 0.92 | 0.41 | 0.09 | 326.51 | 0.86 | 0.49 |
| Hex | E9 | 12 | 8A | 0 | 5C | 29 | 9 | 147 | 56 | 31 |
| Octal | 351 | 22 | 212 | 0 | 134 | 51 | 11 | 507 | 126 | 61 |
| Binary | 11101001 | 10010 | 10001010 | 0 | 1011100 | 101001 | 1001 | 101000111 | 1010110 | 110001 |
Color Harmonies of #E9128A
Complementary color
Monochromatic Colors of #E9128A
Black with #E9128A
Text Example
Text Example
White with #E9128A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9128A; }
p { color: rgb(233,18,138); }
H1.HeaderClassName
{
color: #E9128A;
}
.AnyTagClassName
{
color: #E9128A;
}
</style>
background-color css
<style>
a { background-color: #E9128A; }
a { background-color: rgb(233,18,138); }
div.DivClassName
{
background-color: #E9128A;
}
.BgClassName
{
background-color: #E9128A;
}
</style>
border-color css
<style>
span { border-color: #E9128A; }
span { border-color: rgb(233,18,138); }
td.TdClassName
{
border-color: #E9128A;
}
.TagClassName
{
border-color: #E9128A;
}
</style>