Shades of Dark Pink #E2488A
Tints of Dark Pink #E2488A
RGB
CMYK
RGB Variations
Color information
#E2488A (or 0xE2488A) is known color: Dark Pink. HEX triplet: E2, 48 and 8A. RGB value is (226,72,138). Sum of RGB (Red+Green+Blue) = 226+72+138=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E2488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2488A is #1DB775. Grayscale: #7D7D7D. Windows color (decimal): -1947510 or 9062626. OLE color: 9062626.
HSL color Cylindrical-coordinate representation of color #E2488A: hue angle of 334.29º 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 #E2488A is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 72 | 138 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.11 |
| HSL | 334.29º | 0.73% | 0.58% | - |
| HSV(B) | 334.29º | 0.68% | 0.89% | - |
| XYZ | 38.27 | 22.64 | 26.4 | - |
| YUV | 125.57 | 135.02 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 72 | 138 | 0 | 0.68 | 0.39 | 0.11 | 334.29 | 0.73 | 0.58 |
| Hex | E2 | 48 | 8A | 0 | 44 | 27 | B | 14E | 49 | 3A |
| Octal | 342 | 110 | 212 | 0 | 104 | 47 | 13 | 516 | 111 | 72 |
| Binary | 11100010 | 1001000 | 10001010 | 0 | 1000100 | 100111 | 1011 | 101001110 | 1001001 | 111010 |
Color Harmonies of #E2488A
Complementary color
Monochromatic Colors of #E2488A
Black with #E2488A
Text Example
Text Example
White with #E2488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2488A; }
p { color: rgb(226,72,138); }
H1.HeaderClassName
{
color: #E2488A;
}
.AnyTagClassName
{
color: #E2488A;
}
</style>
background-color css
<style>
a { background-color: #E2488A; }
a { background-color: rgb(226,72,138); }
div.DivClassName
{
background-color: #E2488A;
}
.BgClassName
{
background-color: #E2488A;
}
</style>
border-color css
<style>
span { border-color: #E2488A; }
span { border-color: rgb(226,72,138); }
td.TdClassName
{
border-color: #E2488A;
}
.TagClassName
{
border-color: #E2488A;
}
</style>