Shades of Dark Pink #E14A8E
Tints of Dark Pink #E14A8E
RGB
CMYK
RGB Variations
Color information
#E14A8E (or 0xE14A8E) is known color: Dark Pink. HEX triplet: E1, 4A and 8E. RGB value is (225,74,142). Sum of RGB (Red+Green+Blue) = 225+74+142=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14A8E is #1EB571. Grayscale: #7E7E7E. Windows color (decimal): -2012530 or 9325281. OLE color: 9325281.
HSL color Cylindrical-coordinate representation of color #E14A8E: hue angle of 332.98º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E14A8E is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 142 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.12 |
| HSL | 332.98º | 0.72% | 0.59% | - |
| HSV(B) | 332.98º | 0.67% | 0.88% | - |
| XYZ | 38.38 | 22.86 | 27.98 | - |
| YUV | 126.9 | 136.53 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 142 | 0 | 0.67 | 0.37 | 0.12 | 332.98 | 0.72 | 0.59 |
| Hex | E1 | 4A | 8E | 0 | 43 | 25 | C | 14D | 48 | 3B |
| Octal | 341 | 112 | 216 | 0 | 103 | 45 | 14 | 515 | 110 | 73 |
| Binary | 11100001 | 1001010 | 10001110 | 0 | 1000011 | 100101 | 1100 | 101001101 | 1001000 | 111011 |
Color Harmonies of #E14A8E
Complementary color
Monochromatic Colors of #E14A8E
Black with #E14A8E
Text Example
Text Example
White with #E14A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14A8E; }
p { color: rgb(225,74,142); }
H1.HeaderClassName
{
color: #E14A8E;
}
.AnyTagClassName
{
color: #E14A8E;
}
</style>
background-color css
<style>
a { background-color: #E14A8E; }
a { background-color: rgb(225,74,142); }
div.DivClassName
{
background-color: #E14A8E;
}
.BgClassName
{
background-color: #E14A8E;
}
</style>
border-color css
<style>
span { border-color: #E14A8E; }
span { border-color: rgb(225,74,142); }
td.TdClassName
{
border-color: #E14A8E;
}
.TagClassName
{
border-color: #E14A8E;
}
</style>