Shades of Dark Pink #E95479
Tints of Dark Pink #E95479
RGB
CMYK
RGB Variations
Color information
#E95479 (or 0xE95479) is known color: Dark Pink. HEX triplet: E9, 54 and 79. RGB value is (233,84,121). Sum of RGB (Red+Green+Blue) = 233+84+121=438 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.20% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 121 (47.66% from 255 or 27.63% from 438); Max value from RGB is 233 - color contains mainly: red. Hex color #E95479 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95479 is #16AB86. Grayscale: #848484. Windows color (decimal): -1485703 or 7951593. OLE color: 7951593.
HSL color Cylindrical-coordinate representation of color #E95479: hue angle of 345.1º 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 #E95479 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 121 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.09 |
| HSL | 345.1º | 0.77% | 0.62% | - |
| HSV(B) | 345.1º | 0.64% | 0.91% | - |
| XYZ | 40.23 | 25.04 | 20.8 | - |
| YUV | 132.77 | 121.36 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 121 | 0 | 0.64 | 0.48 | 0.09 | 345.1 | 0.77 | 0.62 |
| Hex | E9 | 54 | 79 | 0 | 40 | 30 | 9 | 159 | 4D | 3E |
| Octal | 351 | 124 | 171 | 0 | 100 | 60 | 11 | 531 | 115 | 76 |
| Binary | 11101001 | 1010100 | 1111001 | 0 | 1000000 | 110000 | 1001 | 101011001 | 1001101 | 111110 |
Color Harmonies of #E95479
Complementary color
Monochromatic Colors of #E95479
Black with #E95479
Text Example
Text Example
White with #E95479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95479; }
p { color: rgb(233,84,121); }
H1.HeaderClassName
{
color: #E95479;
}
.AnyTagClassName
{
color: #E95479;
}
</style>
background-color css
<style>
a { background-color: #E95479; }
a { background-color: rgb(233,84,121); }
div.DivClassName
{
background-color: #E95479;
}
.BgClassName
{
background-color: #E95479;
}
</style>
border-color css
<style>
span { border-color: #E95479; }
span { border-color: rgb(233,84,121); }
td.TdClassName
{
border-color: #E95479;
}
.TagClassName
{
border-color: #E95479;
}
</style>