Shades of Deep Pink #E9127D
Tints of Deep Pink #E9127D
RGB
CMYK
RGB Variations
Color information
#E9127D (or 0xE9127D) is known color: Deep Pink. HEX triplet: E9, 12 and 7D. RGB value is (233,18,125). Sum of RGB (Red+Green+Blue) = 233+18+125=376 (49% of max value = 765). Red value is 233 (91.41% from 255 or 61.97% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 233 - color contains mainly: red. Hex color #E9127D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9127D is #16ED82. Grayscale: #5E5E5E. Windows color (decimal): -1502595 or 8196841. OLE color: 8196841.
HSL color Cylindrical-coordinate representation of color #E9127D: hue angle of 330.14º 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 #E9127D is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 18 | 125 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.09 |
| HSL | 330.14º | 0.86% | 0.49% | - |
| HSV(B) | 330.14º | 0.92% | 0.91% | - |
| XYZ | 37.52 | 19.24 | 21.14 | - |
| YUV | 94.48 | 145.23 | 226.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 18 | 125 | 0 | 0.92 | 0.46 | 0.09 | 330.14 | 0.86 | 0.49 |
| Hex | E9 | 12 | 7D | 0 | 5C | 2E | 9 | 14A | 56 | 31 |
| Octal | 351 | 22 | 175 | 0 | 134 | 56 | 11 | 512 | 126 | 61 |
| Binary | 11101001 | 10010 | 1111101 | 0 | 1011100 | 101110 | 1001 | 101001010 | 1010110 | 110001 |
Color Harmonies of #E9127D
Complementary color
Monochromatic Colors of #E9127D
Black with #E9127D
Text Example
Text Example
White with #E9127D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9127D; }
p { color: rgb(233,18,125); }
H1.HeaderClassName
{
color: #E9127D;
}
.AnyTagClassName
{
color: #E9127D;
}
</style>
background-color css
<style>
a { background-color: #E9127D; }
a { background-color: rgb(233,18,125); }
div.DivClassName
{
background-color: #E9127D;
}
.BgClassName
{
background-color: #E9127D;
}
</style>
border-color css
<style>
span { border-color: #E9127D; }
span { border-color: rgb(233,18,125); }
td.TdClassName
{
border-color: #E9127D;
}
.TagClassName
{
border-color: #E9127D;
}
</style>