Shades of Dark Pink #E95C94
Tints of Dark Pink #E95C94
RGB
CMYK
RGB Variations
Color information
#E95C94 (or 0xE95C94) is known color: Dark Pink. HEX triplet: E9, 5C and 94. RGB value is (233,92,148). Sum of RGB (Red+Green+Blue) = 233+92+148=473 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.26% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95C94 is #16A36B. Grayscale: #8C8C8C. Windows color (decimal): -1483628 or 9723113. OLE color: 9723113.
HSL color Cylindrical-coordinate representation of color #E95C94: hue angle of 336.17º 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 #E95C94 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 92 | 148 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.09 |
| HSL | 336.17º | 0.76% | 0.64% | - |
| HSV(B) | 336.17º | 0.61% | 0.91% | - |
| XYZ | 42.78 | 27.12 | 31 | - |
| YUV | 140.54 | 132.21 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 92 | 148 | 0 | 0.61 | 0.36 | 0.09 | 336.17 | 0.76 | 0.64 |
| Hex | E9 | 5C | 94 | 0 | 3D | 24 | 9 | 150 | 4C | 40 |
| Octal | 351 | 134 | 224 | 0 | 75 | 44 | 11 | 520 | 114 | 100 |
| Binary | 11101001 | 1011100 | 10010100 | 0 | 111101 | 100100 | 1001 | 101010000 | 1001100 | 1000000 |
Color Harmonies of #E95C94
Complementary color
Monochromatic Colors of #E95C94
Black with #E95C94
Text Example
Text Example
White with #E95C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95C94; }
p { color: rgb(233,92,148); }
H1.HeaderClassName
{
color: #E95C94;
}
.AnyTagClassName
{
color: #E95C94;
}
</style>
background-color css
<style>
a { background-color: #E95C94; }
a { background-color: rgb(233,92,148); }
div.DivClassName
{
background-color: #E95C94;
}
.BgClassName
{
background-color: #E95C94;
}
</style>
border-color css
<style>
span { border-color: #E95C94; }
span { border-color: rgb(233,92,148); }
td.TdClassName
{
border-color: #E95C94;
}
.TagClassName
{
border-color: #E95C94;
}
</style>