Shades of Dark Pink #E64B7C
Tints of Dark Pink #E64B7C
RGB
CMYK
RGB Variations
Color information
#E64B7C (or 0xE64B7C) is known color: Dark Pink. HEX triplet: E6, 4B and 7C. RGB value is (230,75,124). Sum of RGB (Red+Green+Blue) = 230+75+124=429 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.61% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64B7C is #19B483. Grayscale: #7E7E7E. Windows color (decimal): -1684612 or 8145894. OLE color: 8145894.
HSL color Cylindrical-coordinate representation of color #E64B7C: hue angle of 341.03º 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 #E64B7C is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 75 | 124 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.10 |
| HSL | 341.03º | 0.76% | 0.6% | - |
| HSV(B) | 341.03º | 0.67% | 0.9% | - |
| XYZ | 38.79 | 23.31 | 21.52 | - |
| YUV | 126.93 | 126.35 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 75 | 124 | 0 | 0.67 | 0.46 | 0.10 | 341.03 | 0.76 | 0.6 |
| Hex | E6 | 4B | 7C | 0 | 43 | 2E | A | 155 | 4C | 3C |
| Octal | 346 | 113 | 174 | 0 | 103 | 56 | 12 | 525 | 114 | 74 |
| Binary | 11100110 | 1001011 | 1111100 | 0 | 1000011 | 101110 | 1010 | 101010101 | 1001100 | 111100 |
Color Harmonies of #E64B7C
Complementary color
Monochromatic Colors of #E64B7C
Black with #E64B7C
Text Example
Text Example
White with #E64B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64B7C; }
p { color: rgb(230,75,124); }
H1.HeaderClassName
{
color: #E64B7C;
}
.AnyTagClassName
{
color: #E64B7C;
}
</style>
background-color css
<style>
a { background-color: #E64B7C; }
a { background-color: rgb(230,75,124); }
div.DivClassName
{
background-color: #E64B7C;
}
.BgClassName
{
background-color: #E64B7C;
}
</style>
border-color css
<style>
span { border-color: #E64B7C; }
span { border-color: rgb(230,75,124); }
td.TdClassName
{
border-color: #E64B7C;
}
.TagClassName
{
border-color: #E64B7C;
}
</style>