Shades of Dark Pink #E45285
Tints of Dark Pink #E45285
RGB
CMYK
RGB Variations
Color information
#E45285 (or 0xE45285) is known color: Dark Pink. HEX triplet: E4, 52 and 85. RGB value is (228,82,133). Sum of RGB (Red+Green+Blue) = 228+82+133=443 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.47% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 228 - color contains mainly: red. Hex color #E45285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45285 is #1BAD7A. Grayscale: #838383. Windows color (decimal): -1813883 or 8737508. OLE color: 8737508.
HSL color Cylindrical-coordinate representation of color #E45285: hue angle of 339.04º 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 #E45285 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 82 | 133 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.11 |
| HSL | 339.04º | 0.73% | 0.61% | - |
| HSV(B) | 339.04º | 0.64% | 0.89% | - |
| XYZ | 39.25 | 24.22 | 24.8 | - |
| YUV | 131.47 | 128.87 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 82 | 133 | 0 | 0.64 | 0.42 | 0.11 | 339.04 | 0.73 | 0.61 |
| Hex | E4 | 52 | 85 | 0 | 40 | 2A | B | 153 | 49 | 3D |
| Octal | 344 | 122 | 205 | 0 | 100 | 52 | 13 | 523 | 111 | 75 |
| Binary | 11100100 | 1010010 | 10000101 | 0 | 1000000 | 101010 | 1011 | 101010011 | 1001001 | 111101 |
Color Harmonies of #E45285
Complementary color
Monochromatic Colors of #E45285
Black with #E45285
Text Example
Text Example
White with #E45285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45285; }
p { color: rgb(228,82,133); }
H1.HeaderClassName
{
color: #E45285;
}
.AnyTagClassName
{
color: #E45285;
}
</style>
background-color css
<style>
a { background-color: #E45285; }
a { background-color: rgb(228,82,133); }
div.DivClassName
{
background-color: #E45285;
}
.BgClassName
{
background-color: #E45285;
}
</style>
border-color css
<style>
span { border-color: #E45285; }
span { border-color: rgb(228,82,133); }
td.TdClassName
{
border-color: #E45285;
}
.TagClassName
{
border-color: #E45285;
}
</style>