Shades of Dark Pink #E5607A
Tints of Dark Pink #E5607A
RGB
CMYK
RGB Variations
Color information
#E5607A (or 0xE5607A) is known color: Dark Pink. HEX triplet: E5, 60 and 7A. RGB value is (229,96,122). Sum of RGB (Red+Green+Blue) = 229+96+122=447 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.23% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 229 - color contains mainly: red. Hex color #E5607A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5607A is #1A9F85. Grayscale: #8A8A8A. Windows color (decimal): -1744774 or 8020197. OLE color: 8020197.
HSL color Cylindrical-coordinate representation of color #E5607A: hue angle of 348.27º 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 #E5607A is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 96 | 122 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.10 |
| HSL | 348.27º | 0.72% | 0.64% | - |
| HSV(B) | 348.27º | 0.58% | 0.9% | - |
| XYZ | 40.01 | 26.43 | 21.4 | - |
| YUV | 138.73 | 118.56 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 122 | 0 | 0.58 | 0.47 | 0.10 | 348.27 | 0.72 | 0.64 |
| Hex | E5 | 60 | 7A | 0 | 3A | 2F | A | 15C | 48 | 40 |
| Octal | 345 | 140 | 172 | 0 | 72 | 57 | 12 | 534 | 110 | 100 |
| Binary | 11100101 | 1100000 | 1111010 | 0 | 111010 | 101111 | 1010 | 101011100 | 1001000 | 1000000 |
Color Harmonies of #E5607A
Complementary color
Monochromatic Colors of #E5607A
Black with #E5607A
Text Example
Text Example
White with #E5607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5607A; }
p { color: rgb(229,96,122); }
H1.HeaderClassName
{
color: #E5607A;
}
.AnyTagClassName
{
color: #E5607A;
}
</style>
background-color css
<style>
a { background-color: #E5607A; }
a { background-color: rgb(229,96,122); }
div.DivClassName
{
background-color: #E5607A;
}
.BgClassName
{
background-color: #E5607A;
}
</style>
border-color css
<style>
span { border-color: #E5607A; }
span { border-color: rgb(229,96,122); }
td.TdClassName
{
border-color: #E5607A;
}
.TagClassName
{
border-color: #E5607A;
}
</style>