Shades of Dark Pink #E95474
Tints of Dark Pink #E95474
RGB
CMYK
RGB Variations
Color information
#E95474 (or 0xE95474) is known color: Dark Pink. HEX triplet: E9, 54 and 74. RGB value is (233,84,116). Sum of RGB (Red+Green+Blue) = 233+84+116=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E95474 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95474 is #16AB8B. Grayscale: #848484. Windows color (decimal): -1485708 or 7623913. OLE color: 7623913.
HSL color Cylindrical-coordinate representation of color #E95474: hue angle of 347.11º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E95474 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 116 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.09 |
| HSL | 347.11º | 0.77% | 0.62% | - |
| HSV(B) | 347.11º | 0.64% | 0.91% | - |
| XYZ | 39.93 | 24.93 | 19.23 | - |
| YUV | 132.2 | 118.86 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 116 | 0 | 0.64 | 0.50 | 0.09 | 347.11 | 0.77 | 0.62 |
| Hex | E9 | 54 | 74 | 0 | 40 | 32 | 9 | 15B | 4D | 3E |
| Octal | 351 | 124 | 164 | 0 | 100 | 62 | 11 | 533 | 115 | 76 |
| Binary | 11101001 | 1010100 | 1110100 | 0 | 1000000 | 110010 | 1001 | 101011011 | 1001101 | 111110 |
Color Harmonies of #E95474
Complementary color
Monochromatic Colors of #E95474
Black with #E95474
Text Example
Text Example
White with #E95474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95474; }
p { color: rgb(233,84,116); }
H1.HeaderClassName
{
color: #E95474;
}
.AnyTagClassName
{
color: #E95474;
}
</style>
background-color css
<style>
a { background-color: #E95474; }
a { background-color: rgb(233,84,116); }
div.DivClassName
{
background-color: #E95474;
}
.BgClassName
{
background-color: #E95474;
}
</style>
border-color css
<style>
span { border-color: #E95474; }
span { border-color: rgb(233,84,116); }
td.TdClassName
{
border-color: #E95474;
}
.TagClassName
{
border-color: #E95474;
}
</style>