Shades of Dark Pink #E95A8A
Tints of Dark Pink #E95A8A
RGB
CMYK
RGB Variations
Color information
#E95A8A (or 0xE95A8A) is known color: Dark Pink. HEX triplet: E9, 5A and 8A. RGB value is (233,90,138). Sum of RGB (Red+Green+Blue) = 233+90+138=461 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.54% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 233 - color contains mainly: red. Hex color #E95A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95A8A is #16A575. Grayscale: #8A8A8A. Windows color (decimal): -1484150 or 9067241. OLE color: 9067241.
HSL color Cylindrical-coordinate representation of color #E95A8A: hue angle of 339.86º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E95A8A is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 90 | 138 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.09 |
| HSL | 339.86º | 0.76% | 0.63% | - |
| HSV(B) | 339.86º | 0.61% | 0.91% | - |
| XYZ | 41.85 | 26.47 | 26.95 | - |
| YUV | 138.23 | 127.88 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 90 | 138 | 0 | 0.61 | 0.41 | 0.09 | 339.86 | 0.76 | 0.63 |
| Hex | E9 | 5A | 8A | 0 | 3D | 29 | 9 | 154 | 4C | 3F |
| Octal | 351 | 132 | 212 | 0 | 75 | 51 | 11 | 524 | 114 | 77 |
| Binary | 11101001 | 1011010 | 10001010 | 0 | 111101 | 101001 | 1001 | 101010100 | 1001100 | 111111 |
Color Harmonies of #E95A8A
Complementary color
Monochromatic Colors of #E95A8A
Black with #E95A8A
Text Example
Text Example
White with #E95A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95A8A; }
p { color: rgb(233,90,138); }
H1.HeaderClassName
{
color: #E95A8A;
}
.AnyTagClassName
{
color: #E95A8A;
}
</style>
background-color css
<style>
a { background-color: #E95A8A; }
a { background-color: rgb(233,90,138); }
div.DivClassName
{
background-color: #E95A8A;
}
.BgClassName
{
background-color: #E95A8A;
}
</style>
border-color css
<style>
span { border-color: #E95A8A; }
span { border-color: rgb(233,90,138); }
td.TdClassName
{
border-color: #E95A8A;
}
.TagClassName
{
border-color: #E95A8A;
}
</style>