Shades of Dark Pink #E8607F
Tints of Dark Pink #E8607F
RGB
CMYK
RGB Variations
Color information
#E8607F (or 0xE8607F) is known color: Dark Pink. HEX triplet: E8, 60 and 7F. RGB value is (232,96,127). Sum of RGB (Red+Green+Blue) = 232+96+127=455 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.99% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 232 - color contains mainly: red. Hex color #E8607F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8607F is #179F80. Grayscale: #8C8C8C. Windows color (decimal): -1548161 or 8347880. OLE color: 8347880.
HSL color Cylindrical-coordinate representation of color #E8607F: hue angle of 346.32º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E8607F is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 96 | 127 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.09 |
| HSL | 346.32º | 0.75% | 0.64% | - |
| HSV(B) | 346.32º | 0.59% | 0.91% | - |
| XYZ | 41.29 | 27.05 | 23.12 | - |
| YUV | 140.2 | 120.56 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 96 | 127 | 0 | 0.59 | 0.45 | 0.09 | 346.32 | 0.75 | 0.64 |
| Hex | E8 | 60 | 7F | 0 | 3B | 2D | 9 | 15A | 4B | 40 |
| Octal | 350 | 140 | 177 | 0 | 73 | 55 | 11 | 532 | 113 | 100 |
| Binary | 11101000 | 1100000 | 1111111 | 0 | 111011 | 101101 | 1001 | 101011010 | 1001011 | 1000000 |
Color Harmonies of #E8607F
Complementary color
Monochromatic Colors of #E8607F
Black with #E8607F
Text Example
Text Example
White with #E8607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8607F; }
p { color: rgb(232,96,127); }
H1.HeaderClassName
{
color: #E8607F;
}
.AnyTagClassName
{
color: #E8607F;
}
</style>
background-color css
<style>
a { background-color: #E8607F; }
a { background-color: rgb(232,96,127); }
div.DivClassName
{
background-color: #E8607F;
}
.BgClassName
{
background-color: #E8607F;
}
</style>
border-color css
<style>
span { border-color: #E8607F; }
span { border-color: rgb(232,96,127); }
td.TdClassName
{
border-color: #E8607F;
}
.TagClassName
{
border-color: #E8607F;
}
</style>