Shades of Dark Pink #E55F7B
Tints of Dark Pink #E55F7B
RGB
CMYK
RGB Variations
Color information
#E55F7B (or 0xE55F7B) is known color: Dark Pink. HEX triplet: E5, 5F and 7B. RGB value is (229,95,123). Sum of RGB (Red+Green+Blue) = 229+95+123=447 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.23% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55F7B is #1AA084. Grayscale: #8A8A8A. Windows color (decimal): -1745029 or 8085477. OLE color: 8085477.
HSL color Cylindrical-coordinate representation of color #E55F7B: hue angle of 347.46º 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 #E55F7B is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 95 | 123 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.10 |
| HSL | 347.46º | 0.72% | 0.64% | - |
| HSV(B) | 347.46º | 0.59% | 0.9% | - |
| XYZ | 39.98 | 26.27 | 21.7 | - |
| YUV | 138.26 | 119.39 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 95 | 123 | 0 | 0.59 | 0.46 | 0.10 | 347.46 | 0.72 | 0.64 |
| Hex | E5 | 5F | 7B | 0 | 3B | 2E | A | 15B | 48 | 40 |
| Octal | 345 | 137 | 173 | 0 | 73 | 56 | 12 | 533 | 110 | 100 |
| Binary | 11100101 | 1011111 | 1111011 | 0 | 111011 | 101110 | 1010 | 101011011 | 1001000 | 1000000 |
Color Harmonies of #E55F7B
Complementary color
Monochromatic Colors of #E55F7B
Black with #E55F7B
Text Example
Text Example
White with #E55F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55F7B; }
p { color: rgb(229,95,123); }
H1.HeaderClassName
{
color: #E55F7B;
}
.AnyTagClassName
{
color: #E55F7B;
}
</style>
background-color css
<style>
a { background-color: #E55F7B; }
a { background-color: rgb(229,95,123); }
div.DivClassName
{
background-color: #E55F7B;
}
.BgClassName
{
background-color: #E55F7B;
}
</style>
border-color css
<style>
span { border-color: #E55F7B; }
span { border-color: rgb(229,95,123); }
td.TdClassName
{
border-color: #E55F7B;
}
.TagClassName
{
border-color: #E55F7B;
}
</style>