Shades of Dark Pink #E95279
Tints of Dark Pink #E95279
RGB
CMYK
RGB Variations
Color information
#E95279 (or 0xE95279) is known color: Dark Pink. HEX triplet: E9, 52 and 79. RGB value is (233,82,121). Sum of RGB (Red+Green+Blue) = 233+82+121=436 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.44% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 233 - color contains mainly: red. Hex color #E95279 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95279 is #16AD86. Grayscale: #838383. Windows color (decimal): -1486215 or 7951081. OLE color: 7951081.
HSL color Cylindrical-coordinate representation of color #E95279: hue angle of 344.5º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E95279 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 82 | 121 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.09 |
| HSL | 344.5º | 0.77% | 0.62% | - |
| HSV(B) | 344.5º | 0.65% | 0.91% | - |
| XYZ | 40.07 | 24.74 | 20.75 | - |
| YUV | 131.6 | 122.03 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 82 | 121 | 0 | 0.65 | 0.48 | 0.09 | 344.5 | 0.77 | 0.62 |
| Hex | E9 | 52 | 79 | 0 | 41 | 30 | 9 | 159 | 4D | 3E |
| Octal | 351 | 122 | 171 | 0 | 101 | 60 | 11 | 531 | 115 | 76 |
| Binary | 11101001 | 1010010 | 1111001 | 0 | 1000001 | 110000 | 1001 | 101011001 | 1001101 | 111110 |
Color Harmonies of #E95279
Complementary color
Monochromatic Colors of #E95279
Black with #E95279
Text Example
Text Example
White with #E95279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95279; }
p { color: rgb(233,82,121); }
H1.HeaderClassName
{
color: #E95279;
}
.AnyTagClassName
{
color: #E95279;
}
</style>
background-color css
<style>
a { background-color: #E95279; }
a { background-color: rgb(233,82,121); }
div.DivClassName
{
background-color: #E95279;
}
.BgClassName
{
background-color: #E95279;
}
</style>
border-color css
<style>
span { border-color: #E95279; }
span { border-color: rgb(233,82,121); }
td.TdClassName
{
border-color: #E95279;
}
.TagClassName
{
border-color: #E95279;
}
</style>