Shades of Dark Pink #E64B7A
Tints of Dark Pink #E64B7A
RGB
CMYK
RGB Variations
Color information
#E64B7A (or 0xE64B7A) is known color: Dark Pink. HEX triplet: E6, 4B and 7A. RGB value is (230,75,122). Sum of RGB (Red+Green+Blue) = 230+75+122=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 75 (29.69% from 255 or 17.56% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64B7A is #19B485. Grayscale: #7E7E7E. Windows color (decimal): -1684614 or 8014822. OLE color: 8014822.
HSL color Cylindrical-coordinate representation of color #E64B7A: hue angle of 341.81º 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 #E64B7A is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 75 | 122 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.10 |
| HSL | 341.81º | 0.76% | 0.6% | - |
| HSV(B) | 341.81º | 0.67% | 0.9% | - |
| XYZ | 38.66 | 23.26 | 20.86 | - |
| YUV | 126.7 | 125.35 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 75 | 122 | 0 | 0.67 | 0.47 | 0.10 | 341.81 | 0.76 | 0.6 |
| Hex | E6 | 4B | 7A | 0 | 43 | 2F | A | 156 | 4C | 3C |
| Octal | 346 | 113 | 172 | 0 | 103 | 57 | 12 | 526 | 114 | 74 |
| Binary | 11100110 | 1001011 | 1111010 | 0 | 1000011 | 101111 | 1010 | 101010110 | 1001100 | 111100 |
Color Harmonies of #E64B7A
Complementary color
Monochromatic Colors of #E64B7A
Black with #E64B7A
Text Example
Text Example
White with #E64B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64B7A; }
p { color: rgb(230,75,122); }
H1.HeaderClassName
{
color: #E64B7A;
}
.AnyTagClassName
{
color: #E64B7A;
}
</style>
background-color css
<style>
a { background-color: #E64B7A; }
a { background-color: rgb(230,75,122); }
div.DivClassName
{
background-color: #E64B7A;
}
.BgClassName
{
background-color: #E64B7A;
}
</style>
border-color css
<style>
span { border-color: #E64B7A; }
span { border-color: rgb(230,75,122); }
td.TdClassName
{
border-color: #E64B7A;
}
.TagClassName
{
border-color: #E64B7A;
}
</style>