Shades of Dark Pink #E95072
Tints of Dark Pink #E95072
RGB
CMYK
RGB Variations
Color information
#E95072 (or 0xE95072) is known color: Dark Pink. HEX triplet: E9, 50 and 72. RGB value is (233,80,114). Sum of RGB (Red+Green+Blue) = 233+80+114=427 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.57% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 233 - color contains mainly: red. Hex color #E95072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95072 is #16AF8D. Grayscale: #818181. Windows color (decimal): -1486734 or 7491817. OLE color: 7491817.
HSL color Cylindrical-coordinate representation of color #E95072: hue angle of 346.67º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E95072 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 114 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.09 |
| HSL | 346.67º | 0.78% | 0.61% | - |
| HSV(B) | 346.67º | 0.66% | 0.91% | - |
| XYZ | 39.51 | 24.28 | 18.52 | - |
| YUV | 129.62 | 119.19 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 114 | 0 | 0.66 | 0.51 | 0.09 | 346.67 | 0.78 | 0.61 |
| Hex | E9 | 50 | 72 | 0 | 42 | 33 | 9 | 15B | 4E | 3D |
| Octal | 351 | 120 | 162 | 0 | 102 | 63 | 11 | 533 | 116 | 75 |
| Binary | 11101001 | 1010000 | 1110010 | 0 | 1000010 | 110011 | 1001 | 101011011 | 1001110 | 111101 |
Color Harmonies of #E95072
Complementary color
Monochromatic Colors of #E95072
Black with #E95072
Text Example
Text Example
White with #E95072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95072; }
p { color: rgb(233,80,114); }
H1.HeaderClassName
{
color: #E95072;
}
.AnyTagClassName
{
color: #E95072;
}
</style>
background-color css
<style>
a { background-color: #E95072; }
a { background-color: rgb(233,80,114); }
div.DivClassName
{
background-color: #E95072;
}
.BgClassName
{
background-color: #E95072;
}
</style>
border-color css
<style>
span { border-color: #E95072; }
span { border-color: rgb(233,80,114); }
td.TdClassName
{
border-color: #E95072;
}
.TagClassName
{
border-color: #E95072;
}
</style>