Shades of Dark Pink #E7427C
Tints of Dark Pink #E7427C
RGB
CMYK
RGB Variations
Color information
#E7427C (or 0xE7427C) is known color: Dark Pink. HEX triplet: E7, 42 and 7C. RGB value is (231,66,124). Sum of RGB (Red+Green+Blue) = 231+66+124=421 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.87% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 231 - color contains mainly: red. Hex color #E7427C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7427C is #18BD83. Grayscale: #797979. Windows color (decimal): -1621380 or 8143591. OLE color: 8143591.
HSL color Cylindrical-coordinate representation of color #E7427C: hue angle of 338.91º 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 #E7427C is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 66 | 124 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.09 |
| HSL | 338.91º | 0.77% | 0.58% | - |
| HSV(B) | 338.91º | 0.71% | 0.91% | - |
| XYZ | 38.54 | 22.34 | 21.35 | - |
| YUV | 121.95 | 129.16 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 66 | 124 | 0 | 0.71 | 0.46 | 0.09 | 338.91 | 0.77 | 0.58 |
| Hex | E7 | 42 | 7C | 0 | 47 | 2E | 9 | 153 | 4D | 3A |
| Octal | 347 | 102 | 174 | 0 | 107 | 56 | 11 | 523 | 115 | 72 |
| Binary | 11100111 | 1000010 | 1111100 | 0 | 1000111 | 101110 | 1001 | 101010011 | 1001101 | 111010 |
Color Harmonies of #E7427C
Complementary color
Monochromatic Colors of #E7427C
Black with #E7427C
Text Example
Text Example
White with #E7427C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7427C; }
p { color: rgb(231,66,124); }
H1.HeaderClassName
{
color: #E7427C;
}
.AnyTagClassName
{
color: #E7427C;
}
</style>
background-color css
<style>
a { background-color: #E7427C; }
a { background-color: rgb(231,66,124); }
div.DivClassName
{
background-color: #E7427C;
}
.BgClassName
{
background-color: #E7427C;
}
</style>
border-color css
<style>
span { border-color: #E7427C; }
span { border-color: rgb(231,66,124); }
td.TdClassName
{
border-color: #E7427C;
}
.TagClassName
{
border-color: #E7427C;
}
</style>