Shades of Dark Pink #E95B8D
Tints of Dark Pink #E95B8D
RGB
CMYK
RGB Variations
Color information
#E95B8D (or 0xE95B8D) is known color: Dark Pink. HEX triplet: E9, 5B and 8D. RGB value is (233,91,141). Sum of RGB (Red+Green+Blue) = 233+91+141=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 91 (35.94% from 255 or 19.57% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E95B8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95B8D is #16A472. Grayscale: #8B8B8B. Windows color (decimal): -1483891 or 9264105. OLE color: 9264105.
HSL color Cylindrical-coordinate representation of color #E95B8D: hue angle of 338.87º 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 #E95B8D is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 91 | 141 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.09 |
| HSL | 338.87º | 0.76% | 0.64% | - |
| HSV(B) | 338.87º | 0.61% | 0.91% | - |
| XYZ | 42.15 | 26.73 | 28.14 | - |
| YUV | 139.16 | 129.04 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 91 | 141 | 0 | 0.61 | 0.39 | 0.09 | 338.87 | 0.76 | 0.64 |
| Hex | E9 | 5B | 8D | 0 | 3D | 27 | 9 | 153 | 4C | 40 |
| Octal | 351 | 133 | 215 | 0 | 75 | 47 | 11 | 523 | 114 | 100 |
| Binary | 11101001 | 1011011 | 10001101 | 0 | 111101 | 100111 | 1001 | 101010011 | 1001100 | 1000000 |
Color Harmonies of #E95B8D
Complementary color
Monochromatic Colors of #E95B8D
Black with #E95B8D
Text Example
Text Example
White with #E95B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95B8D; }
p { color: rgb(233,91,141); }
H1.HeaderClassName
{
color: #E95B8D;
}
.AnyTagClassName
{
color: #E95B8D;
}
</style>
background-color css
<style>
a { background-color: #E95B8D; }
a { background-color: rgb(233,91,141); }
div.DivClassName
{
background-color: #E95B8D;
}
.BgClassName
{
background-color: #E95B8D;
}
</style>
border-color css
<style>
span { border-color: #E95B8D; }
span { border-color: rgb(233,91,141); }
td.TdClassName
{
border-color: #E95B8D;
}
.TagClassName
{
border-color: #E95B8D;
}
</style>