Shades of Deep Pink #E8167F
Tints of Deep Pink #E8167F
RGB
CMYK
RGB Variations
Color information
#E8167F (or 0xE8167F) is known color: Deep Pink. HEX triplet: E8, 16 and 7F. RGB value is (232,22,127). Sum of RGB (Red+Green+Blue) = 232+22+127=381 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.89% from 381); Green value is 22 (8.98% from 255 or 5.77% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 232 - color contains mainly: red. Hex color #E8167F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8167F is #17E980. Grayscale: #606060. Windows color (decimal): -1567105 or 8328936. OLE color: 8328936.
HSL color Cylindrical-coordinate representation of color #E8167F: hue angle of 330º 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 #E8167F is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 22 | 127 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.09 |
| HSL | 330º | 0.83% | 0.5% | - |
| HSV(B) | 330º | 0.91% | 0.91% | - |
| XYZ | 37.4 | 19.26 | 21.83 | - |
| YUV | 96.76 | 145.07 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 22 | 127 | 0 | 0.91 | 0.45 | 0.09 | 330 | 0.83 | 0.5 |
| Hex | E8 | 16 | 7F | 0 | 5B | 2D | 9 | 14A | 53 | 32 |
| Octal | 350 | 26 | 177 | 0 | 133 | 55 | 11 | 512 | 123 | 62 |
| Binary | 11101000 | 10110 | 1111111 | 0 | 1011011 | 101101 | 1001 | 101001010 | 1010011 | 110010 |
Color Harmonies of #E8167F
Complementary color
Monochromatic Colors of #E8167F
Black with #E8167F
Text Example
Text Example
White with #E8167F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8167F; }
p { color: rgb(232,22,127); }
H1.HeaderClassName
{
color: #E8167F;
}
.AnyTagClassName
{
color: #E8167F;
}
</style>
background-color css
<style>
a { background-color: #E8167F; }
a { background-color: rgb(232,22,127); }
div.DivClassName
{
background-color: #E8167F;
}
.BgClassName
{
background-color: #E8167F;
}
</style>
border-color css
<style>
span { border-color: #E8167F; }
span { border-color: rgb(232,22,127); }
td.TdClassName
{
border-color: #E8167F;
}
.TagClassName
{
border-color: #E8167F;
}
</style>