Shades of Dark Pink #E95F8B
Tints of Dark Pink #E95F8B
RGB
CMYK
RGB Variations
Color information
#E95F8B (or 0xE95F8B) is known color: Dark Pink. HEX triplet: E9, 5F and 8B. RGB value is (233,95,139). Sum of RGB (Red+Green+Blue) = 233+95+139=467 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.89% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 233 - color contains mainly: red. Hex color #E95F8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95F8B is #16A074. Grayscale: #8D8D8D. Windows color (decimal): -1482869 or 9134057. OLE color: 9134057.
HSL color Cylindrical-coordinate representation of color #E95F8B: hue angle of 340.87º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E95F8B is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 95 | 139 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.09 |
| HSL | 340.87º | 0.76% | 0.64% | - |
| HSV(B) | 340.87º | 0.59% | 0.91% | - |
| XYZ | 42.36 | 27.37 | 27.48 | - |
| YUV | 141.28 | 126.72 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 95 | 139 | 0 | 0.59 | 0.40 | 0.09 | 340.87 | 0.76 | 0.64 |
| Hex | E9 | 5F | 8B | 0 | 3B | 28 | 9 | 155 | 4C | 40 |
| Octal | 351 | 137 | 213 | 0 | 73 | 50 | 11 | 525 | 114 | 100 |
| Binary | 11101001 | 1011111 | 10001011 | 0 | 111011 | 101000 | 1001 | 101010101 | 1001100 | 1000000 |
Color Harmonies of #E95F8B
Complementary color
Monochromatic Colors of #E95F8B
Black with #E95F8B
Text Example
Text Example
White with #E95F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95F8B; }
p { color: rgb(233,95,139); }
H1.HeaderClassName
{
color: #E95F8B;
}
.AnyTagClassName
{
color: #E95F8B;
}
</style>
background-color css
<style>
a { background-color: #E95F8B; }
a { background-color: rgb(233,95,139); }
div.DivClassName
{
background-color: #E95F8B;
}
.BgClassName
{
background-color: #E95F8B;
}
</style>
border-color css
<style>
span { border-color: #E95F8B; }
span { border-color: rgb(233,95,139); }
td.TdClassName
{
border-color: #E95F8B;
}
.TagClassName
{
border-color: #E95F8B;
}
</style>