Shades of Dark Pink #E6477B
Tints of Dark Pink #E6477B
RGB
CMYK
RGB Variations
Color information
#E6477B (or 0xE6477B) is known color: Dark Pink. HEX triplet: E6, 47 and 7B. RGB value is (230,71,123). Sum of RGB (Red+Green+Blue) = 230+71+123=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 71 (28.12% from 255 or 16.75% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E6477B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6477B is #19B884. Grayscale: #7C7C7C. Windows color (decimal): -1685637 or 8079334. OLE color: 8079334.
HSL color Cylindrical-coordinate representation of color #E6477B: hue angle of 340.38º 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 #E6477B is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 71 | 123 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.10 |
| HSL | 340.38º | 0.76% | 0.59% | - |
| HSV(B) | 340.38º | 0.69% | 0.9% | - |
| XYZ | 38.46 | 22.76 | 21.1 | - |
| YUV | 124.47 | 127.18 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 71 | 123 | 0 | 0.69 | 0.47 | 0.10 | 340.38 | 0.76 | 0.59 |
| Hex | E6 | 47 | 7B | 0 | 45 | 2F | A | 154 | 4C | 3B |
| Octal | 346 | 107 | 173 | 0 | 105 | 57 | 12 | 524 | 114 | 73 |
| Binary | 11100110 | 1000111 | 1111011 | 0 | 1000101 | 101111 | 1010 | 101010100 | 1001100 | 111011 |
Color Harmonies of #E6477B
Complementary color
Monochromatic Colors of #E6477B
Black with #E6477B
Text Example
Text Example
White with #E6477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6477B; }
p { color: rgb(230,71,123); }
H1.HeaderClassName
{
color: #E6477B;
}
.AnyTagClassName
{
color: #E6477B;
}
</style>
background-color css
<style>
a { background-color: #E6477B; }
a { background-color: rgb(230,71,123); }
div.DivClassName
{
background-color: #E6477B;
}
.BgClassName
{
background-color: #E6477B;
}
</style>
border-color css
<style>
span { border-color: #E6477B; }
span { border-color: rgb(230,71,123); }
td.TdClassName
{
border-color: #E6477B;
}
.TagClassName
{
border-color: #E6477B;
}
</style>