Shades of Dark Pink #E95071
Tints of Dark Pink #E95071
RGB
CMYK
RGB Variations
Color information
#E95071 (or 0xE95071) is known color: Dark Pink. HEX triplet: E9, 50 and 71. RGB value is (233,80,113). Sum of RGB (Red+Green+Blue) = 233+80+113=426 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.69% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 233 - color contains mainly: red. Hex color #E95071 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95071 is #16AF8E. Grayscale: #818181. Windows color (decimal): -1486735 or 7426281. OLE color: 7426281.
HSL color Cylindrical-coordinate representation of color #E95071: hue angle of 347.06º 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 #E95071 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 113 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.09 |
| HSL | 347.06º | 0.78% | 0.61% | - |
| HSV(B) | 347.06º | 0.66% | 0.91% | - |
| XYZ | 39.45 | 24.25 | 18.22 | - |
| YUV | 129.51 | 118.69 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 113 | 0 | 0.66 | 0.52 | 0.09 | 347.06 | 0.78 | 0.61 |
| Hex | E9 | 50 | 71 | 0 | 42 | 34 | 9 | 15B | 4E | 3D |
| Octal | 351 | 120 | 161 | 0 | 102 | 64 | 11 | 533 | 116 | 75 |
| Binary | 11101001 | 1010000 | 1110001 | 0 | 1000010 | 110100 | 1001 | 101011011 | 1001110 | 111101 |
Color Harmonies of #E95071
Complementary color
Monochromatic Colors of #E95071
Black with #E95071
Text Example
Text Example
White with #E95071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95071; }
p { color: rgb(233,80,113); }
H1.HeaderClassName
{
color: #E95071;
}
.AnyTagClassName
{
color: #E95071;
}
</style>
background-color css
<style>
a { background-color: #E95071; }
a { background-color: rgb(233,80,113); }
div.DivClassName
{
background-color: #E95071;
}
.BgClassName
{
background-color: #E95071;
}
</style>
border-color css
<style>
span { border-color: #E95071; }
span { border-color: rgb(233,80,113); }
td.TdClassName
{
border-color: #E95071;
}
.TagClassName
{
border-color: #E95071;
}
</style>