Shades of Dark Pink #E55A74
Tints of Dark Pink #E55A74
RGB
CMYK
RGB Variations
Color information
#E55A74 (or 0xE55A74) is known color: Dark Pink. HEX triplet: E5, 5A and 74. RGB value is (229,90,116). Sum of RGB (Red+Green+Blue) = 229+90+116=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55A74 is #1AA58B. Grayscale: #868686. Windows color (decimal): -1746316 or 7625445. OLE color: 7625445.
HSL color Cylindrical-coordinate representation of color #E55A74: hue angle of 348.78º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E55A74 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 90 | 116 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.10 |
| HSL | 348.78º | 0.73% | 0.63% | - |
| HSV(B) | 348.78º | 0.61% | 0.9% | - |
| XYZ | 39.12 | 25.23 | 19.33 | - |
| YUV | 134.53 | 117.55 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 116 | 0 | 0.61 | 0.49 | 0.10 | 348.78 | 0.73 | 0.63 |
| Hex | E5 | 5A | 74 | 0 | 3D | 31 | A | 15D | 49 | 3F |
| Octal | 345 | 132 | 164 | 0 | 75 | 61 | 12 | 535 | 111 | 77 |
| Binary | 11100101 | 1011010 | 1110100 | 0 | 111101 | 110001 | 1010 | 101011101 | 1001001 | 111111 |
Color Harmonies of #E55A74
Complementary color
Monochromatic Colors of #E55A74
Black with #E55A74
Text Example
Text Example
White with #E55A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55A74; }
p { color: rgb(229,90,116); }
H1.HeaderClassName
{
color: #E55A74;
}
.AnyTagClassName
{
color: #E55A74;
}
</style>
background-color css
<style>
a { background-color: #E55A74; }
a { background-color: rgb(229,90,116); }
div.DivClassName
{
background-color: #E55A74;
}
.BgClassName
{
background-color: #E55A74;
}
</style>
border-color css
<style>
span { border-color: #E55A74; }
span { border-color: rgb(229,90,116); }
td.TdClassName
{
border-color: #E55A74;
}
.TagClassName
{
border-color: #E55A74;
}
</style>