Shades of Dark Pink #E2498C
Tints of Dark Pink #E2498C
RGB
CMYK
RGB Variations
Color information
#E2498C (or 0xE2498C) is known color: Dark Pink. HEX triplet: E2, 49 and 8C. RGB value is (226,73,140). Sum of RGB (Red+Green+Blue) = 226+73+140=439 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.48% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 226 - color contains mainly: red. Hex color #E2498C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2498C is #1DB673. Grayscale: #7E7E7E. Windows color (decimal): -1947252 or 9193954. OLE color: 9193954.
HSL color Cylindrical-coordinate representation of color #E2498C: hue angle of 333.73º 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 #E2498C is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 140 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.11 |
| HSL | 333.73º | 0.73% | 0.59% | - |
| HSV(B) | 333.73º | 0.68% | 0.89% | - |
| XYZ | 38.48 | 22.83 | 27.19 | - |
| YUV | 126.39 | 135.69 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 140 | 0 | 0.68 | 0.38 | 0.11 | 333.73 | 0.73 | 0.59 |
| Hex | E2 | 49 | 8C | 0 | 44 | 26 | B | 14E | 49 | 3B |
| Octal | 342 | 111 | 214 | 0 | 104 | 46 | 13 | 516 | 111 | 73 |
| Binary | 11100010 | 1001001 | 10001100 | 0 | 1000100 | 100110 | 1011 | 101001110 | 1001001 | 111011 |
Color Harmonies of #E2498C
Complementary color
Monochromatic Colors of #E2498C
Black with #E2498C
Text Example
Text Example
White with #E2498C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2498C; }
p { color: rgb(226,73,140); }
H1.HeaderClassName
{
color: #E2498C;
}
.AnyTagClassName
{
color: #E2498C;
}
</style>
background-color css
<style>
a { background-color: #E2498C; }
a { background-color: rgb(226,73,140); }
div.DivClassName
{
background-color: #E2498C;
}
.BgClassName
{
background-color: #E2498C;
}
</style>
border-color css
<style>
span { border-color: #E2498C; }
span { border-color: rgb(226,73,140); }
td.TdClassName
{
border-color: #E2498C;
}
.TagClassName
{
border-color: #E2498C;
}
</style>