Shades of Dark Pink #E45A8A
Tints of Dark Pink #E45A8A
RGB
CMYK
RGB Variations
Color information
#E45A8A (or 0xE45A8A) is known color: Dark Pink. HEX triplet: E4, 5A and 8A. RGB value is (228,90,138). Sum of RGB (Red+Green+Blue) = 228+90+138=456 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 228 - color contains mainly: red. Hex color #E45A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45A8A is #1BA575. Grayscale: #888888. Windows color (decimal): -1811830 or 9067236. OLE color: 9067236.
HSL color Cylindrical-coordinate representation of color #E45A8A: hue angle of 339.13º 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 #E45A8A is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 90 | 138 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.11 |
| HSL | 339.13º | 0.72% | 0.62% | - |
| HSV(B) | 339.13º | 0.61% | 0.89% | - |
| XYZ | 40.24 | 25.64 | 26.87 | - |
| YUV | 136.73 | 128.72 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 90 | 138 | 0 | 0.61 | 0.39 | 0.11 | 339.13 | 0.72 | 0.62 |
| Hex | E4 | 5A | 8A | 0 | 3D | 27 | B | 153 | 48 | 3E |
| Octal | 344 | 132 | 212 | 0 | 75 | 47 | 13 | 523 | 110 | 76 |
| Binary | 11100100 | 1011010 | 10001010 | 0 | 111101 | 100111 | 1011 | 101010011 | 1001000 | 111110 |
Color Harmonies of #E45A8A
Complementary color
Monochromatic Colors of #E45A8A
Black with #E45A8A
Text Example
Text Example
White with #E45A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45A8A; }
p { color: rgb(228,90,138); }
H1.HeaderClassName
{
color: #E45A8A;
}
.AnyTagClassName
{
color: #E45A8A;
}
</style>
background-color css
<style>
a { background-color: #E45A8A; }
a { background-color: rgb(228,90,138); }
div.DivClassName
{
background-color: #E45A8A;
}
.BgClassName
{
background-color: #E45A8A;
}
</style>
border-color css
<style>
span { border-color: #E45A8A; }
span { border-color: rgb(228,90,138); }
td.TdClassName
{
border-color: #E45A8A;
}
.TagClassName
{
border-color: #E45A8A;
}
</style>