Shades of Dark Pink #E45390
Tints of Dark Pink #E45390
RGB
CMYK
RGB Variations
Color information
#E45390 (or 0xE45390) is known color: Dark Pink. HEX triplet: E4, 53 and 90. RGB value is (228,83,144). Sum of RGB (Red+Green+Blue) = 228+83+144=455 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.11% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 228 - color contains mainly: red. Hex color #E45390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45390 is #1BAC6F. Grayscale: #858585. Windows color (decimal): -1813616 or 9458660. OLE color: 9458660.
HSL color Cylindrical-coordinate representation of color #E45390: hue angle of 334.76º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E45390 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 83 | 144 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.11 |
| HSL | 334.76º | 0.73% | 0.61% | - |
| HSV(B) | 334.76º | 0.64% | 0.89% | - |
| XYZ | 40.12 | 24.69 | 29.04 | - |
| YUV | 133.31 | 134.04 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 83 | 144 | 0 | 0.64 | 0.37 | 0.11 | 334.76 | 0.73 | 0.61 |
| Hex | E4 | 53 | 90 | 0 | 40 | 25 | B | 14F | 49 | 3D |
| Octal | 344 | 123 | 220 | 0 | 100 | 45 | 13 | 517 | 111 | 75 |
| Binary | 11100100 | 1010011 | 10010000 | 0 | 1000000 | 100101 | 1011 | 101001111 | 1001001 | 111101 |
Color Harmonies of #E45390
Complementary color
Monochromatic Colors of #E45390
Black with #E45390
Text Example
Text Example
White with #E45390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45390; }
p { color: rgb(228,83,144); }
H1.HeaderClassName
{
color: #E45390;
}
.AnyTagClassName
{
color: #E45390;
}
</style>
background-color css
<style>
a { background-color: #E45390; }
a { background-color: rgb(228,83,144); }
div.DivClassName
{
background-color: #E45390;
}
.BgClassName
{
background-color: #E45390;
}
</style>
border-color css
<style>
span { border-color: #E45390; }
span { border-color: rgb(228,83,144); }
td.TdClassName
{
border-color: #E45390;
}
.TagClassName
{
border-color: #E45390;
}
</style>