Shades of Dark Pink #E95C92
Tints of Dark Pink #E95C92
RGB
CMYK
RGB Variations
Color information
#E95C92 (or 0xE95C92) is known color: Dark Pink. HEX triplet: E9, 5C and 92. RGB value is (233,92,146). Sum of RGB (Red+Green+Blue) = 233+92+146=471 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.47% from 471); Green value is 92 (36.33% from 255 or 19.53% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95C92 is #16A36D. Grayscale: #8C8C8C. Windows color (decimal): -1483630 or 9592041. OLE color: 9592041.
HSL color Cylindrical-coordinate representation of color #E95C92: hue angle of 337.02º 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 #E95C92 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 92 | 146 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.09 |
| HSL | 337.02º | 0.76% | 0.64% | - |
| HSV(B) | 337.02º | 0.61% | 0.91% | - |
| XYZ | 42.62 | 27.05 | 30.17 | - |
| YUV | 140.32 | 131.21 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 92 | 146 | 0 | 0.61 | 0.37 | 0.09 | 337.02 | 0.76 | 0.64 |
| Hex | E9 | 5C | 92 | 0 | 3D | 25 | 9 | 151 | 4C | 40 |
| Octal | 351 | 134 | 222 | 0 | 75 | 45 | 11 | 521 | 114 | 100 |
| Binary | 11101001 | 1011100 | 10010010 | 0 | 111101 | 100101 | 1001 | 101010001 | 1001100 | 1000000 |
Color Harmonies of #E95C92
Complementary color
Monochromatic Colors of #E95C92
Black with #E95C92
Text Example
Text Example
White with #E95C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95C92; }
p { color: rgb(233,92,146); }
H1.HeaderClassName
{
color: #E95C92;
}
.AnyTagClassName
{
color: #E95C92;
}
</style>
background-color css
<style>
a { background-color: #E95C92; }
a { background-color: rgb(233,92,146); }
div.DivClassName
{
background-color: #E95C92;
}
.BgClassName
{
background-color: #E95C92;
}
</style>
border-color css
<style>
span { border-color: #E95C92; }
span { border-color: rgb(233,92,146); }
td.TdClassName
{
border-color: #E95C92;
}
.TagClassName
{
border-color: #E95C92;
}
</style>