Shades of Dark Pink #E6467D
Tints of Dark Pink #E6467D
RGB
CMYK
RGB Variations
Color information
#E6467D (or 0xE6467D) is known color: Dark Pink. HEX triplet: E6, 46 and 7D. RGB value is (230,70,125). Sum of RGB (Red+Green+Blue) = 230+70+125=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E6467D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6467D is #19B982. Grayscale: #7C7C7C. Windows color (decimal): -1685891 or 8210150. OLE color: 8210150.
HSL color Cylindrical-coordinate representation of color #E6467D: hue angle of 339.38º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6467D is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 70 | 125 | - |
| CMYK | 0 | 0.70 | 0.46 | 0.10 |
| HSL | 339.38º | 0.76% | 0.59% | - |
| HSV(B) | 339.38º | 0.7% | 0.9% | - |
| XYZ | 38.52 | 22.68 | 21.75 | - |
| YUV | 124.11 | 128.51 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 70 | 125 | 0 | 0.70 | 0.46 | 0.10 | 339.38 | 0.76 | 0.59 |
| Hex | E6 | 46 | 7D | 0 | 46 | 2E | A | 153 | 4C | 3B |
| Octal | 346 | 106 | 175 | 0 | 106 | 56 | 12 | 523 | 114 | 73 |
| Binary | 11100110 | 1000110 | 1111101 | 0 | 1000110 | 101110 | 1010 | 101010011 | 1001100 | 111011 |
Color Harmonies of #E6467D
Complementary color
Monochromatic Colors of #E6467D
Black with #E6467D
Text Example
Text Example
White with #E6467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6467D; }
p { color: rgb(230,70,125); }
H1.HeaderClassName
{
color: #E6467D;
}
.AnyTagClassName
{
color: #E6467D;
}
</style>
background-color css
<style>
a { background-color: #E6467D; }
a { background-color: rgb(230,70,125); }
div.DivClassName
{
background-color: #E6467D;
}
.BgClassName
{
background-color: #E6467D;
}
</style>
border-color css
<style>
span { border-color: #E6467D; }
span { border-color: rgb(230,70,125); }
td.TdClassName
{
border-color: #E6467D;
}
.TagClassName
{
border-color: #E6467D;
}
</style>