Shades of Dark Pink #E95385
Tints of Dark Pink #E95385
RGB
CMYK
RGB Variations
Color information
#E95385 (or 0xE95385) is known color: Dark Pink. HEX triplet: E9, 53 and 85. RGB value is (233,83,133). Sum of RGB (Red+Green+Blue) = 233+83+133=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E95385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95385 is #16AC7A. Grayscale: #858585. Windows color (decimal): -1485947 or 8737769. OLE color: 8737769.
HSL color Cylindrical-coordinate representation of color #E95385: hue angle of 340º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E95385 is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 83 | 133 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.09 |
| HSL | 340º | 0.77% | 0.62% | - |
| HSV(B) | 340º | 0.64% | 0.91% | - |
| XYZ | 40.93 | 25.2 | 24.9 | - |
| YUV | 133.55 | 127.7 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 83 | 133 | 0 | 0.64 | 0.43 | 0.09 | 340 | 0.77 | 0.62 |
| Hex | E9 | 53 | 85 | 0 | 40 | 2B | 9 | 154 | 4D | 3E |
| Octal | 351 | 123 | 205 | 0 | 100 | 53 | 11 | 524 | 115 | 76 |
| Binary | 11101001 | 1010011 | 10000101 | 0 | 1000000 | 101011 | 1001 | 101010100 | 1001101 | 111110 |
Color Harmonies of #E95385
Complementary color
Monochromatic Colors of #E95385
Black with #E95385
Text Example
Text Example
White with #E95385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95385; }
p { color: rgb(233,83,133); }
H1.HeaderClassName
{
color: #E95385;
}
.AnyTagClassName
{
color: #E95385;
}
</style>
background-color css
<style>
a { background-color: #E95385; }
a { background-color: rgb(233,83,133); }
div.DivClassName
{
background-color: #E95385;
}
.BgClassName
{
background-color: #E95385;
}
</style>
border-color css
<style>
span { border-color: #E95385; }
span { border-color: rgb(233,83,133); }
td.TdClassName
{
border-color: #E95385;
}
.TagClassName
{
border-color: #E95385;
}
</style>