Shades of Deep Pink #E8179A
Tints of Deep Pink #E8179A
RGB
CMYK
RGB Variations
Color information
#E8179A (or 0xE8179A) is known color: Deep Pink. HEX triplet: E8, 17 and 9A. RGB value is (232,23,154). Sum of RGB (Red+Green+Blue) = 232+23+154=409 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.72% from 409); Green value is 23 (9.38% from 255 or 5.62% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 232 - color contains mainly: red. Hex color #E8179A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8179A is #17E865. Grayscale: #646464. Windows color (decimal): -1566822 or 10098664. OLE color: 10098664.
HSL color Cylindrical-coordinate representation of color #E8179A: hue angle of 322.39º 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 #E8179A is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 23 | 154 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.09 |
| HSL | 322.39º | 0.82% | 0.5% | - |
| HSV(B) | 322.39º | 0.9% | 0.91% | - |
| XYZ | 39.42 | 20.1 | 32.37 | - |
| YUV | 100.43 | 158.24 | 221.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 23 | 154 | 0 | 0.90 | 0.34 | 0.09 | 322.39 | 0.82 | 0.5 |
| Hex | E8 | 17 | 9A | 0 | 5A | 22 | 9 | 142 | 52 | 32 |
| Octal | 350 | 27 | 232 | 0 | 132 | 42 | 11 | 502 | 122 | 62 |
| Binary | 11101000 | 10111 | 10011010 | 0 | 1011010 | 100010 | 1001 | 101000010 | 1010010 | 110010 |
Color Harmonies of #E8179A
Complementary color
Monochromatic Colors of #E8179A
Black with #E8179A
Text Example
Text Example
White with #E8179A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8179A; }
p { color: rgb(232,23,154); }
H1.HeaderClassName
{
color: #E8179A;
}
.AnyTagClassName
{
color: #E8179A;
}
</style>
background-color css
<style>
a { background-color: #E8179A; }
a { background-color: rgb(232,23,154); }
div.DivClassName
{
background-color: #E8179A;
}
.BgClassName
{
background-color: #E8179A;
}
</style>
border-color css
<style>
span { border-color: #E8179A; }
span { border-color: rgb(232,23,154); }
td.TdClassName
{
border-color: #E8179A;
}
.TagClassName
{
border-color: #E8179A;
}
</style>