Shades of Dark Pink #E5607B
Tints of Dark Pink #E5607B
RGB
CMYK
RGB Variations
Color information
#E5607B (or 0xE5607B) is known color: Dark Pink. HEX triplet: E5, 60 and 7B. RGB value is (229,96,123). Sum of RGB (Red+Green+Blue) = 229+96+123=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E5607B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5607B is #1A9F84. Grayscale: #8A8A8A. Windows color (decimal): -1744773 or 8085733. OLE color: 8085733.
HSL color Cylindrical-coordinate representation of color #E5607B: hue angle of 347.82º 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 #E5607B is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 96 | 123 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.10 |
| HSL | 347.82º | 0.72% | 0.64% | - |
| HSV(B) | 347.82º | 0.58% | 0.9% | - |
| XYZ | 40.07 | 26.45 | 21.73 | - |
| YUV | 138.85 | 119.06 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 123 | 0 | 0.58 | 0.46 | 0.10 | 347.82 | 0.72 | 0.64 |
| Hex | E5 | 60 | 7B | 0 | 3A | 2E | A | 15C | 48 | 40 |
| Octal | 345 | 140 | 173 | 0 | 72 | 56 | 12 | 534 | 110 | 100 |
| Binary | 11100101 | 1100000 | 1111011 | 0 | 111010 | 101110 | 1010 | 101011100 | 1001000 | 1000000 |
Color Harmonies of #E5607B
Complementary color
Monochromatic Colors of #E5607B
Black with #E5607B
Text Example
Text Example
White with #E5607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5607B; }
p { color: rgb(229,96,123); }
H1.HeaderClassName
{
color: #E5607B;
}
.AnyTagClassName
{
color: #E5607B;
}
</style>
background-color css
<style>
a { background-color: #E5607B; }
a { background-color: rgb(229,96,123); }
div.DivClassName
{
background-color: #E5607B;
}
.BgClassName
{
background-color: #E5607B;
}
</style>
border-color css
<style>
span { border-color: #E5607B; }
span { border-color: rgb(229,96,123); }
td.TdClassName
{
border-color: #E5607B;
}
.TagClassName
{
border-color: #E5607B;
}
</style>