Shades of Dark Pink #E95085
Tints of Dark Pink #E95085
RGB
CMYK
RGB Variations
Color information
#E95085 (or 0xE95085) is known color: Dark Pink. HEX triplet: E9, 50 and 85. RGB value is (233,80,133). Sum of RGB (Red+Green+Blue) = 233+80+133=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E95085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95085 is #16AF7A. Grayscale: #838383. Windows color (decimal): -1486715 or 8737001. OLE color: 8737001.
HSL color Cylindrical-coordinate representation of color #E95085: hue angle of 339.22º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E95085 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 133 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.09 |
| HSL | 339.22º | 0.78% | 0.61% | - |
| HSV(B) | 339.22º | 0.66% | 0.91% | - |
| XYZ | 40.71 | 24.75 | 24.82 | - |
| YUV | 131.79 | 128.69 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 133 | 0 | 0.66 | 0.43 | 0.09 | 339.22 | 0.78 | 0.61 |
| Hex | E9 | 50 | 85 | 0 | 42 | 2B | 9 | 153 | 4E | 3D |
| Octal | 351 | 120 | 205 | 0 | 102 | 53 | 11 | 523 | 116 | 75 |
| Binary | 11101001 | 1010000 | 10000101 | 0 | 1000010 | 101011 | 1001 | 101010011 | 1001110 | 111101 |
Color Harmonies of #E95085
Complementary color
Monochromatic Colors of #E95085
Black with #E95085
Text Example
Text Example
White with #E95085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95085; }
p { color: rgb(233,80,133); }
H1.HeaderClassName
{
color: #E95085;
}
.AnyTagClassName
{
color: #E95085;
}
</style>
background-color css
<style>
a { background-color: #E95085; }
a { background-color: rgb(233,80,133); }
div.DivClassName
{
background-color: #E95085;
}
.BgClassName
{
background-color: #E95085;
}
</style>
border-color css
<style>
span { border-color: #E95085; }
span { border-color: rgb(233,80,133); }
td.TdClassName
{
border-color: #E95085;
}
.TagClassName
{
border-color: #E95085;
}
</style>