Shades of Deep Pink #E9168A
Tints of Deep Pink #E9168A
RGB
CMYK
RGB Variations
Color information
#E9168A (or 0xE9168A) is known color: Deep Pink. HEX triplet: E9, 16 and 8A. RGB value is (233,22,138). Sum of RGB (Red+Green+Blue) = 233+22+138=393 (52% of max value = 765). Red value is 233 (91.41% from 255 or 59.29% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 233 - color contains mainly: red. Hex color #E9168A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9168A is #16E975. Grayscale: #626262. Windows color (decimal): -1501558 or 9049833. OLE color: 9049833.
HSL color Cylindrical-coordinate representation of color #E9168A: hue angle of 327.01º 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 #E9168A is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 22 | 138 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.09 |
| HSL | 327.01º | 0.83% | 0.5% | - |
| HSV(B) | 327.01º | 0.91% | 0.91% | - |
| XYZ | 38.48 | 19.73 | 25.83 | - |
| YUV | 98.31 | 150.4 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 22 | 138 | 0 | 0.91 | 0.41 | 0.09 | 327.01 | 0.83 | 0.5 |
| Hex | E9 | 16 | 8A | 0 | 5B | 29 | 9 | 147 | 53 | 32 |
| Octal | 351 | 26 | 212 | 0 | 133 | 51 | 11 | 507 | 123 | 62 |
| Binary | 11101001 | 10110 | 10001010 | 0 | 1011011 | 101001 | 1001 | 101000111 | 1010011 | 110010 |
Color Harmonies of #E9168A
Complementary color
Monochromatic Colors of #E9168A
Black with #E9168A
Text Example
Text Example
White with #E9168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9168A; }
p { color: rgb(233,22,138); }
H1.HeaderClassName
{
color: #E9168A;
}
.AnyTagClassName
{
color: #E9168A;
}
</style>
background-color css
<style>
a { background-color: #E9168A; }
a { background-color: rgb(233,22,138); }
div.DivClassName
{
background-color: #E9168A;
}
.BgClassName
{
background-color: #E9168A;
}
</style>
border-color css
<style>
span { border-color: #E9168A; }
span { border-color: rgb(233,22,138); }
td.TdClassName
{
border-color: #E9168A;
}
.TagClassName
{
border-color: #E9168A;
}
</style>