Shades of Dark Pink #E45181
Tints of Dark Pink #E45181
RGB
CMYK
RGB Variations
Color information
#E45181 (or 0xE45181) is known color: Dark Pink. HEX triplet: E4, 51 and 81. RGB value is (228,81,129). Sum of RGB (Red+Green+Blue) = 228+81+129=438 (58% of max value = 765). Red value is 228 (89.45% from 255 or 52.05% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 228 - color contains mainly: red. Hex color #E45181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45181 is #1BAE7E. Grayscale: #828282. Windows color (decimal): -1814143 or 8475108. OLE color: 8475108.
HSL color Cylindrical-coordinate representation of color #E45181: hue angle of 340.41º 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 #E45181 is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 81 | 129 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.11 |
| HSL | 340.41º | 0.73% | 0.61% | - |
| HSV(B) | 340.41º | 0.64% | 0.89% | - |
| XYZ | 38.9 | 23.96 | 23.34 | - |
| YUV | 130.43 | 127.2 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 81 | 129 | 0 | 0.64 | 0.43 | 0.11 | 340.41 | 0.73 | 0.61 |
| Hex | E4 | 51 | 81 | 0 | 40 | 2B | B | 154 | 49 | 3D |
| Octal | 344 | 121 | 201 | 0 | 100 | 53 | 13 | 524 | 111 | 75 |
| Binary | 11100100 | 1010001 | 10000001 | 0 | 1000000 | 101011 | 1011 | 101010100 | 1001001 | 111101 |
Color Harmonies of #E45181
Complementary color
Monochromatic Colors of #E45181
Black with #E45181
Text Example
Text Example
White with #E45181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45181; }
p { color: rgb(228,81,129); }
H1.HeaderClassName
{
color: #E45181;
}
.AnyTagClassName
{
color: #E45181;
}
</style>
background-color css
<style>
a { background-color: #E45181; }
a { background-color: rgb(228,81,129); }
div.DivClassName
{
background-color: #E45181;
}
.BgClassName
{
background-color: #E45181;
}
</style>
border-color css
<style>
span { border-color: #E45181; }
span { border-color: rgb(228,81,129); }
td.TdClassName
{
border-color: #E45181;
}
.TagClassName
{
border-color: #E45181;
}
</style>