Shades of Dark Pink #E7427D
Tints of Dark Pink #E7427D
RGB
CMYK
RGB Variations
Color information
#E7427D (or 0xE7427D) is known color: Dark Pink. HEX triplet: E7, 42 and 7D. RGB value is (231,66,125). Sum of RGB (Red+Green+Blue) = 231+66+125=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E7427D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7427D is #18BD82. Grayscale: #797979. Windows color (decimal): -1621379 or 8209127. OLE color: 8209127.
HSL color Cylindrical-coordinate representation of color #E7427D: hue angle of 338.55º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E7427D is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 66 | 125 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.09 |
| HSL | 338.55º | 0.77% | 0.58% | - |
| HSV(B) | 338.55º | 0.71% | 0.91% | - |
| XYZ | 38.6 | 22.37 | 21.68 | - |
| YUV | 122.06 | 129.66 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 66 | 125 | 0 | 0.71 | 0.46 | 0.09 | 338.55 | 0.77 | 0.58 |
| Hex | E7 | 42 | 7D | 0 | 47 | 2E | 9 | 153 | 4D | 3A |
| Octal | 347 | 102 | 175 | 0 | 107 | 56 | 11 | 523 | 115 | 72 |
| Binary | 11100111 | 1000010 | 1111101 | 0 | 1000111 | 101110 | 1001 | 101010011 | 1001101 | 111010 |
Color Harmonies of #E7427D
Complementary color
Monochromatic Colors of #E7427D
Black with #E7427D
Text Example
Text Example
White with #E7427D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7427D; }
p { color: rgb(231,66,125); }
H1.HeaderClassName
{
color: #E7427D;
}
.AnyTagClassName
{
color: #E7427D;
}
</style>
background-color css
<style>
a { background-color: #E7427D; }
a { background-color: rgb(231,66,125); }
div.DivClassName
{
background-color: #E7427D;
}
.BgClassName
{
background-color: #E7427D;
}
</style>
border-color css
<style>
span { border-color: #E7427D; }
span { border-color: rgb(231,66,125); }
td.TdClassName
{
border-color: #E7427D;
}
.TagClassName
{
border-color: #E7427D;
}
</style>