Shades of Dark Pink #E14E7F
Tints of Dark Pink #E14E7F
RGB
CMYK
RGB Variations
Color information
#E14E7F (or 0xE14E7F) is known color: Dark Pink. HEX triplet: E1, 4E and 7F. RGB value is (225,78,127). Sum of RGB (Red+Green+Blue) = 225+78+127=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14E7F is #1EB180. Grayscale: #7F7F7F. Windows color (decimal): -2011521 or 8343265. OLE color: 8343265.
HSL color Cylindrical-coordinate representation of color #E14E7F: hue angle of 340º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E14E7F is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 78 | 127 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.12 |
| HSL | 340º | 0.71% | 0.59% | - |
| HSV(B) | 340º | 0.65% | 0.88% | - |
| XYZ | 37.61 | 22.99 | 22.53 | - |
| YUV | 127.54 | 127.7 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 78 | 127 | 0 | 0.65 | 0.44 | 0.12 | 340 | 0.71 | 0.59 |
| Hex | E1 | 4E | 7F | 0 | 41 | 2C | C | 154 | 47 | 3B |
| Octal | 341 | 116 | 177 | 0 | 101 | 54 | 14 | 524 | 107 | 73 |
| Binary | 11100001 | 1001110 | 1111111 | 0 | 1000001 | 101100 | 1100 | 101010100 | 1000111 | 111011 |
Color Harmonies of #E14E7F
Complementary color
Monochromatic Colors of #E14E7F
Black with #E14E7F
Text Example
Text Example
White with #E14E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14E7F; }
p { color: rgb(225,78,127); }
H1.HeaderClassName
{
color: #E14E7F;
}
.AnyTagClassName
{
color: #E14E7F;
}
</style>
background-color css
<style>
a { background-color: #E14E7F; }
a { background-color: rgb(225,78,127); }
div.DivClassName
{
background-color: #E14E7F;
}
.BgClassName
{
background-color: #E14E7F;
}
</style>
border-color css
<style>
span { border-color: #E14E7F; }
span { border-color: rgb(225,78,127); }
td.TdClassName
{
border-color: #E14E7F;
}
.TagClassName
{
border-color: #E14E7F;
}
</style>