Shades of Dark Pink #E5507A
Tints of Dark Pink #E5507A
RGB
CMYK
RGB Variations
Color information
#E5507A (or 0xE5507A) is known color: Dark Pink. HEX triplet: E5, 50 and 7A. RGB value is (229,80,122). Sum of RGB (Red+Green+Blue) = 229+80+122=431 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.13% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 229 - color contains mainly: red. Hex color #E5507A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5507A is #1AAF85. Grayscale: #818181. Windows color (decimal): -1748870 or 8016101. OLE color: 8016101.
HSL color Cylindrical-coordinate representation of color #E5507A: hue angle of 343.09º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E5507A is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 80 | 122 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.10 |
| HSL | 343.09º | 0.74% | 0.61% | - |
| HSV(B) | 343.09º | 0.65% | 0.9% | - |
| XYZ | 38.69 | 23.8 | 20.97 | - |
| YUV | 129.34 | 123.86 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 80 | 122 | 0 | 0.65 | 0.47 | 0.10 | 343.09 | 0.74 | 0.61 |
| Hex | E5 | 50 | 7A | 0 | 41 | 2F | A | 157 | 4A | 3D |
| Octal | 345 | 120 | 172 | 0 | 101 | 57 | 12 | 527 | 112 | 75 |
| Binary | 11100101 | 1010000 | 1111010 | 0 | 1000001 | 101111 | 1010 | 101010111 | 1001010 | 111101 |
Color Harmonies of #E5507A
Complementary color
Monochromatic Colors of #E5507A
Black with #E5507A
Text Example
Text Example
White with #E5507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5507A; }
p { color: rgb(229,80,122); }
H1.HeaderClassName
{
color: #E5507A;
}
.AnyTagClassName
{
color: #E5507A;
}
</style>
background-color css
<style>
a { background-color: #E5507A; }
a { background-color: rgb(229,80,122); }
div.DivClassName
{
background-color: #E5507A;
}
.BgClassName
{
background-color: #E5507A;
}
</style>
border-color css
<style>
span { border-color: #E5507A; }
span { border-color: rgb(229,80,122); }
td.TdClassName
{
border-color: #E5507A;
}
.TagClassName
{
border-color: #E5507A;
}
</style>