Shades of Dark Pink #E95078
Tints of Dark Pink #E95078
RGB
CMYK
RGB Variations
Color information
#E95078 (or 0xE95078) is known color: Dark Pink. HEX triplet: E9, 50 and 78. RGB value is (233,80,120). Sum of RGB (Red+Green+Blue) = 233+80+120=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 120 (47.27% from 255 or 27.71% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E95078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95078 is #16AF87. Grayscale: #828282. Windows color (decimal): -1486728 or 7885033. OLE color: 7885033.
HSL color Cylindrical-coordinate representation of color #E95078: hue angle of 344.31º 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 #E95078 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 120 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.09 |
| HSL | 344.31º | 0.78% | 0.61% | - |
| HSV(B) | 344.31º | 0.66% | 0.91% | - |
| XYZ | 39.86 | 24.42 | 20.38 | - |
| YUV | 130.31 | 122.19 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 120 | 0 | 0.66 | 0.48 | 0.09 | 344.31 | 0.78 | 0.61 |
| Hex | E9 | 50 | 78 | 0 | 42 | 30 | 9 | 158 | 4E | 3D |
| Octal | 351 | 120 | 170 | 0 | 102 | 60 | 11 | 530 | 116 | 75 |
| Binary | 11101001 | 1010000 | 1111000 | 0 | 1000010 | 110000 | 1001 | 101011000 | 1001110 | 111101 |
Color Harmonies of #E95078
Complementary color
Monochromatic Colors of #E95078
Black with #E95078
Text Example
Text Example
White with #E95078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95078; }
p { color: rgb(233,80,120); }
H1.HeaderClassName
{
color: #E95078;
}
.AnyTagClassName
{
color: #E95078;
}
</style>
background-color css
<style>
a { background-color: #E95078; }
a { background-color: rgb(233,80,120); }
div.DivClassName
{
background-color: #E95078;
}
.BgClassName
{
background-color: #E95078;
}
</style>
border-color css
<style>
span { border-color: #E95078; }
span { border-color: rgb(233,80,120); }
td.TdClassName
{
border-color: #E95078;
}
.TagClassName
{
border-color: #E95078;
}
</style>