Shades of Dark Pink #E5607F
Tints of Dark Pink #E5607F
RGB
CMYK
RGB Variations
Color information
#E5607F (or 0xE5607F) is known color: Dark Pink. HEX triplet: E5, 60 and 7F. RGB value is (229,96,127). Sum of RGB (Red+Green+Blue) = 229+96+127=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E5607F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5607F is #1A9F80. Grayscale: #8B8B8B. Windows color (decimal): -1744769 or 8347877. OLE color: 8347877.
HSL color Cylindrical-coordinate representation of color #E5607F: hue angle of 346.02º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E5607F is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 96 | 127 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.10 |
| HSL | 346.02º | 0.72% | 0.64% | - |
| HSV(B) | 346.02º | 0.58% | 0.9% | - |
| XYZ | 40.33 | 26.56 | 23.08 | - |
| YUV | 139.3 | 121.06 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 127 | 0 | 0.58 | 0.45 | 0.10 | 346.02 | 0.72 | 0.64 |
| Hex | E5 | 60 | 7F | 0 | 3A | 2D | A | 15A | 48 | 40 |
| Octal | 345 | 140 | 177 | 0 | 72 | 55 | 12 | 532 | 110 | 100 |
| Binary | 11100101 | 1100000 | 1111111 | 0 | 111010 | 101101 | 1010 | 101011010 | 1001000 | 1000000 |
Color Harmonies of #E5607F
Complementary color
Monochromatic Colors of #E5607F
Black with #E5607F
Text Example
Text Example
White with #E5607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5607F; }
p { color: rgb(229,96,127); }
H1.HeaderClassName
{
color: #E5607F;
}
.AnyTagClassName
{
color: #E5607F;
}
</style>
background-color css
<style>
a { background-color: #E5607F; }
a { background-color: rgb(229,96,127); }
div.DivClassName
{
background-color: #E5607F;
}
.BgClassName
{
background-color: #E5607F;
}
</style>
border-color css
<style>
span { border-color: #E5607F; }
span { border-color: rgb(229,96,127); }
td.TdClassName
{
border-color: #E5607F;
}
.TagClassName
{
border-color: #E5607F;
}
</style>