Shades of Dark Pink #E64981
Tints of Dark Pink #E64981
RGB
CMYK
RGB Variations
Color information
#E64981 (or 0xE64981) is known color: Dark Pink. HEX triplet: E6, 49 and 81. RGB value is (230,73,129). Sum of RGB (Red+Green+Blue) = 230+73+129=432 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.24% from 432); Green value is 73 (28.91% from 255 or 16.90% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 230 - color contains mainly: red. Hex color #E64981 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64981 is #19B67E. Grayscale: #7E7E7E. Windows color (decimal): -1685119 or 8473062. OLE color: 8473062.
HSL color Cylindrical-coordinate representation of color #E64981: hue angle of 338.6º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E64981 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 73 | 129 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.10 |
| HSL | 338.6º | 0.76% | 0.59% | - |
| HSV(B) | 338.6º | 0.68% | 0.9% | - |
| XYZ | 38.98 | 23.17 | 23.19 | - |
| YUV | 126.33 | 129.51 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 73 | 129 | 0 | 0.68 | 0.44 | 0.10 | 338.6 | 0.76 | 0.59 |
| Hex | E6 | 49 | 81 | 0 | 44 | 2C | A | 153 | 4C | 3B |
| Octal | 346 | 111 | 201 | 0 | 104 | 54 | 12 | 523 | 114 | 73 |
| Binary | 11100110 | 1001001 | 10000001 | 0 | 1000100 | 101100 | 1010 | 101010011 | 1001100 | 111011 |
Color Harmonies of #E64981
Complementary color
Monochromatic Colors of #E64981
Black with #E64981
Text Example
Text Example
White with #E64981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64981; }
p { color: rgb(230,73,129); }
H1.HeaderClassName
{
color: #E64981;
}
.AnyTagClassName
{
color: #E64981;
}
</style>
background-color css
<style>
a { background-color: #E64981; }
a { background-color: rgb(230,73,129); }
div.DivClassName
{
background-color: #E64981;
}
.BgClassName
{
background-color: #E64981;
}
</style>
border-color css
<style>
span { border-color: #E64981; }
span { border-color: rgb(230,73,129); }
td.TdClassName
{
border-color: #E64981;
}
.TagClassName
{
border-color: #E64981;
}
</style>