Shades of Dark Pink #E5607D
Tints of Dark Pink #E5607D
RGB
CMYK
RGB Variations
Color information
#E5607D (or 0xE5607D) is known color: Dark Pink. HEX triplet: E5, 60 and 7D. RGB value is (229,96,125). Sum of RGB (Red+Green+Blue) = 229+96+125=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E5607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5607D is #1A9F82. Grayscale: #8B8B8B. Windows color (decimal): -1744771 or 8216805. OLE color: 8216805.
HSL color Cylindrical-coordinate representation of color #E5607D: hue angle of 346.92º 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 #E5607D is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 96 | 125 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.10 |
| HSL | 346.92º | 0.72% | 0.64% | - |
| HSV(B) | 346.92º | 0.58% | 0.9% | - |
| XYZ | 40.2 | 26.5 | 22.4 | - |
| YUV | 139.07 | 120.06 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 125 | 0 | 0.58 | 0.45 | 0.10 | 346.92 | 0.72 | 0.64 |
| Hex | E5 | 60 | 7D | 0 | 3A | 2D | A | 15B | 48 | 40 |
| Octal | 345 | 140 | 175 | 0 | 72 | 55 | 12 | 533 | 110 | 100 |
| Binary | 11100101 | 1100000 | 1111101 | 0 | 111010 | 101101 | 1010 | 101011011 | 1001000 | 1000000 |
Color Harmonies of #E5607D
Complementary color
Monochromatic Colors of #E5607D
Black with #E5607D
Text Example
Text Example
White with #E5607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5607D; }
p { color: rgb(229,96,125); }
H1.HeaderClassName
{
color: #E5607D;
}
.AnyTagClassName
{
color: #E5607D;
}
</style>
background-color css
<style>
a { background-color: #E5607D; }
a { background-color: rgb(229,96,125); }
div.DivClassName
{
background-color: #E5607D;
}
.BgClassName
{
background-color: #E5607D;
}
</style>
border-color css
<style>
span { border-color: #E5607D; }
span { border-color: rgb(229,96,125); }
td.TdClassName
{
border-color: #E5607D;
}
.TagClassName
{
border-color: #E5607D;
}
</style>