Shades of Dark Pink #E95570
Tints of Dark Pink #E95570
RGB
CMYK
RGB Variations
Color information
#E95570 (or 0xE95570) is known color: Dark Pink. HEX triplet: E9, 55 and 70. RGB value is (233,85,112). Sum of RGB (Red+Green+Blue) = 233+85+112=430 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.19% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 233 - color contains mainly: red. Hex color #E95570 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95570 is #16AA8F. Grayscale: #848484. Windows color (decimal): -1485456 or 7362025. OLE color: 7362025.
HSL color Cylindrical-coordinate representation of color #E95570: hue angle of 349.05º 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 #E95570 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 112 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.09 |
| HSL | 349.05º | 0.77% | 0.62% | - |
| HSV(B) | 349.05º | 0.64% | 0.91% | - |
| XYZ | 39.78 | 24.99 | 18.06 | - |
| YUV | 132.33 | 116.53 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 112 | 0 | 0.64 | 0.52 | 0.09 | 349.05 | 0.77 | 0.62 |
| Hex | E9 | 55 | 70 | 0 | 40 | 34 | 9 | 15D | 4D | 3E |
| Octal | 351 | 125 | 160 | 0 | 100 | 64 | 11 | 535 | 115 | 76 |
| Binary | 11101001 | 1010101 | 1110000 | 0 | 1000000 | 110100 | 1001 | 101011101 | 1001101 | 111110 |
Color Harmonies of #E95570
Complementary color
Monochromatic Colors of #E95570
Black with #E95570
Text Example
Text Example
White with #E95570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95570; }
p { color: rgb(233,85,112); }
H1.HeaderClassName
{
color: #E95570;
}
.AnyTagClassName
{
color: #E95570;
}
</style>
background-color css
<style>
a { background-color: #E95570; }
a { background-color: rgb(233,85,112); }
div.DivClassName
{
background-color: #E95570;
}
.BgClassName
{
background-color: #E95570;
}
</style>
border-color css
<style>
span { border-color: #E95570; }
span { border-color: rgb(233,85,112); }
td.TdClassName
{
border-color: #E95570;
}
.TagClassName
{
border-color: #E95570;
}
</style>