Shades of Dark Pink #E95B7D
Tints of Dark Pink #E95B7D
RGB
CMYK
RGB Variations
Color information
#E95B7D (or 0xE95B7D) is known color: Dark Pink. HEX triplet: E9, 5B and 7D. RGB value is (233,91,125). Sum of RGB (Red+Green+Blue) = 233+91+125=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E95B7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95B7D is #16A482. Grayscale: #898989. Windows color (decimal): -1483907 or 8215529. OLE color: 8215529.
HSL color Cylindrical-coordinate representation of color #E95B7D: hue angle of 345.63º 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 #E95B7D is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 91 | 125 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.09 |
| HSL | 345.63º | 0.76% | 0.64% | - |
| HSV(B) | 345.63º | 0.61% | 0.91% | - |
| XYZ | 41.05 | 26.29 | 22.31 | - |
| YUV | 137.33 | 121.04 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 91 | 125 | 0 | 0.61 | 0.46 | 0.09 | 345.63 | 0.76 | 0.64 |
| Hex | E9 | 5B | 7D | 0 | 3D | 2E | 9 | 15A | 4C | 40 |
| Octal | 351 | 133 | 175 | 0 | 75 | 56 | 11 | 532 | 114 | 100 |
| Binary | 11101001 | 1011011 | 1111101 | 0 | 111101 | 101110 | 1001 | 101011010 | 1001100 | 1000000 |
Color Harmonies of #E95B7D
Complementary color
Monochromatic Colors of #E95B7D
Black with #E95B7D
Text Example
Text Example
White with #E95B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95B7D; }
p { color: rgb(233,91,125); }
H1.HeaderClassName
{
color: #E95B7D;
}
.AnyTagClassName
{
color: #E95B7D;
}
</style>
background-color css
<style>
a { background-color: #E95B7D; }
a { background-color: rgb(233,91,125); }
div.DivClassName
{
background-color: #E95B7D;
}
.BgClassName
{
background-color: #E95B7D;
}
</style>
border-color css
<style>
span { border-color: #E95B7D; }
span { border-color: rgb(233,91,125); }
td.TdClassName
{
border-color: #E95B7D;
}
.TagClassName
{
border-color: #E95B7D;
}
</style>