Shades of Dark Pink #E2498B
Tints of Dark Pink #E2498B
RGB
CMYK
RGB Variations
Color information
#E2498B (or 0xE2498B) is known color: Dark Pink. HEX triplet: E2, 49 and 8B. RGB value is (226,73,139). Sum of RGB (Red+Green+Blue) = 226+73+139=438 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.60% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 226 - color contains mainly: red. Hex color #E2498B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2498B is #1DB674. Grayscale: #7E7E7E. Windows color (decimal): -1947253 or 9128418. OLE color: 9128418.
HSL color Cylindrical-coordinate representation of color #E2498B: hue angle of 334.12º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2498B is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 139 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.11 |
| HSL | 334.12º | 0.73% | 0.59% | - |
| HSV(B) | 334.12º | 0.68% | 0.89% | - |
| XYZ | 38.41 | 22.8 | 26.8 | - |
| YUV | 126.27 | 135.19 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 139 | 0 | 0.68 | 0.38 | 0.11 | 334.12 | 0.73 | 0.59 |
| Hex | E2 | 49 | 8B | 0 | 44 | 26 | B | 14E | 49 | 3B |
| Octal | 342 | 111 | 213 | 0 | 104 | 46 | 13 | 516 | 111 | 73 |
| Binary | 11100010 | 1001001 | 10001011 | 0 | 1000100 | 100110 | 1011 | 101001110 | 1001001 | 111011 |
Color Harmonies of #E2498B
Complementary color
Monochromatic Colors of #E2498B
Black with #E2498B
Text Example
Text Example
White with #E2498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2498B; }
p { color: rgb(226,73,139); }
H1.HeaderClassName
{
color: #E2498B;
}
.AnyTagClassName
{
color: #E2498B;
}
</style>
background-color css
<style>
a { background-color: #E2498B; }
a { background-color: rgb(226,73,139); }
div.DivClassName
{
background-color: #E2498B;
}
.BgClassName
{
background-color: #E2498B;
}
</style>
border-color css
<style>
span { border-color: #E2498B; }
span { border-color: rgb(226,73,139); }
td.TdClassName
{
border-color: #E2498B;
}
.TagClassName
{
border-color: #E2498B;
}
</style>