Shades of Dark Pink #E45D75
Tints of Dark Pink #E45D75
RGB
CMYK
RGB Variations
Color information
#E45D75 (or 0xE45D75) is known color: Dark Pink. HEX triplet: E4, 5D and 75. RGB value is (228,93,117). Sum of RGB (Red+Green+Blue) = 228+93+117=438 (58% of max value = 765). Red value is 228 (89.45% from 255 or 52.05% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 228 - color contains mainly: red. Hex color #E45D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45D75 is #1BA28A. Grayscale: #888888. Windows color (decimal): -1811083 or 7691748. OLE color: 7691748.
HSL color Cylindrical-coordinate representation of color #E45D75: hue angle of 349.33º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E45D75 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 93 | 117 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.11 |
| HSL | 349.33º | 0.71% | 0.63% | - |
| HSV(B) | 349.33º | 0.59% | 0.89% | - |
| XYZ | 39.12 | 25.61 | 19.71 | - |
| YUV | 136.1 | 117.23 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 93 | 117 | 0 | 0.59 | 0.49 | 0.11 | 349.33 | 0.71 | 0.63 |
| Hex | E4 | 5D | 75 | 0 | 3B | 31 | B | 15D | 47 | 3F |
| Octal | 344 | 135 | 165 | 0 | 73 | 61 | 13 | 535 | 107 | 77 |
| Binary | 11100100 | 1011101 | 1110101 | 0 | 111011 | 110001 | 1011 | 101011101 | 1000111 | 111111 |
Color Harmonies of #E45D75
Complementary color
Monochromatic Colors of #E45D75
Black with #E45D75
Text Example
Text Example
White with #E45D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45D75; }
p { color: rgb(228,93,117); }
H1.HeaderClassName
{
color: #E45D75;
}
.AnyTagClassName
{
color: #E45D75;
}
</style>
background-color css
<style>
a { background-color: #E45D75; }
a { background-color: rgb(228,93,117); }
div.DivClassName
{
background-color: #E45D75;
}
.BgClassName
{
background-color: #E45D75;
}
</style>
border-color css
<style>
span { border-color: #E45D75; }
span { border-color: rgb(228,93,117); }
td.TdClassName
{
border-color: #E45D75;
}
.TagClassName
{
border-color: #E45D75;
}
</style>