Shades of Dark Pink #E55F7E
Tints of Dark Pink #E55F7E
RGB
CMYK
RGB Variations
Color information
#E55F7E (or 0xE55F7E) is known color: Dark Pink. HEX triplet: E5, 5F and 7E. RGB value is (229,95,126). Sum of RGB (Red+Green+Blue) = 229+95+126=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55F7E is #1AA081. Grayscale: #8A8A8A. Windows color (decimal): -1745026 or 8282085. OLE color: 8282085.
HSL color Cylindrical-coordinate representation of color #E55F7E: hue angle of 346.12º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55F7E is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 95 | 126 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.10 |
| HSL | 346.12º | 0.72% | 0.64% | - |
| HSV(B) | 346.12º | 0.59% | 0.9% | - |
| XYZ | 40.17 | 26.35 | 22.71 | - |
| YUV | 138.6 | 120.89 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 95 | 126 | 0 | 0.59 | 0.45 | 0.10 | 346.12 | 0.72 | 0.64 |
| Hex | E5 | 5F | 7E | 0 | 3B | 2D | A | 15A | 48 | 40 |
| Octal | 345 | 137 | 176 | 0 | 73 | 55 | 12 | 532 | 110 | 100 |
| Binary | 11100101 | 1011111 | 1111110 | 0 | 111011 | 101101 | 1010 | 101011010 | 1001000 | 1000000 |
Color Harmonies of #E55F7E
Complementary color
Monochromatic Colors of #E55F7E
Black with #E55F7E
Text Example
Text Example
White with #E55F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55F7E; }
p { color: rgb(229,95,126); }
H1.HeaderClassName
{
color: #E55F7E;
}
.AnyTagClassName
{
color: #E55F7E;
}
</style>
background-color css
<style>
a { background-color: #E55F7E; }
a { background-color: rgb(229,95,126); }
div.DivClassName
{
background-color: #E55F7E;
}
.BgClassName
{
background-color: #E55F7E;
}
</style>
border-color css
<style>
span { border-color: #E55F7E; }
span { border-color: rgb(229,95,126); }
td.TdClassName
{
border-color: #E55F7E;
}
.TagClassName
{
border-color: #E55F7E;
}
</style>