Shades of Dark Pink #E2488B
Tints of Dark Pink #E2488B
RGB
CMYK
RGB Variations
Color information
#E2488B (or 0xE2488B) is known color: Dark Pink. HEX triplet: E2, 48 and 8B. RGB value is (226,72,139). Sum of RGB (Red+Green+Blue) = 226+72+139=437 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.72% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 226 - color contains mainly: red. Hex color #E2488B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2488B is #1DB774. Grayscale: #7D7D7D. Windows color (decimal): -1947509 or 9128162. OLE color: 9128162.
HSL color Cylindrical-coordinate representation of color #E2488B: hue angle of 333.9º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2488B is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 72 | 139 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.11 |
| HSL | 333.9º | 0.73% | 0.58% | - |
| HSV(B) | 333.9º | 0.68% | 0.89% | - |
| XYZ | 38.34 | 22.67 | 26.78 | - |
| YUV | 125.68 | 135.52 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 72 | 139 | 0 | 0.68 | 0.38 | 0.11 | 333.9 | 0.73 | 0.58 |
| Hex | E2 | 48 | 8B | 0 | 44 | 26 | B | 14E | 49 | 3A |
| Octal | 342 | 110 | 213 | 0 | 104 | 46 | 13 | 516 | 111 | 72 |
| Binary | 11100010 | 1001000 | 10001011 | 0 | 1000100 | 100110 | 1011 | 101001110 | 1001001 | 111010 |
Color Harmonies of #E2488B
Complementary color
Monochromatic Colors of #E2488B
Black with #E2488B
Text Example
Text Example
White with #E2488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2488B; }
p { color: rgb(226,72,139); }
H1.HeaderClassName
{
color: #E2488B;
}
.AnyTagClassName
{
color: #E2488B;
}
</style>
background-color css
<style>
a { background-color: #E2488B; }
a { background-color: rgb(226,72,139); }
div.DivClassName
{
background-color: #E2488B;
}
.BgClassName
{
background-color: #E2488B;
}
</style>
border-color css
<style>
span { border-color: #E2488B; }
span { border-color: rgb(226,72,139); }
td.TdClassName
{
border-color: #E2488B;
}
.TagClassName
{
border-color: #E2488B;
}
</style>