Shades of Dark Pink #E55675
Tints of Dark Pink #E55675
RGB
CMYK
RGB Variations
Color information
#E55675 (or 0xE55675) is known color: Dark Pink. HEX triplet: E5, 56 and 75. RGB value is (229,86,117). Sum of RGB (Red+Green+Blue) = 229+86+117=432 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.01% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 229 - color contains mainly: red. Hex color #E55675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55675 is #1AA98A. Grayscale: #848484. Windows color (decimal): -1747339 or 7689957. OLE color: 7689957.
HSL color Cylindrical-coordinate representation of color #E55675: hue angle of 346.99º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E55675 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 86 | 117 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.10 |
| HSL | 346.99º | 0.73% | 0.62% | - |
| HSV(B) | 346.99º | 0.62% | 0.9% | - |
| XYZ | 38.85 | 24.6 | 19.53 | - |
| YUV | 132.29 | 119.38 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 86 | 117 | 0 | 0.62 | 0.49 | 0.10 | 346.99 | 0.73 | 0.62 |
| Hex | E5 | 56 | 75 | 0 | 3E | 31 | A | 15B | 49 | 3E |
| Octal | 345 | 126 | 165 | 0 | 76 | 61 | 12 | 533 | 111 | 76 |
| Binary | 11100101 | 1010110 | 1110101 | 0 | 111110 | 110001 | 1010 | 101011011 | 1001001 | 111110 |
Color Harmonies of #E55675
Complementary color
Monochromatic Colors of #E55675
Black with #E55675
Text Example
Text Example
White with #E55675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55675; }
p { color: rgb(229,86,117); }
H1.HeaderClassName
{
color: #E55675;
}
.AnyTagClassName
{
color: #E55675;
}
</style>
background-color css
<style>
a { background-color: #E55675; }
a { background-color: rgb(229,86,117); }
div.DivClassName
{
background-color: #E55675;
}
.BgClassName
{
background-color: #E55675;
}
</style>
border-color css
<style>
span { border-color: #E55675; }
span { border-color: rgb(229,86,117); }
td.TdClassName
{
border-color: #E55675;
}
.TagClassName
{
border-color: #E55675;
}
</style>