Shades of Dark Pink #E94F80
Tints of Dark Pink #E94F80
RGB
CMYK
RGB Variations
Color information
#E94F80 (or 0xE94F80) is known color: Dark Pink. HEX triplet: E9, 4F and 80. RGB value is (233,79,128). Sum of RGB (Red+Green+Blue) = 233+79+128=440 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.95% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E94F80 is #16B07F. Grayscale: #828282. Windows color (decimal): -1486976 or 8409065. OLE color: 8409065.
HSL color Cylindrical-coordinate representation of color #E94F80: hue angle of 340.91º 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 #E94F80 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 79 | 128 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.09 |
| HSL | 340.91º | 0.78% | 0.61% | - |
| HSV(B) | 340.91º | 0.66% | 0.91% | - |
| XYZ | 40.3 | 24.47 | 23.02 | - |
| YUV | 130.63 | 126.52 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 79 | 128 | 0 | 0.66 | 0.45 | 0.09 | 340.91 | 0.78 | 0.61 |
| Hex | E9 | 4F | 80 | 0 | 42 | 2D | 9 | 155 | 4E | 3D |
| Octal | 351 | 117 | 200 | 0 | 102 | 55 | 11 | 525 | 116 | 75 |
| Binary | 11101001 | 1001111 | 10000000 | 0 | 1000010 | 101101 | 1001 | 101010101 | 1001110 | 111101 |
Color Harmonies of #E94F80
Complementary color
Monochromatic Colors of #E94F80
Black with #E94F80
Text Example
Text Example
White with #E94F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94F80; }
p { color: rgb(233,79,128); }
H1.HeaderClassName
{
color: #E94F80;
}
.AnyTagClassName
{
color: #E94F80;
}
</style>
background-color css
<style>
a { background-color: #E94F80; }
a { background-color: rgb(233,79,128); }
div.DivClassName
{
background-color: #E94F80;
}
.BgClassName
{
background-color: #E94F80;
}
</style>
border-color css
<style>
span { border-color: #E94F80; }
span { border-color: rgb(233,79,128); }
td.TdClassName
{
border-color: #E94F80;
}
.TagClassName
{
border-color: #E94F80;
}
</style>