Shades of Dark Pink #E45386
Tints of Dark Pink #E45386
RGB
CMYK
RGB Variations
Color information
#E45386 (or 0xE45386) is known color: Dark Pink. HEX triplet: E4, 53 and 86. RGB value is (228,83,134). Sum of RGB (Red+Green+Blue) = 228+83+134=445 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.24% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 228 - color contains mainly: red. Hex color #E45386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45386 is #1BAC79. Grayscale: #848484. Windows color (decimal): -1813626 or 8803300. OLE color: 8803300.
HSL color Cylindrical-coordinate representation of color #E45386: hue angle of 338.9º 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 #E45386 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 83 | 134 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.11 |
| HSL | 338.9º | 0.73% | 0.61% | - |
| HSV(B) | 338.9º | 0.64% | 0.89% | - |
| XYZ | 39.39 | 24.4 | 25.19 | - |
| YUV | 132.17 | 129.04 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 83 | 134 | 0 | 0.64 | 0.41 | 0.11 | 338.9 | 0.73 | 0.61 |
| Hex | E4 | 53 | 86 | 0 | 40 | 29 | B | 153 | 49 | 3D |
| Octal | 344 | 123 | 206 | 0 | 100 | 51 | 13 | 523 | 111 | 75 |
| Binary | 11100100 | 1010011 | 10000110 | 0 | 1000000 | 101001 | 1011 | 101010011 | 1001001 | 111101 |
Color Harmonies of #E45386
Complementary color
Monochromatic Colors of #E45386
Black with #E45386
Text Example
Text Example
White with #E45386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45386; }
p { color: rgb(228,83,134); }
H1.HeaderClassName
{
color: #E45386;
}
.AnyTagClassName
{
color: #E45386;
}
</style>
background-color css
<style>
a { background-color: #E45386; }
a { background-color: rgb(228,83,134); }
div.DivClassName
{
background-color: #E45386;
}
.BgClassName
{
background-color: #E45386;
}
</style>
border-color css
<style>
span { border-color: #E45386; }
span { border-color: rgb(228,83,134); }
td.TdClassName
{
border-color: #E45386;
}
.TagClassName
{
border-color: #E45386;
}
</style>