Shades of Dark Pink #E64C7C
Tints of Dark Pink #E64C7C
RGB
CMYK
RGB Variations
Color information
#E64C7C (or 0xE64C7C) is known color: Dark Pink. HEX triplet: E6, 4C and 7C. RGB value is (230,76,124). Sum of RGB (Red+Green+Blue) = 230+76+124=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E64C7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64C7C is #19B383. Grayscale: #7F7F7F. Windows color (decimal): -1684356 or 8146150. OLE color: 8146150.
HSL color Cylindrical-coordinate representation of color #E64C7C: hue angle of 341.3º 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 #E64C7C is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 76 | 124 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.10 |
| HSL | 341.3º | 0.75% | 0.6% | - |
| HSV(B) | 341.3º | 0.67% | 0.9% | - |
| XYZ | 38.86 | 23.45 | 21.55 | - |
| YUV | 127.52 | 126.02 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 124 | 0 | 0.67 | 0.46 | 0.10 | 341.3 | 0.75 | 0.6 |
| Hex | E6 | 4C | 7C | 0 | 43 | 2E | A | 155 | 4B | 3C |
| Octal | 346 | 114 | 174 | 0 | 103 | 56 | 12 | 525 | 113 | 74 |
| Binary | 11100110 | 1001100 | 1111100 | 0 | 1000011 | 101110 | 1010 | 101010101 | 1001011 | 111100 |
Color Harmonies of #E64C7C
Complementary color
Monochromatic Colors of #E64C7C
Black with #E64C7C
Text Example
Text Example
White with #E64C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64C7C; }
p { color: rgb(230,76,124); }
H1.HeaderClassName
{
color: #E64C7C;
}
.AnyTagClassName
{
color: #E64C7C;
}
</style>
background-color css
<style>
a { background-color: #E64C7C; }
a { background-color: rgb(230,76,124); }
div.DivClassName
{
background-color: #E64C7C;
}
.BgClassName
{
background-color: #E64C7C;
}
</style>
border-color css
<style>
span { border-color: #E64C7C; }
span { border-color: rgb(230,76,124); }
td.TdClassName
{
border-color: #E64C7C;
}
.TagClassName
{
border-color: #E64C7C;
}
</style>