Shades of Dark Pink #E95B7A
Tints of Dark Pink #E95B7A
RGB
CMYK
RGB Variations
Color information
#E95B7A (or 0xE95B7A) is known color: Dark Pink. HEX triplet: E9, 5B and 7A. RGB value is (233,91,122). Sum of RGB (Red+Green+Blue) = 233+91+122=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E95B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95B7A is #16A485. Grayscale: #898989. Windows color (decimal): -1483910 or 8018921. OLE color: 8018921.
HSL color Cylindrical-coordinate representation of color #E95B7A: hue angle of 346.9º 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 #E95B7A is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 91 | 122 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.09 |
| HSL | 346.9º | 0.76% | 0.64% | - |
| HSV(B) | 346.9º | 0.61% | 0.91% | - |
| XYZ | 40.86 | 26.21 | 21.32 | - |
| YUV | 136.99 | 119.54 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 91 | 122 | 0 | 0.61 | 0.48 | 0.09 | 346.9 | 0.76 | 0.64 |
| Hex | E9 | 5B | 7A | 0 | 3D | 30 | 9 | 15B | 4C | 40 |
| Octal | 351 | 133 | 172 | 0 | 75 | 60 | 11 | 533 | 114 | 100 |
| Binary | 11101001 | 1011011 | 1111010 | 0 | 111101 | 110000 | 1001 | 101011011 | 1001100 | 1000000 |
Color Harmonies of #E95B7A
Complementary color
Monochromatic Colors of #E95B7A
Black with #E95B7A
Text Example
Text Example
White with #E95B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95B7A; }
p { color: rgb(233,91,122); }
H1.HeaderClassName
{
color: #E95B7A;
}
.AnyTagClassName
{
color: #E95B7A;
}
</style>
background-color css
<style>
a { background-color: #E95B7A; }
a { background-color: rgb(233,91,122); }
div.DivClassName
{
background-color: #E95B7A;
}
.BgClassName
{
background-color: #E95B7A;
}
</style>
border-color css
<style>
span { border-color: #E95B7A; }
span { border-color: rgb(233,91,122); }
td.TdClassName
{
border-color: #E95B7A;
}
.TagClassName
{
border-color: #E95B7A;
}
</style>