Shades of Dark Pink #E14B8C
Tints of Dark Pink #E14B8C
RGB
CMYK
RGB Variations
Color information
#E14B8C (or 0xE14B8C) is known color: Dark Pink. HEX triplet: E1, 4B and 8C. RGB value is (225,75,140). Sum of RGB (Red+Green+Blue) = 225+75+140=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 75 (29.69% from 255 or 17.05% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E14B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14B8C is #1EB473. Grayscale: #7F7F7F. Windows color (decimal): -2012276 or 9194465. OLE color: 9194465.
HSL color Cylindrical-coordinate representation of color #E14B8C: hue angle of 334º degrees, saturation: 0.71, 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 #E14B8C is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 75 | 140 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.12 |
| HSL | 334º | 0.71% | 0.59% | - |
| HSV(B) | 334º | 0.67% | 0.88% | - |
| XYZ | 38.3 | 22.93 | 27.22 | - |
| YUV | 127.26 | 135.2 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 75 | 140 | 0 | 0.67 | 0.38 | 0.12 | 334 | 0.71 | 0.59 |
| Hex | E1 | 4B | 8C | 0 | 43 | 26 | C | 14E | 47 | 3B |
| Octal | 341 | 113 | 214 | 0 | 103 | 46 | 14 | 516 | 107 | 73 |
| Binary | 11100001 | 1001011 | 10001100 | 0 | 1000011 | 100110 | 1100 | 101001110 | 1000111 | 111011 |
Color Harmonies of #E14B8C
Complementary color
Monochromatic Colors of #E14B8C
Black with #E14B8C
Text Example
Text Example
White with #E14B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14B8C; }
p { color: rgb(225,75,140); }
H1.HeaderClassName
{
color: #E14B8C;
}
.AnyTagClassName
{
color: #E14B8C;
}
</style>
background-color css
<style>
a { background-color: #E14B8C; }
a { background-color: rgb(225,75,140); }
div.DivClassName
{
background-color: #E14B8C;
}
.BgClassName
{
background-color: #E14B8C;
}
</style>
border-color css
<style>
span { border-color: #E14B8C; }
span { border-color: rgb(225,75,140); }
td.TdClassName
{
border-color: #E14B8C;
}
.TagClassName
{
border-color: #E14B8C;
}
</style>