Shades of Dark Pink #E1498A
Tints of Dark Pink #E1498A
RGB
CMYK
RGB Variations
Color information
#E1498A (or 0xE1498A) is known color: Dark Pink. HEX triplet: E1, 49 and 8A. RGB value is (225,73,138). Sum of RGB (Red+Green+Blue) = 225+73+138=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E1498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1498A is #1EB675. Grayscale: #7D7D7D. Windows color (decimal): -2012790 or 9062881. OLE color: 9062881.
HSL color Cylindrical-coordinate representation of color #E1498A: hue angle of 334.34º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E1498A is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 138 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.12 |
| HSL | 334.34º | 0.72% | 0.58% | - |
| HSV(B) | 334.34º | 0.68% | 0.88% | - |
| XYZ | 38.02 | 22.61 | 26.4 | - |
| YUV | 125.86 | 134.86 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 138 | 0 | 0.68 | 0.39 | 0.12 | 334.34 | 0.72 | 0.58 |
| Hex | E1 | 49 | 8A | 0 | 44 | 27 | C | 14E | 48 | 3A |
| Octal | 341 | 111 | 212 | 0 | 104 | 47 | 14 | 516 | 110 | 72 |
| Binary | 11100001 | 1001001 | 10001010 | 0 | 1000100 | 100111 | 1100 | 101001110 | 1001000 | 111010 |
Color Harmonies of #E1498A
Complementary color
Monochromatic Colors of #E1498A
Black with #E1498A
Text Example
Text Example
White with #E1498A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1498A; }
p { color: rgb(225,73,138); }
H1.HeaderClassName
{
color: #E1498A;
}
.AnyTagClassName
{
color: #E1498A;
}
</style>
background-color css
<style>
a { background-color: #E1498A; }
a { background-color: rgb(225,73,138); }
div.DivClassName
{
background-color: #E1498A;
}
.BgClassName
{
background-color: #E1498A;
}
</style>
border-color css
<style>
span { border-color: #E1498A; }
span { border-color: rgb(225,73,138); }
td.TdClassName
{
border-color: #E1498A;
}
.TagClassName
{
border-color: #E1498A;
}
</style>