Shades of Dark Pink #E64B8A
Tints of Dark Pink #E64B8A
RGB
CMYK
RGB Variations
Color information
#E64B8A (or 0xE64B8A) is known color: Dark Pink. HEX triplet: E6, 4B and 8A. RGB value is (230,75,138). Sum of RGB (Red+Green+Blue) = 230+75+138=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 75 (29.69% from 255 or 16.93% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64B8A is #19B475. Grayscale: #808080. Windows color (decimal): -1684598 or 9063398. OLE color: 9063398.
HSL color Cylindrical-coordinate representation of color #E64B8A: hue angle of 335.61º degrees, saturation: 0.76, 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 #E64B8A is Cyan = 0, Magento = 0.67, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 75 | 138 | - |
| CMYK | 0 | 0.67 | 0.4 | 0.10 |
| HSL | 335.61º | 0.76% | 0.6% | - |
| HSV(B) | 335.61º | 0.67% | 0.9% | - |
| XYZ | 39.74 | 23.69 | 26.52 | - |
| YUV | 128.53 | 133.35 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 75 | 138 | 0 | 0.67 | 0.4 | 0.10 | 335.61 | 0.76 | 0.6 |
| Hex | E6 | 4B | 8A | 0 | 43 | 28 | A | 150 | 4C | 3C |
| Octal | 346 | 113 | 212 | 0 | 103 | 50 | 12 | 520 | 114 | 74 |
| Binary | 11100110 | 1001011 | 10001010 | 0 | 1000011 | 101000 | 1010 | 101010000 | 1001100 | 111100 |
Color Harmonies of #E64B8A
Complementary color
Monochromatic Colors of #E64B8A
Black with #E64B8A
Text Example
Text Example
White with #E64B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64B8A; }
p { color: rgb(230,75,138); }
H1.HeaderClassName
{
color: #E64B8A;
}
.AnyTagClassName
{
color: #E64B8A;
}
</style>
background-color css
<style>
a { background-color: #E64B8A; }
a { background-color: rgb(230,75,138); }
div.DivClassName
{
background-color: #E64B8A;
}
.BgClassName
{
background-color: #E64B8A;
}
</style>
border-color css
<style>
span { border-color: #E64B8A; }
span { border-color: rgb(230,75,138); }
td.TdClassName
{
border-color: #E64B8A;
}
.TagClassName
{
border-color: #E64B8A;
}
</style>