Shades of Dark Pink #E45288
Tints of Dark Pink #E45288
RGB
CMYK
RGB Variations
Color information
#E45288 (or 0xE45288) is known color: Dark Pink. HEX triplet: E4, 52 and 88. RGB value is (228,82,136). Sum of RGB (Red+Green+Blue) = 228+82+136=446 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.12% from 446); Green value is 82 (32.42% from 255 or 18.39% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 228 - color contains mainly: red. Hex color #E45288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45288 is #1BAD77. Grayscale: #838383. Windows color (decimal): -1813880 or 8934116. OLE color: 8934116.
HSL color Cylindrical-coordinate representation of color #E45288: hue angle of 337.81º 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 #E45288 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 82 | 136 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.11 |
| HSL | 337.81º | 0.73% | 0.61% | - |
| HSV(B) | 337.81º | 0.64% | 0.89% | - |
| XYZ | 39.46 | 24.31 | 25.9 | - |
| YUV | 131.81 | 130.37 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 82 | 136 | 0 | 0.64 | 0.40 | 0.11 | 337.81 | 0.73 | 0.61 |
| Hex | E4 | 52 | 88 | 0 | 40 | 28 | B | 152 | 49 | 3D |
| Octal | 344 | 122 | 210 | 0 | 100 | 50 | 13 | 522 | 111 | 75 |
| Binary | 11100100 | 1010010 | 10001000 | 0 | 1000000 | 101000 | 1011 | 101010010 | 1001001 | 111101 |
Color Harmonies of #E45288
Complementary color
Monochromatic Colors of #E45288
Black with #E45288
Text Example
Text Example
White with #E45288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45288; }
p { color: rgb(228,82,136); }
H1.HeaderClassName
{
color: #E45288;
}
.AnyTagClassName
{
color: #E45288;
}
</style>
background-color css
<style>
a { background-color: #E45288; }
a { background-color: rgb(228,82,136); }
div.DivClassName
{
background-color: #E45288;
}
.BgClassName
{
background-color: #E45288;
}
</style>
border-color css
<style>
span { border-color: #E45288; }
span { border-color: rgb(228,82,136); }
td.TdClassName
{
border-color: #E45288;
}
.TagClassName
{
border-color: #E45288;
}
</style>