Shades of Deep Pink #E9167D
Tints of Deep Pink #E9167D
RGB
CMYK
RGB Variations
Color information
#E9167D (or 0xE9167D) is known color: Deep Pink. HEX triplet: E9, 16 and 7D. RGB value is (233,22,125). Sum of RGB (Red+Green+Blue) = 233+22+125=380 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.32% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 233 - color contains mainly: red. Hex color #E9167D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9167D is #16E982. Grayscale: #606060. Windows color (decimal): -1501571 or 8197865. OLE color: 8197865.
HSL color Cylindrical-coordinate representation of color #E9167D: hue angle of 330.71º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9167D is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 22 | 125 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.09 |
| HSL | 330.71º | 0.83% | 0.5% | - |
| HSV(B) | 330.71º | 0.91% | 0.91% | - |
| XYZ | 37.59 | 19.38 | 21.16 | - |
| YUV | 96.83 | 143.9 | 225.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 22 | 125 | 0 | 0.91 | 0.46 | 0.09 | 330.71 | 0.83 | 0.5 |
| Hex | E9 | 16 | 7D | 0 | 5B | 2E | 9 | 14B | 53 | 32 |
| Octal | 351 | 26 | 175 | 0 | 133 | 56 | 11 | 513 | 123 | 62 |
| Binary | 11101001 | 10110 | 1111101 | 0 | 1011011 | 101110 | 1001 | 101001011 | 1010011 | 110010 |
Color Harmonies of #E9167D
Complementary color
Monochromatic Colors of #E9167D
Black with #E9167D
Text Example
Text Example
White with #E9167D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9167D; }
p { color: rgb(233,22,125); }
H1.HeaderClassName
{
color: #E9167D;
}
.AnyTagClassName
{
color: #E9167D;
}
</style>
background-color css
<style>
a { background-color: #E9167D; }
a { background-color: rgb(233,22,125); }
div.DivClassName
{
background-color: #E9167D;
}
.BgClassName
{
background-color: #E9167D;
}
</style>
border-color css
<style>
span { border-color: #E9167D; }
span { border-color: rgb(233,22,125); }
td.TdClassName
{
border-color: #E9167D;
}
.TagClassName
{
border-color: #E9167D;
}
</style>