Shades of Dark Pink #E64881
Tints of Dark Pink #E64881
RGB
CMYK
RGB Variations
Color information
#E64881 (or 0xE64881) is known color: Dark Pink. HEX triplet: E6, 48 and 81. RGB value is (230,72,129). Sum of RGB (Red+Green+Blue) = 230+72+129=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E64881 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64881 is #19B77E. Grayscale: #7D7D7D. Windows color (decimal): -1685375 or 8472806. OLE color: 8472806.
HSL color Cylindrical-coordinate representation of color #E64881: hue angle of 338.35º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E64881 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 72 | 129 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.10 |
| HSL | 338.35º | 0.76% | 0.59% | - |
| HSV(B) | 338.35º | 0.69% | 0.9% | - |
| XYZ | 38.91 | 23.04 | 23.17 | - |
| YUV | 125.74 | 129.85 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 72 | 129 | 0 | 0.69 | 0.44 | 0.10 | 338.35 | 0.76 | 0.59 |
| Hex | E6 | 48 | 81 | 0 | 45 | 2C | A | 152 | 4C | 3B |
| Octal | 346 | 110 | 201 | 0 | 105 | 54 | 12 | 522 | 114 | 73 |
| Binary | 11100110 | 1001000 | 10000001 | 0 | 1000101 | 101100 | 1010 | 101010010 | 1001100 | 111011 |
Color Harmonies of #E64881
Complementary color
Monochromatic Colors of #E64881
Black with #E64881
Text Example
Text Example
White with #E64881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64881; }
p { color: rgb(230,72,129); }
H1.HeaderClassName
{
color: #E64881;
}
.AnyTagClassName
{
color: #E64881;
}
</style>
background-color css
<style>
a { background-color: #E64881; }
a { background-color: rgb(230,72,129); }
div.DivClassName
{
background-color: #E64881;
}
.BgClassName
{
background-color: #E64881;
}
</style>
border-color css
<style>
span { border-color: #E64881; }
span { border-color: rgb(230,72,129); }
td.TdClassName
{
border-color: #E64881;
}
.TagClassName
{
border-color: #E64881;
}
</style>