Shades of Deep Pink #E8168F
Tints of Deep Pink #E8168F
RGB
CMYK
RGB Variations
Color information
#E8168F (or 0xE8168F) is known color: Deep Pink. HEX triplet: E8, 16 and 8F. RGB value is (232,22,143). Sum of RGB (Red+Green+Blue) = 232+22+143=397 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.44% from 397); Green value is 22 (8.98% from 255 or 5.54% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 232 - color contains mainly: red. Hex color #E8168F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8168F is #17E970. Grayscale: #626262. Windows color (decimal): -1567089 or 9377512. OLE color: 9377512.
HSL color Cylindrical-coordinate representation of color #E8168F: hue angle of 325.43º 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 #E8168F is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 22 | 143 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.09 |
| HSL | 325.43º | 0.83% | 0.5% | - |
| HSV(B) | 325.43º | 0.91% | 0.91% | - |
| XYZ | 38.52 | 19.71 | 27.76 | - |
| YUV | 98.58 | 153.07 | 223.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 22 | 143 | 0 | 0.91 | 0.38 | 0.09 | 325.43 | 0.83 | 0.5 |
| Hex | E8 | 16 | 8F | 0 | 5B | 26 | 9 | 145 | 53 | 32 |
| Octal | 350 | 26 | 217 | 0 | 133 | 46 | 11 | 505 | 123 | 62 |
| Binary | 11101000 | 10110 | 10001111 | 0 | 1011011 | 100110 | 1001 | 101000101 | 1010011 | 110010 |
Color Harmonies of #E8168F
Complementary color
Monochromatic Colors of #E8168F
Black with #E8168F
Text Example
Text Example
White with #E8168F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8168F; }
p { color: rgb(232,22,143); }
H1.HeaderClassName
{
color: #E8168F;
}
.AnyTagClassName
{
color: #E8168F;
}
</style>
background-color css
<style>
a { background-color: #E8168F; }
a { background-color: rgb(232,22,143); }
div.DivClassName
{
background-color: #E8168F;
}
.BgClassName
{
background-color: #E8168F;
}
</style>
border-color css
<style>
span { border-color: #E8168F; }
span { border-color: rgb(232,22,143); }
td.TdClassName
{
border-color: #E8168F;
}
.TagClassName
{
border-color: #E8168F;
}
</style>