Shades of Deep Pink #E9168D
Tints of Deep Pink #E9168D
RGB
CMYK
RGB Variations
Color information
#E9168D (or 0xE9168D) is known color: Deep Pink. HEX triplet: E9, 16 and 8D. RGB value is (233,22,141). Sum of RGB (Red+Green+Blue) = 233+22+141=396 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.84% from 396); Green value is 22 (8.98% from 255 or 5.56% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 233 - color contains mainly: red. Hex color #E9168D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9168D is #16E972. Grayscale: #626262. Windows color (decimal): -1501555 or 9246441. OLE color: 9246441.
HSL color Cylindrical-coordinate representation of color #E9168D: hue angle of 326.16º 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 #E9168D is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 22 | 141 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.09 |
| HSL | 326.16º | 0.83% | 0.5% | - |
| HSV(B) | 326.16º | 0.91% | 0.91% | - |
| XYZ | 38.7 | 19.82 | 26.99 | - |
| YUV | 98.66 | 151.9 | 223.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 22 | 141 | 0 | 0.91 | 0.39 | 0.09 | 326.16 | 0.83 | 0.5 |
| Hex | E9 | 16 | 8D | 0 | 5B | 27 | 9 | 146 | 53 | 32 |
| Octal | 351 | 26 | 215 | 0 | 133 | 47 | 11 | 506 | 123 | 62 |
| Binary | 11101001 | 10110 | 10001101 | 0 | 1011011 | 100111 | 1001 | 101000110 | 1010011 | 110010 |
Color Harmonies of #E9168D
Complementary color
Monochromatic Colors of #E9168D
Black with #E9168D
Text Example
Text Example
White with #E9168D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9168D; }
p { color: rgb(233,22,141); }
H1.HeaderClassName
{
color: #E9168D;
}
.AnyTagClassName
{
color: #E9168D;
}
</style>
background-color css
<style>
a { background-color: #E9168D; }
a { background-color: rgb(233,22,141); }
div.DivClassName
{
background-color: #E9168D;
}
.BgClassName
{
background-color: #E9168D;
}
</style>
border-color css
<style>
span { border-color: #E9168D; }
span { border-color: rgb(233,22,141); }
td.TdClassName
{
border-color: #E9168D;
}
.TagClassName
{
border-color: #E9168D;
}
</style>