Shades of Dark Pink #E64E8B
Tints of Dark Pink #E64E8B
RGB
CMYK
RGB Variations
Color information
#E64E8B (or 0xE64E8B) is known color: Dark Pink. HEX triplet: E6, 4E and 8B. RGB value is (230,78,139). Sum of RGB (Red+Green+Blue) = 230+78+139=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E64E8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64E8B is #19B174. Grayscale: #828282. Windows color (decimal): -1683829 or 9129702. OLE color: 9129702.
HSL color Cylindrical-coordinate representation of color #E64E8B: hue angle of 335.92º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E64E8B is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 78 | 139 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.10 |
| HSL | 335.92º | 0.75% | 0.6% | - |
| HSV(B) | 335.92º | 0.66% | 0.9% | - |
| XYZ | 40.02 | 24.14 | 26.98 | - |
| YUV | 130.4 | 132.86 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 78 | 139 | 0 | 0.66 | 0.40 | 0.10 | 335.92 | 0.75 | 0.6 |
| Hex | E6 | 4E | 8B | 0 | 42 | 28 | A | 150 | 4B | 3C |
| Octal | 346 | 116 | 213 | 0 | 102 | 50 | 12 | 520 | 113 | 74 |
| Binary | 11100110 | 1001110 | 10001011 | 0 | 1000010 | 101000 | 1010 | 101010000 | 1001011 | 111100 |
Color Harmonies of #E64E8B
Complementary color
Monochromatic Colors of #E64E8B
Black with #E64E8B
Text Example
Text Example
White with #E64E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64E8B; }
p { color: rgb(230,78,139); }
H1.HeaderClassName
{
color: #E64E8B;
}
.AnyTagClassName
{
color: #E64E8B;
}
</style>
background-color css
<style>
a { background-color: #E64E8B; }
a { background-color: rgb(230,78,139); }
div.DivClassName
{
background-color: #E64E8B;
}
.BgClassName
{
background-color: #E64E8B;
}
</style>
border-color css
<style>
span { border-color: #E64E8B; }
span { border-color: rgb(230,78,139); }
td.TdClassName
{
border-color: #E64E8B;
}
.TagClassName
{
border-color: #E64E8B;
}
</style>