Shades of Deep Pink #E8177F
Tints of Deep Pink #E8177F
RGB
CMYK
RGB Variations
Color information
#E8177F (or 0xE8177F) is known color: Deep Pink. HEX triplet: E8, 17 and 7F. RGB value is (232,23,127). Sum of RGB (Red+Green+Blue) = 232+23+127=382 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.73% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 232 - color contains mainly: red. Hex color #E8177F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8177F is #17E880. Grayscale: #616161. Windows color (decimal): -1566849 or 8329192. OLE color: 8329192.
HSL color Cylindrical-coordinate representation of color #E8177F: hue angle of 330.14º 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 #E8177F is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 23 | 127 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.09 |
| HSL | 330.14º | 0.82% | 0.5% | - |
| HSV(B) | 330.14º | 0.9% | 0.91% | - |
| XYZ | 37.42 | 19.3 | 21.83 | - |
| YUV | 97.35 | 144.74 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 23 | 127 | 0 | 0.90 | 0.45 | 0.09 | 330.14 | 0.82 | 0.5 |
| Hex | E8 | 17 | 7F | 0 | 5A | 2D | 9 | 14A | 52 | 32 |
| Octal | 350 | 27 | 177 | 0 | 132 | 55 | 11 | 512 | 122 | 62 |
| Binary | 11101000 | 10111 | 1111111 | 0 | 1011010 | 101101 | 1001 | 101001010 | 1010010 | 110010 |
Color Harmonies of #E8177F
Complementary color
Monochromatic Colors of #E8177F
Black with #E8177F
Text Example
Text Example
White with #E8177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8177F; }
p { color: rgb(232,23,127); }
H1.HeaderClassName
{
color: #E8177F;
}
.AnyTagClassName
{
color: #E8177F;
}
</style>
background-color css
<style>
a { background-color: #E8177F; }
a { background-color: rgb(232,23,127); }
div.DivClassName
{
background-color: #E8177F;
}
.BgClassName
{
background-color: #E8177F;
}
</style>
border-color css
<style>
span { border-color: #E8177F; }
span { border-color: rgb(232,23,127); }
td.TdClassName
{
border-color: #E8177F;
}
.TagClassName
{
border-color: #E8177F;
}
</style>