Shades of Dark Pink #E45280
Tints of Dark Pink #E45280
RGB
CMYK
RGB Variations
Color information
#E45280 (or 0xE45280) is known color: Dark Pink. HEX triplet: E4, 52 and 80. RGB value is (228,82,128). Sum of RGB (Red+Green+Blue) = 228+82+128=438 (58% of max value = 765). Red value is 228 (89.45% from 255 or 52.05% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 228 - color contains mainly: red. Hex color #E45280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45280 is #1BAD7F. Grayscale: #828282. Windows color (decimal): -1813888 or 8409828. OLE color: 8409828.
HSL color Cylindrical-coordinate representation of color #E45280: hue angle of 341.1º 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 #E45280 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 82 | 128 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.11 |
| HSL | 341.1º | 0.73% | 0.61% | - |
| HSV(B) | 341.1º | 0.64% | 0.89% | - |
| XYZ | 38.91 | 24.09 | 23.02 | - |
| YUV | 130.9 | 126.37 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 82 | 128 | 0 | 0.64 | 0.44 | 0.11 | 341.1 | 0.73 | 0.61 |
| Hex | E4 | 52 | 80 | 0 | 40 | 2C | B | 155 | 49 | 3D |
| Octal | 344 | 122 | 200 | 0 | 100 | 54 | 13 | 525 | 111 | 75 |
| Binary | 11100100 | 1010010 | 10000000 | 0 | 1000000 | 101100 | 1011 | 101010101 | 1001001 | 111101 |
Color Harmonies of #E45280
Complementary color
Monochromatic Colors of #E45280
Black with #E45280
Text Example
Text Example
White with #E45280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45280; }
p { color: rgb(228,82,128); }
H1.HeaderClassName
{
color: #E45280;
}
.AnyTagClassName
{
color: #E45280;
}
</style>
background-color css
<style>
a { background-color: #E45280; }
a { background-color: rgb(228,82,128); }
div.DivClassName
{
background-color: #E45280;
}
.BgClassName
{
background-color: #E45280;
}
</style>
border-color css
<style>
span { border-color: #E45280; }
span { border-color: rgb(228,82,128); }
td.TdClassName
{
border-color: #E45280;
}
.TagClassName
{
border-color: #E45280;
}
</style>