Shades of Dark Pink #E24981
Tints of Dark Pink #E24981
RGB
CMYK
RGB Variations
Color information
#E24981 (or 0xE24981) is known color: Dark Pink. HEX triplet: E2, 49 and 81. RGB value is (226,73,129). Sum of RGB (Red+Green+Blue) = 226+73+129=428 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.80% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 226 - color contains mainly: red. Hex color #E24981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24981 is #1DB67E. Grayscale: #7D7D7D. Windows color (decimal): -1947263 or 8473058. OLE color: 8473058.
HSL color Cylindrical-coordinate representation of color #E24981: hue angle of 338.04º 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 #E24981 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 129 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.11 |
| HSL | 338.04º | 0.73% | 0.59% | - |
| HSV(B) | 338.04º | 0.68% | 0.89% | - |
| XYZ | 37.71 | 22.52 | 23.13 | - |
| YUV | 125.13 | 130.19 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 129 | 0 | 0.68 | 0.43 | 0.11 | 338.04 | 0.73 | 0.59 |
| Hex | E2 | 49 | 81 | 0 | 44 | 2B | B | 152 | 49 | 3B |
| Octal | 342 | 111 | 201 | 0 | 104 | 53 | 13 | 522 | 111 | 73 |
| Binary | 11100010 | 1001001 | 10000001 | 0 | 1000100 | 101011 | 1011 | 101010010 | 1001001 | 111011 |
Color Harmonies of #E24981
Complementary color
Monochromatic Colors of #E24981
Black with #E24981
Text Example
Text Example
White with #E24981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24981; }
p { color: rgb(226,73,129); }
H1.HeaderClassName
{
color: #E24981;
}
.AnyTagClassName
{
color: #E24981;
}
</style>
background-color css
<style>
a { background-color: #E24981; }
a { background-color: rgb(226,73,129); }
div.DivClassName
{
background-color: #E24981;
}
.BgClassName
{
background-color: #E24981;
}
</style>
border-color css
<style>
span { border-color: #E24981; }
span { border-color: rgb(226,73,129); }
td.TdClassName
{
border-color: #E24981;
}
.TagClassName
{
border-color: #E24981;
}
</style>