Shades of Dark Pink #E7427E
Tints of Dark Pink #E7427E
RGB
CMYK
RGB Variations
Color information
#E7427E (or 0xE7427E) is known color: Dark Pink. HEX triplet: E7, 42 and 7E. RGB value is (231,66,126). Sum of RGB (Red+Green+Blue) = 231+66+126=423 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.61% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 231 - color contains mainly: red. Hex color #E7427E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7427E is #18BD81. Grayscale: #7A7A7A. Windows color (decimal): -1621378 or 8274663. OLE color: 8274663.
HSL color Cylindrical-coordinate representation of color #E7427E: hue angle of 338.18º 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 #E7427E is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 66 | 126 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.09 |
| HSL | 338.18º | 0.77% | 0.58% | - |
| HSV(B) | 338.18º | 0.71% | 0.91% | - |
| XYZ | 38.67 | 22.39 | 22.02 | - |
| YUV | 122.18 | 130.16 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 66 | 126 | 0 | 0.71 | 0.45 | 0.09 | 338.18 | 0.77 | 0.58 |
| Hex | E7 | 42 | 7E | 0 | 47 | 2D | 9 | 152 | 4D | 3A |
| Octal | 347 | 102 | 176 | 0 | 107 | 55 | 11 | 522 | 115 | 72 |
| Binary | 11100111 | 1000010 | 1111110 | 0 | 1000111 | 101101 | 1001 | 101010010 | 1001101 | 111010 |
Color Harmonies of #E7427E
Complementary color
Monochromatic Colors of #E7427E
Black with #E7427E
Text Example
Text Example
White with #E7427E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7427E; }
p { color: rgb(231,66,126); }
H1.HeaderClassName
{
color: #E7427E;
}
.AnyTagClassName
{
color: #E7427E;
}
</style>
background-color css
<style>
a { background-color: #E7427E; }
a { background-color: rgb(231,66,126); }
div.DivClassName
{
background-color: #E7427E;
}
.BgClassName
{
background-color: #E7427E;
}
</style>
border-color css
<style>
span { border-color: #E7427E; }
span { border-color: rgb(231,66,126); }
td.TdClassName
{
border-color: #E7427E;
}
.TagClassName
{
border-color: #E7427E;
}
</style>