Shades of Dark Pink #E64D8B
Tints of Dark Pink #E64D8B
RGB
CMYK
RGB Variations
Color information
#E64D8B (or 0xE64D8B) is known color: Dark Pink. HEX triplet: E6, 4D and 8B. RGB value is (230,77,139). Sum of RGB (Red+Green+Blue) = 230+77+139=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64D8B is #19B274. Grayscale: #818181. Windows color (decimal): -1684085 or 9129446. OLE color: 9129446.
HSL color Cylindrical-coordinate representation of color #E64D8B: hue angle of 335.69º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E64D8B is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 77 | 139 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.10 |
| HSL | 335.69º | 0.75% | 0.6% | - |
| HSV(B) | 335.69º | 0.67% | 0.9% | - |
| XYZ | 39.95 | 23.99 | 26.95 | - |
| YUV | 129.82 | 133.19 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 77 | 139 | 0 | 0.67 | 0.40 | 0.10 | 335.69 | 0.75 | 0.6 |
| Hex | E6 | 4D | 8B | 0 | 43 | 28 | A | 150 | 4B | 3C |
| Octal | 346 | 115 | 213 | 0 | 103 | 50 | 12 | 520 | 113 | 74 |
| Binary | 11100110 | 1001101 | 10001011 | 0 | 1000011 | 101000 | 1010 | 101010000 | 1001011 | 111100 |
Color Harmonies of #E64D8B
Complementary color
Monochromatic Colors of #E64D8B
Black with #E64D8B
Text Example
Text Example
White with #E64D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64D8B; }
p { color: rgb(230,77,139); }
H1.HeaderClassName
{
color: #E64D8B;
}
.AnyTagClassName
{
color: #E64D8B;
}
</style>
background-color css
<style>
a { background-color: #E64D8B; }
a { background-color: rgb(230,77,139); }
div.DivClassName
{
background-color: #E64D8B;
}
.BgClassName
{
background-color: #E64D8B;
}
</style>
border-color css
<style>
span { border-color: #E64D8B; }
span { border-color: rgb(230,77,139); }
td.TdClassName
{
border-color: #E64D8B;
}
.TagClassName
{
border-color: #E64D8B;
}
</style>