Shades of Dark Pink #E6477C
Tints of Dark Pink #E6477C
RGB
CMYK
RGB Variations
Color information
#E6477C (or 0xE6477C) is known color: Dark Pink. HEX triplet: E6, 47 and 7C. RGB value is (230,71,124). Sum of RGB (Red+Green+Blue) = 230+71+124=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E6477C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6477C is #19B883. Grayscale: #7C7C7C. Windows color (decimal): -1685636 or 8144870. OLE color: 8144870.
HSL color Cylindrical-coordinate representation of color #E6477C: hue angle of 340º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E6477C is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 71 | 124 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.10 |
| HSL | 340º | 0.76% | 0.59% | - |
| HSV(B) | 340º | 0.69% | 0.9% | - |
| XYZ | 38.52 | 22.78 | 21.44 | - |
| YUV | 124.58 | 127.68 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 71 | 124 | 0 | 0.69 | 0.46 | 0.10 | 340 | 0.76 | 0.59 |
| Hex | E6 | 47 | 7C | 0 | 45 | 2E | A | 154 | 4C | 3B |
| Octal | 346 | 107 | 174 | 0 | 105 | 56 | 12 | 524 | 114 | 73 |
| Binary | 11100110 | 1000111 | 1111100 | 0 | 1000101 | 101110 | 1010 | 101010100 | 1001100 | 111011 |
Color Harmonies of #E6477C
Complementary color
Monochromatic Colors of #E6477C
Black with #E6477C
Text Example
Text Example
White with #E6477C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6477C; }
p { color: rgb(230,71,124); }
H1.HeaderClassName
{
color: #E6477C;
}
.AnyTagClassName
{
color: #E6477C;
}
</style>
background-color css
<style>
a { background-color: #E6477C; }
a { background-color: rgb(230,71,124); }
div.DivClassName
{
background-color: #E6477C;
}
.BgClassName
{
background-color: #E6477C;
}
</style>
border-color css
<style>
span { border-color: #E6477C; }
span { border-color: rgb(230,71,124); }
td.TdClassName
{
border-color: #E6477C;
}
.TagClassName
{
border-color: #E6477C;
}
</style>