Shades of Deep Pink #E8168B
Tints of Deep Pink #E8168B
RGB
CMYK
RGB Variations
Color information
#E8168B (or 0xE8168B) is known color: Deep Pink. HEX triplet: E8, 16 and 8B. RGB value is (232,22,139). Sum of RGB (Red+Green+Blue) = 232+22+139=393 (52% of max value = 765). Red value is 232 (91.02% from 255 or 59.03% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 232 - color contains mainly: red. Hex color #E8168B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8168B is #17E974. Grayscale: #616161. Windows color (decimal): -1567093 or 9115368. OLE color: 9115368.
HSL color Cylindrical-coordinate representation of color #E8168B: hue angle of 326.57º 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 #E8168B is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 22 | 139 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.09 |
| HSL | 326.57º | 0.83% | 0.5% | - |
| HSV(B) | 326.57º | 0.91% | 0.91% | - |
| XYZ | 38.23 | 19.59 | 26.19 | - |
| YUV | 98.13 | 151.07 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 22 | 139 | 0 | 0.91 | 0.40 | 0.09 | 326.57 | 0.83 | 0.5 |
| Hex | E8 | 16 | 8B | 0 | 5B | 28 | 9 | 147 | 53 | 32 |
| Octal | 350 | 26 | 213 | 0 | 133 | 50 | 11 | 507 | 123 | 62 |
| Binary | 11101000 | 10110 | 10001011 | 0 | 1011011 | 101000 | 1001 | 101000111 | 1010011 | 110010 |
Color Harmonies of #E8168B
Complementary color
Monochromatic Colors of #E8168B
Black with #E8168B
Text Example
Text Example
White with #E8168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8168B; }
p { color: rgb(232,22,139); }
H1.HeaderClassName
{
color: #E8168B;
}
.AnyTagClassName
{
color: #E8168B;
}
</style>
background-color css
<style>
a { background-color: #E8168B; }
a { background-color: rgb(232,22,139); }
div.DivClassName
{
background-color: #E8168B;
}
.BgClassName
{
background-color: #E8168B;
}
</style>
border-color css
<style>
span { border-color: #E8168B; }
span { border-color: rgb(232,22,139); }
td.TdClassName
{
border-color: #E8168B;
}
.TagClassName
{
border-color: #E8168B;
}
</style>