Shades of Dark Pink #E45593
Tints of Dark Pink #E45593
RGB
CMYK
RGB Variations
Color information
#E45593 (or 0xE45593) is known color: Dark Pink. HEX triplet: E4, 55 and 93. RGB value is (228,85,147). Sum of RGB (Red+Green+Blue) = 228+85+147=460 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.57% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 228 - color contains mainly: red. Hex color #E45593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45593 is #1BAA6C. Grayscale: #868686. Windows color (decimal): -1813101 or 9655780. OLE color: 9655780.
HSL color Cylindrical-coordinate representation of color #E45593: hue angle of 333.99º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E45593 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 147 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.11 |
| HSL | 333.99º | 0.73% | 0.61% | - |
| HSV(B) | 333.99º | 0.63% | 0.89% | - |
| XYZ | 40.51 | 25.1 | 30.31 | - |
| YUV | 134.83 | 134.88 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 147 | 0 | 0.63 | 0.36 | 0.11 | 333.99 | 0.73 | 0.61 |
| Hex | E4 | 55 | 93 | 0 | 3F | 24 | B | 14E | 49 | 3D |
| Octal | 344 | 125 | 223 | 0 | 77 | 44 | 13 | 516 | 111 | 75 |
| Binary | 11100100 | 1010101 | 10010011 | 0 | 111111 | 100100 | 1011 | 101001110 | 1001001 | 111101 |
Color Harmonies of #E45593
Complementary color
Monochromatic Colors of #E45593
Black with #E45593
Text Example
Text Example
White with #E45593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45593; }
p { color: rgb(228,85,147); }
H1.HeaderClassName
{
color: #E45593;
}
.AnyTagClassName
{
color: #E45593;
}
</style>
background-color css
<style>
a { background-color: #E45593; }
a { background-color: rgb(228,85,147); }
div.DivClassName
{
background-color: #E45593;
}
.BgClassName
{
background-color: #E45593;
}
</style>
border-color css
<style>
span { border-color: #E45593; }
span { border-color: rgb(228,85,147); }
td.TdClassName
{
border-color: #E45593;
}
.TagClassName
{
border-color: #E45593;
}
</style>