Shades of Dark Pink #E45478
Tints of Dark Pink #E45478
RGB
CMYK
RGB Variations
Color information
#E45478 (or 0xE45478) is known color: Dark Pink. HEX triplet: E4, 54 and 78. RGB value is (228,84,120). Sum of RGB (Red+Green+Blue) = 228+84+120=432 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.78% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 120 (47.27% from 255 or 27.78% from 432); Max value from RGB is 228 - color contains mainly: red. Hex color #E45478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45478 is #1BAB87. Grayscale: #838383. Windows color (decimal): -1813384 or 7886052. OLE color: 7886052.
HSL color Cylindrical-coordinate representation of color #E45478: hue angle of 345º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E45478 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 84 | 120 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.11 |
| HSL | 345º | 0.73% | 0.61% | - |
| HSV(B) | 345º | 0.63% | 0.89% | - |
| XYZ | 38.56 | 24.19 | 20.41 | - |
| YUV | 131.16 | 121.71 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 84 | 120 | 0 | 0.63 | 0.47 | 0.11 | 345 | 0.73 | 0.61 |
| Hex | E4 | 54 | 78 | 0 | 3F | 2F | B | 159 | 49 | 3D |
| Octal | 344 | 124 | 170 | 0 | 77 | 57 | 13 | 531 | 111 | 75 |
| Binary | 11100100 | 1010100 | 1111000 | 0 | 111111 | 101111 | 1011 | 101011001 | 1001001 | 111101 |
Color Harmonies of #E45478
Complementary color
Monochromatic Colors of #E45478
Black with #E45478
Text Example
Text Example
White with #E45478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45478; }
p { color: rgb(228,84,120); }
H1.HeaderClassName
{
color: #E45478;
}
.AnyTagClassName
{
color: #E45478;
}
</style>
background-color css
<style>
a { background-color: #E45478; }
a { background-color: rgb(228,84,120); }
div.DivClassName
{
background-color: #E45478;
}
.BgClassName
{
background-color: #E45478;
}
</style>
border-color css
<style>
span { border-color: #E45478; }
span { border-color: rgb(228,84,120); }
td.TdClassName
{
border-color: #E45478;
}
.TagClassName
{
border-color: #E45478;
}
</style>