Shades of Dark Pink #E7467D
Tints of Dark Pink #E7467D
RGB
CMYK
RGB Variations
Color information
#E7467D (or 0xE7467D) is known color: Dark Pink. HEX triplet: E7, 46 and 7D. RGB value is (231,70,125). Sum of RGB (Red+Green+Blue) = 231+70+125=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E7467D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7467D is #18B982. Grayscale: #7C7C7C. Windows color (decimal): -1620355 or 8210151. OLE color: 8210151.
HSL color Cylindrical-coordinate representation of color #E7467D: hue angle of 339.5º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E7467D is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 70 | 125 | - |
| CMYK | 0 | 0.70 | 0.46 | 0.09 |
| HSL | 339.5º | 0.77% | 0.59% | - |
| HSV(B) | 339.5º | 0.7% | 0.91% | - |
| XYZ | 38.85 | 22.85 | 21.77 | - |
| YUV | 124.41 | 128.34 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 70 | 125 | 0 | 0.70 | 0.46 | 0.09 | 339.5 | 0.77 | 0.59 |
| Hex | E7 | 46 | 7D | 0 | 46 | 2E | 9 | 154 | 4D | 3B |
| Octal | 347 | 106 | 175 | 0 | 106 | 56 | 11 | 524 | 115 | 73 |
| Binary | 11100111 | 1000110 | 1111101 | 0 | 1000110 | 101110 | 1001 | 101010100 | 1001101 | 111011 |
Color Harmonies of #E7467D
Complementary color
Monochromatic Colors of #E7467D
Black with #E7467D
Text Example
Text Example
White with #E7467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7467D; }
p { color: rgb(231,70,125); }
H1.HeaderClassName
{
color: #E7467D;
}
.AnyTagClassName
{
color: #E7467D;
}
</style>
background-color css
<style>
a { background-color: #E7467D; }
a { background-color: rgb(231,70,125); }
div.DivClassName
{
background-color: #E7467D;
}
.BgClassName
{
background-color: #E7467D;
}
</style>
border-color css
<style>
span { border-color: #E7467D; }
span { border-color: rgb(231,70,125); }
td.TdClassName
{
border-color: #E7467D;
}
.TagClassName
{
border-color: #E7467D;
}
</style>