Shades of Deep Pink #E9177D
Tints of Deep Pink #E9177D
RGB
CMYK
RGB Variations
Color information
#E9177D (or 0xE9177D) is known color: Deep Pink. HEX triplet: E9, 17 and 7D. RGB value is (233,23,125). Sum of RGB (Red+Green+Blue) = 233+23+125=381 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.15% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 233 - color contains mainly: red. Hex color #E9177D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9177D is #16E882. Grayscale: #616161. Windows color (decimal): -1501315 or 8198121. OLE color: 8198121.
HSL color Cylindrical-coordinate representation of color #E9177D: hue angle of 330.86º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E9177D is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 23 | 125 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.09 |
| HSL | 330.86º | 0.83% | 0.5% | - |
| HSV(B) | 330.86º | 0.9% | 0.91% | - |
| XYZ | 37.61 | 19.42 | 21.17 | - |
| YUV | 97.42 | 143.57 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 23 | 125 | 0 | 0.90 | 0.46 | 0.09 | 330.86 | 0.83 | 0.5 |
| Hex | E9 | 17 | 7D | 0 | 5A | 2E | 9 | 14B | 53 | 32 |
| Octal | 351 | 27 | 175 | 0 | 132 | 56 | 11 | 513 | 123 | 62 |
| Binary | 11101001 | 10111 | 1111101 | 0 | 1011010 | 101110 | 1001 | 101001011 | 1010011 | 110010 |
Color Harmonies of #E9177D
Complementary color
Monochromatic Colors of #E9177D
Black with #E9177D
Text Example
Text Example
White with #E9177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9177D; }
p { color: rgb(233,23,125); }
H1.HeaderClassName
{
color: #E9177D;
}
.AnyTagClassName
{
color: #E9177D;
}
</style>
background-color css
<style>
a { background-color: #E9177D; }
a { background-color: rgb(233,23,125); }
div.DivClassName
{
background-color: #E9177D;
}
.BgClassName
{
background-color: #E9177D;
}
</style>
border-color css
<style>
span { border-color: #E9177D; }
span { border-color: rgb(233,23,125); }
td.TdClassName
{
border-color: #E9177D;
}
.TagClassName
{
border-color: #E9177D;
}
</style>