Shades of Dark Pink #E95C80
Tints of Dark Pink #E95C80
RGB
CMYK
RGB Variations
Color information
#E95C80 (or 0xE95C80) is known color: Dark Pink. HEX triplet: E9, 5C and 80. RGB value is (233,92,128). Sum of RGB (Red+Green+Blue) = 233+92+128=453 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.43% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95C80 is #16A37F. Grayscale: #8A8A8A. Windows color (decimal): -1483648 or 8412393. OLE color: 8412393.
HSL color Cylindrical-coordinate representation of color #E95C80: hue angle of 344.68º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E95C80 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 92 | 128 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.09 |
| HSL | 344.68º | 0.76% | 0.64% | - |
| HSV(B) | 344.68º | 0.61% | 0.91% | - |
| XYZ | 41.33 | 26.54 | 23.37 | - |
| YUV | 138.26 | 122.21 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 92 | 128 | 0 | 0.61 | 0.45 | 0.09 | 344.68 | 0.76 | 0.64 |
| Hex | E9 | 5C | 80 | 0 | 3D | 2D | 9 | 159 | 4C | 40 |
| Octal | 351 | 134 | 200 | 0 | 75 | 55 | 11 | 531 | 114 | 100 |
| Binary | 11101001 | 1011100 | 10000000 | 0 | 111101 | 101101 | 1001 | 101011001 | 1001100 | 1000000 |
Color Harmonies of #E95C80
Complementary color
Monochromatic Colors of #E95C80
Black with #E95C80
Text Example
Text Example
White with #E95C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95C80; }
p { color: rgb(233,92,128); }
H1.HeaderClassName
{
color: #E95C80;
}
.AnyTagClassName
{
color: #E95C80;
}
</style>
background-color css
<style>
a { background-color: #E95C80; }
a { background-color: rgb(233,92,128); }
div.DivClassName
{
background-color: #E95C80;
}
.BgClassName
{
background-color: #E95C80;
}
</style>
border-color css
<style>
span { border-color: #E95C80; }
span { border-color: rgb(233,92,128); }
td.TdClassName
{
border-color: #E95C80;
}
.TagClassName
{
border-color: #E95C80;
}
</style>