Shades of Dark Pink #E95C8C
Tints of Dark Pink #E95C8C
RGB
CMYK
RGB Variations
Color information
#E95C8C (or 0xE95C8C) is known color: Dark Pink. HEX triplet: E9, 5C and 8C. RGB value is (233,92,140). Sum of RGB (Red+Green+Blue) = 233+92+140=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95C8C is #16A373. Grayscale: #8B8B8B. Windows color (decimal): -1483636 or 9198825. OLE color: 9198825.
HSL color Cylindrical-coordinate representation of color #E95C8C: hue angle of 339.57º 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 #E95C8C is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 92 | 140 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.09 |
| HSL | 339.57º | 0.76% | 0.64% | - |
| HSV(B) | 339.57º | 0.61% | 0.91% | - |
| XYZ | 42.17 | 26.87 | 27.78 | - |
| YUV | 139.63 | 128.21 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 92 | 140 | 0 | 0.61 | 0.40 | 0.09 | 339.57 | 0.76 | 0.64 |
| Hex | E9 | 5C | 8C | 0 | 3D | 28 | 9 | 154 | 4C | 40 |
| Octal | 351 | 134 | 214 | 0 | 75 | 50 | 11 | 524 | 114 | 100 |
| Binary | 11101001 | 1011100 | 10001100 | 0 | 111101 | 101000 | 1001 | 101010100 | 1001100 | 1000000 |
Color Harmonies of #E95C8C
Complementary color
Monochromatic Colors of #E95C8C
Black with #E95C8C
Text Example
Text Example
White with #E95C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95C8C; }
p { color: rgb(233,92,140); }
H1.HeaderClassName
{
color: #E95C8C;
}
.AnyTagClassName
{
color: #E95C8C;
}
</style>
background-color css
<style>
a { background-color: #E95C8C; }
a { background-color: rgb(233,92,140); }
div.DivClassName
{
background-color: #E95C8C;
}
.BgClassName
{
background-color: #E95C8C;
}
</style>
border-color css
<style>
span { border-color: #E95C8C; }
span { border-color: rgb(233,92,140); }
td.TdClassName
{
border-color: #E95C8C;
}
.TagClassName
{
border-color: #E95C8C;
}
</style>