Shades of Dark Pink #E95B7B
Tints of Dark Pink #E95B7B
RGB
CMYK
RGB Variations
Color information
#E95B7B (or 0xE95B7B) is known color: Dark Pink. HEX triplet: E9, 5B and 7B. RGB value is (233,91,123). Sum of RGB (Red+Green+Blue) = 233+91+123=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E95B7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95B7B is #16A484. Grayscale: #898989. Windows color (decimal): -1483909 or 8084457. OLE color: 8084457.
HSL color Cylindrical-coordinate representation of color #E95B7B: hue angle of 346.48º 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 #E95B7B is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 91 | 123 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.09 |
| HSL | 346.48º | 0.76% | 0.64% | - |
| HSV(B) | 346.48º | 0.61% | 0.91% | - |
| XYZ | 40.92 | 26.24 | 21.65 | - |
| YUV | 137.11 | 120.04 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 91 | 123 | 0 | 0.61 | 0.47 | 0.09 | 346.48 | 0.76 | 0.64 |
| Hex | E9 | 5B | 7B | 0 | 3D | 2F | 9 | 15A | 4C | 40 |
| Octal | 351 | 133 | 173 | 0 | 75 | 57 | 11 | 532 | 114 | 100 |
| Binary | 11101001 | 1011011 | 1111011 | 0 | 111101 | 101111 | 1001 | 101011010 | 1001100 | 1000000 |
Color Harmonies of #E95B7B
Complementary color
Monochromatic Colors of #E95B7B
Black with #E95B7B
Text Example
Text Example
White with #E95B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95B7B; }
p { color: rgb(233,91,123); }
H1.HeaderClassName
{
color: #E95B7B;
}
.AnyTagClassName
{
color: #E95B7B;
}
</style>
background-color css
<style>
a { background-color: #E95B7B; }
a { background-color: rgb(233,91,123); }
div.DivClassName
{
background-color: #E95B7B;
}
.BgClassName
{
background-color: #E95B7B;
}
</style>
border-color css
<style>
span { border-color: #E95B7B; }
span { border-color: rgb(233,91,123); }
td.TdClassName
{
border-color: #E95B7B;
}
.TagClassName
{
border-color: #E95B7B;
}
</style>