Shades of Dark Pink #E45A90
Tints of Dark Pink #E45A90
RGB
CMYK
RGB Variations
Color information
#E45A90 (or 0xE45A90) is known color: Dark Pink. HEX triplet: E4, 5A and 90. RGB value is (228,90,144). Sum of RGB (Red+Green+Blue) = 228+90+144=462 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.35% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 228 - color contains mainly: red. Hex color #E45A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45A90 is #1BA56F. Grayscale: #898989. Windows color (decimal): -1811824 or 9460452. OLE color: 9460452.
HSL color Cylindrical-coordinate representation of color #E45A90: hue angle of 336.52º 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 #E45A90 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 90 | 144 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.11 |
| HSL | 336.52º | 0.72% | 0.62% | - |
| HSV(B) | 336.52º | 0.61% | 0.89% | - |
| XYZ | 40.69 | 25.82 | 29.22 | - |
| YUV | 137.42 | 131.72 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 90 | 144 | 0 | 0.61 | 0.37 | 0.11 | 336.52 | 0.72 | 0.62 |
| Hex | E4 | 5A | 90 | 0 | 3D | 25 | B | 151 | 48 | 3E |
| Octal | 344 | 132 | 220 | 0 | 75 | 45 | 13 | 521 | 110 | 76 |
| Binary | 11100100 | 1011010 | 10010000 | 0 | 111101 | 100101 | 1011 | 101010001 | 1001000 | 111110 |
Color Harmonies of #E45A90
Complementary color
Monochromatic Colors of #E45A90
Black with #E45A90
Text Example
Text Example
White with #E45A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45A90; }
p { color: rgb(228,90,144); }
H1.HeaderClassName
{
color: #E45A90;
}
.AnyTagClassName
{
color: #E45A90;
}
</style>
background-color css
<style>
a { background-color: #E45A90; }
a { background-color: rgb(228,90,144); }
div.DivClassName
{
background-color: #E45A90;
}
.BgClassName
{
background-color: #E45A90;
}
</style>
border-color css
<style>
span { border-color: #E45A90; }
span { border-color: rgb(228,90,144); }
td.TdClassName
{
border-color: #E45A90;
}
.TagClassName
{
border-color: #E45A90;
}
</style>