Shades of Dark Pink #E55B7E
Tints of Dark Pink #E55B7E
RGB
CMYK
RGB Variations
Color information
#E55B7E (or 0xE55B7E) is known color: Dark Pink. HEX triplet: E5, 5B and 7E. RGB value is (229,91,126). Sum of RGB (Red+Green+Blue) = 229+91+126=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E55B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55B7E is #1AA481. Grayscale: #888888. Windows color (decimal): -1746050 or 8281061. OLE color: 8281061.
HSL color Cylindrical-coordinate representation of color #E55B7E: hue angle of 344.78º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E55B7E is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 91 | 126 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.10 |
| HSL | 344.78º | 0.73% | 0.63% | - |
| HSV(B) | 344.78º | 0.6% | 0.9% | - |
| XYZ | 39.82 | 25.65 | 22.59 | - |
| YUV | 136.25 | 122.22 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 91 | 126 | 0 | 0.60 | 0.45 | 0.10 | 344.78 | 0.73 | 0.63 |
| Hex | E5 | 5B | 7E | 0 | 3C | 2D | A | 159 | 49 | 3F |
| Octal | 345 | 133 | 176 | 0 | 74 | 55 | 12 | 531 | 111 | 77 |
| Binary | 11100101 | 1011011 | 1111110 | 0 | 111100 | 101101 | 1010 | 101011001 | 1001001 | 111111 |
Color Harmonies of #E55B7E
Complementary color
Monochromatic Colors of #E55B7E
Black with #E55B7E
Text Example
Text Example
White with #E55B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55B7E; }
p { color: rgb(229,91,126); }
H1.HeaderClassName
{
color: #E55B7E;
}
.AnyTagClassName
{
color: #E55B7E;
}
</style>
background-color css
<style>
a { background-color: #E55B7E; }
a { background-color: rgb(229,91,126); }
div.DivClassName
{
background-color: #E55B7E;
}
.BgClassName
{
background-color: #E55B7E;
}
</style>
border-color css
<style>
span { border-color: #E55B7E; }
span { border-color: rgb(229,91,126); }
td.TdClassName
{
border-color: #E55B7E;
}
.TagClassName
{
border-color: #E55B7E;
}
</style>