Shades of Deep Pink #E8178A
Tints of Deep Pink #E8178A
RGB
CMYK
RGB Variations
Color information
#E8178A (or 0xE8178A) is known color: Deep Pink. HEX triplet: E8, 17 and 8A. RGB value is (232,23,138). Sum of RGB (Red+Green+Blue) = 232+23+138=393 (52% of max value = 765). Red value is 232 (91.02% from 255 or 59.03% from 393); Green value is 23 (9.38% from 255 or 5.85% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 232 - color contains mainly: red. Hex color #E8178A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8178A is #17E875. Grayscale: #626262. Windows color (decimal): -1566838 or 9050088. OLE color: 9050088.
HSL color Cylindrical-coordinate representation of color #E8178A: hue angle of 326.99º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E8178A is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 23 | 138 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.09 |
| HSL | 326.99º | 0.82% | 0.5% | - |
| HSV(B) | 326.99º | 0.9% | 0.91% | - |
| XYZ | 38.17 | 19.6 | 25.82 | - |
| YUV | 98.6 | 150.24 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 23 | 138 | 0 | 0.90 | 0.41 | 0.09 | 326.99 | 0.82 | 0.5 |
| Hex | E8 | 17 | 8A | 0 | 5A | 29 | 9 | 147 | 52 | 32 |
| Octal | 350 | 27 | 212 | 0 | 132 | 51 | 11 | 507 | 122 | 62 |
| Binary | 11101000 | 10111 | 10001010 | 0 | 1011010 | 101001 | 1001 | 101000111 | 1010010 | 110010 |
Color Harmonies of #E8178A
Complementary color
Monochromatic Colors of #E8178A
Black with #E8178A
Text Example
Text Example
White with #E8178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8178A; }
p { color: rgb(232,23,138); }
H1.HeaderClassName
{
color: #E8178A;
}
.AnyTagClassName
{
color: #E8178A;
}
</style>
background-color css
<style>
a { background-color: #E8178A; }
a { background-color: rgb(232,23,138); }
div.DivClassName
{
background-color: #E8178A;
}
.BgClassName
{
background-color: #E8178A;
}
</style>
border-color css
<style>
span { border-color: #E8178A; }
span { border-color: rgb(232,23,138); }
td.TdClassName
{
border-color: #E8178A;
}
.TagClassName
{
border-color: #E8178A;
}
</style>