Shades of Deep Pink #E9168C
Tints of Deep Pink #E9168C
RGB
CMYK
RGB Variations
Color information
#E9168C (or 0xE9168C) is known color: Deep Pink. HEX triplet: E9, 16 and 8C. RGB value is (233,22,140). Sum of RGB (Red+Green+Blue) = 233+22+140=395 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.99% from 395); Green value is 22 (8.98% from 255 or 5.57% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 233 - color contains mainly: red. Hex color #E9168C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9168C is #16E973. Grayscale: #626262. Windows color (decimal): -1501556 or 9180905. OLE color: 9180905.
HSL color Cylindrical-coordinate representation of color #E9168C: hue angle of 326.45º 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 #E9168C is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 22 | 140 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.09 |
| HSL | 326.45º | 0.83% | 0.5% | - |
| HSV(B) | 326.45º | 0.91% | 0.91% | - |
| XYZ | 38.62 | 19.79 | 26.6 | - |
| YUV | 98.54 | 151.4 | 223.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 22 | 140 | 0 | 0.91 | 0.40 | 0.09 | 326.45 | 0.83 | 0.5 |
| Hex | E9 | 16 | 8C | 0 | 5B | 28 | 9 | 146 | 53 | 32 |
| Octal | 351 | 26 | 214 | 0 | 133 | 50 | 11 | 506 | 123 | 62 |
| Binary | 11101001 | 10110 | 10001100 | 0 | 1011011 | 101000 | 1001 | 101000110 | 1010011 | 110010 |
Color Harmonies of #E9168C
Complementary color
Monochromatic Colors of #E9168C
Black with #E9168C
Text Example
Text Example
White with #E9168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9168C; }
p { color: rgb(233,22,140); }
H1.HeaderClassName
{
color: #E9168C;
}
.AnyTagClassName
{
color: #E9168C;
}
</style>
background-color css
<style>
a { background-color: #E9168C; }
a { background-color: rgb(233,22,140); }
div.DivClassName
{
background-color: #E9168C;
}
.BgClassName
{
background-color: #E9168C;
}
</style>
border-color css
<style>
span { border-color: #E9168C; }
span { border-color: rgb(233,22,140); }
td.TdClassName
{
border-color: #E9168C;
}
.TagClassName
{
border-color: #E9168C;
}
</style>