Shades of Dark Pink #E45A7B
Tints of Dark Pink #E45A7B
RGB
CMYK
RGB Variations
Color information
#E45A7B (or 0xE45A7B) is known color: Dark Pink. HEX triplet: E4, 5A and 7B. RGB value is (228,90,123). Sum of RGB (Red+Green+Blue) = 228+90+123=441 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.70% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 228 - color contains mainly: red. Hex color #E45A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45A7B is #1BA584. Grayscale: #878787. Windows color (decimal): -1811845 or 8084196. OLE color: 8084196.
HSL color Cylindrical-coordinate representation of color #E45A7B: hue angle of 345.65º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E45A7B is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 90 | 123 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.11 |
| HSL | 345.65º | 0.72% | 0.62% | - |
| HSV(B) | 345.65º | 0.61% | 0.89% | - |
| XYZ | 39.23 | 25.24 | 21.54 | - |
| YUV | 135.02 | 121.22 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 90 | 123 | 0 | 0.61 | 0.46 | 0.11 | 345.65 | 0.72 | 0.62 |
| Hex | E4 | 5A | 7B | 0 | 3D | 2E | B | 15A | 48 | 3E |
| Octal | 344 | 132 | 173 | 0 | 75 | 56 | 13 | 532 | 110 | 76 |
| Binary | 11100100 | 1011010 | 1111011 | 0 | 111101 | 101110 | 1011 | 101011010 | 1001000 | 111110 |
Color Harmonies of #E45A7B
Complementary color
Monochromatic Colors of #E45A7B
Black with #E45A7B
Text Example
Text Example
White with #E45A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45A7B; }
p { color: rgb(228,90,123); }
H1.HeaderClassName
{
color: #E45A7B;
}
.AnyTagClassName
{
color: #E45A7B;
}
</style>
background-color css
<style>
a { background-color: #E45A7B; }
a { background-color: rgb(228,90,123); }
div.DivClassName
{
background-color: #E45A7B;
}
.BgClassName
{
background-color: #E45A7B;
}
</style>
border-color css
<style>
span { border-color: #E45A7B; }
span { border-color: rgb(228,90,123); }
td.TdClassName
{
border-color: #E45A7B;
}
.TagClassName
{
border-color: #E45A7B;
}
</style>