Shades of Dark Pink #E95F8C
Tints of Dark Pink #E95F8C
RGB
CMYK
RGB Variations
Color information
#E95F8C (or 0xE95F8C) is known color: Dark Pink. HEX triplet: E9, 5F and 8C. RGB value is (233,95,140). Sum of RGB (Red+Green+Blue) = 233+95+140=468 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.79% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 233 - color contains mainly: red. Hex color #E95F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95F8C is #16A073. Grayscale: #8D8D8D. Windows color (decimal): -1482868 or 9199593. OLE color: 9199593.
HSL color Cylindrical-coordinate representation of color #E95F8C: hue angle of 340.43º 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 #E95F8C is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 95 | 140 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.09 |
| HSL | 340.43º | 0.76% | 0.64% | - |
| HSV(B) | 340.43º | 0.59% | 0.91% | - |
| XYZ | 42.43 | 27.4 | 27.86 | - |
| YUV | 141.39 | 127.22 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 95 | 140 | 0 | 0.59 | 0.40 | 0.09 | 340.43 | 0.76 | 0.64 |
| Hex | E9 | 5F | 8C | 0 | 3B | 28 | 9 | 154 | 4C | 40 |
| Octal | 351 | 137 | 214 | 0 | 73 | 50 | 11 | 524 | 114 | 100 |
| Binary | 11101001 | 1011111 | 10001100 | 0 | 111011 | 101000 | 1001 | 101010100 | 1001100 | 1000000 |
Color Harmonies of #E95F8C
Complementary color
Monochromatic Colors of #E95F8C
Black with #E95F8C
Text Example
Text Example
White with #E95F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95F8C; }
p { color: rgb(233,95,140); }
H1.HeaderClassName
{
color: #E95F8C;
}
.AnyTagClassName
{
color: #E95F8C;
}
</style>
background-color css
<style>
a { background-color: #E95F8C; }
a { background-color: rgb(233,95,140); }
div.DivClassName
{
background-color: #E95F8C;
}
.BgClassName
{
background-color: #E95F8C;
}
</style>
border-color css
<style>
span { border-color: #E95F8C; }
span { border-color: rgb(233,95,140); }
td.TdClassName
{
border-color: #E95F8C;
}
.TagClassName
{
border-color: #E95F8C;
}
</style>