Shades of Dark Pink #E14C8B
Tints of Dark Pink #E14C8B
RGB
CMYK
RGB Variations
Color information
#E14C8B (or 0xE14C8B) is known color: Dark Pink. HEX triplet: E1, 4C and 8B. RGB value is (225,76,139). Sum of RGB (Red+Green+Blue) = 225+76+139=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14C8B is #1EB374. Grayscale: #7F7F7F. Windows color (decimal): -2012021 or 9129185. OLE color: 9129185.
HSL color Cylindrical-coordinate representation of color #E14C8B: hue angle of 334.63º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E14C8B is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 76 | 139 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.12 |
| HSL | 334.63º | 0.71% | 0.59% | - |
| HSV(B) | 334.63º | 0.66% | 0.88% | - |
| XYZ | 38.3 | 23.04 | 26.85 | - |
| YUV | 127.73 | 134.36 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 76 | 139 | 0 | 0.66 | 0.38 | 0.12 | 334.63 | 0.71 | 0.59 |
| Hex | E1 | 4C | 8B | 0 | 42 | 26 | C | 14F | 47 | 3B |
| Octal | 341 | 114 | 213 | 0 | 102 | 46 | 14 | 517 | 107 | 73 |
| Binary | 11100001 | 1001100 | 10001011 | 0 | 1000010 | 100110 | 1100 | 101001111 | 1000111 | 111011 |
Color Harmonies of #E14C8B
Complementary color
Monochromatic Colors of #E14C8B
Black with #E14C8B
Text Example
Text Example
White with #E14C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14C8B; }
p { color: rgb(225,76,139); }
H1.HeaderClassName
{
color: #E14C8B;
}
.AnyTagClassName
{
color: #E14C8B;
}
</style>
background-color css
<style>
a { background-color: #E14C8B; }
a { background-color: rgb(225,76,139); }
div.DivClassName
{
background-color: #E14C8B;
}
.BgClassName
{
background-color: #E14C8B;
}
</style>
border-color css
<style>
span { border-color: #E14C8B; }
span { border-color: rgb(225,76,139); }
td.TdClassName
{
border-color: #E14C8B;
}
.TagClassName
{
border-color: #E14C8B;
}
</style>