Shades of Dark Pink #E95286
Tints of Dark Pink #E95286
RGB
CMYK
RGB Variations
Color information
#E95286 (or 0xE95286) is known color: Dark Pink. HEX triplet: E9, 52 and 86. RGB value is (233,82,134). Sum of RGB (Red+Green+Blue) = 233+82+134=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E95286 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95286 is #16AD79. Grayscale: #858585. Windows color (decimal): -1486202 or 8803049. OLE color: 8803049.
HSL color Cylindrical-coordinate representation of color #E95286: hue angle of 339.34º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E95286 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 82 | 134 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.09 |
| HSL | 339.34º | 0.77% | 0.62% | - |
| HSV(B) | 339.34º | 0.65% | 0.91% | - |
| XYZ | 40.92 | 25.08 | 25.24 | - |
| YUV | 133.08 | 128.53 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 82 | 134 | 0 | 0.65 | 0.42 | 0.09 | 339.34 | 0.77 | 0.62 |
| Hex | E9 | 52 | 86 | 0 | 41 | 2A | 9 | 153 | 4D | 3E |
| Octal | 351 | 122 | 206 | 0 | 101 | 52 | 11 | 523 | 115 | 76 |
| Binary | 11101001 | 1010010 | 10000110 | 0 | 1000001 | 101010 | 1001 | 101010011 | 1001101 | 111110 |
Color Harmonies of #E95286
Complementary color
Monochromatic Colors of #E95286
Black with #E95286
Text Example
Text Example
White with #E95286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95286; }
p { color: rgb(233,82,134); }
H1.HeaderClassName
{
color: #E95286;
}
.AnyTagClassName
{
color: #E95286;
}
</style>
background-color css
<style>
a { background-color: #E95286; }
a { background-color: rgb(233,82,134); }
div.DivClassName
{
background-color: #E95286;
}
.BgClassName
{
background-color: #E95286;
}
</style>
border-color css
<style>
span { border-color: #E95286; }
span { border-color: rgb(233,82,134); }
td.TdClassName
{
border-color: #E95286;
}
.TagClassName
{
border-color: #E95286;
}
</style>