Shades of Dark Pink #E6477F
Tints of Dark Pink #E6477F
RGB
CMYK
RGB Variations
Color information
#E6477F (or 0xE6477F) is known color: Dark Pink. HEX triplet: E6, 47 and 7F. RGB value is (230,71,127). Sum of RGB (Red+Green+Blue) = 230+71+127=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 71 (28.12% from 255 or 16.59% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E6477F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6477F is #19B880. Grayscale: #7C7C7C. Windows color (decimal): -1685633 or 8341478. OLE color: 8341478.
HSL color Cylindrical-coordinate representation of color #E6477F: hue angle of 338.87º 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 #E6477F is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 71 | 127 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.10 |
| HSL | 338.87º | 0.76% | 0.59% | - |
| HSV(B) | 338.87º | 0.69% | 0.9% | - |
| XYZ | 38.72 | 22.86 | 22.45 | - |
| YUV | 124.93 | 129.18 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 71 | 127 | 0 | 0.69 | 0.45 | 0.10 | 338.87 | 0.76 | 0.59 |
| Hex | E6 | 47 | 7F | 0 | 45 | 2D | A | 153 | 4C | 3B |
| Octal | 346 | 107 | 177 | 0 | 105 | 55 | 12 | 523 | 114 | 73 |
| Binary | 11100110 | 1000111 | 1111111 | 0 | 1000101 | 101101 | 1010 | 101010011 | 1001100 | 111011 |
Color Harmonies of #E6477F
Complementary color
Monochromatic Colors of #E6477F
Black with #E6477F
Text Example
Text Example
White with #E6477F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6477F; }
p { color: rgb(230,71,127); }
H1.HeaderClassName
{
color: #E6477F;
}
.AnyTagClassName
{
color: #E6477F;
}
</style>
background-color css
<style>
a { background-color: #E6477F; }
a { background-color: rgb(230,71,127); }
div.DivClassName
{
background-color: #E6477F;
}
.BgClassName
{
background-color: #E6477F;
}
</style>
border-color css
<style>
span { border-color: #E6477F; }
span { border-color: rgb(230,71,127); }
td.TdClassName
{
border-color: #E6477F;
}
.TagClassName
{
border-color: #E6477F;
}
</style>