Shades of Dark Pink #E94881
Tints of Dark Pink #E94881
RGB
CMYK
RGB Variations
Color information
#E94881 (or 0xE94881) is known color: Dark Pink. HEX triplet: E9, 48 and 81. RGB value is (233,72,129). Sum of RGB (Red+Green+Blue) = 233+72+129=434 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.69% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 233 - color contains mainly: red. Hex color #E94881 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94881 is #16B77E. Grayscale: #7E7E7E. Windows color (decimal): -1488767 or 8472809. OLE color: 8472809.
HSL color Cylindrical-coordinate representation of color #E94881: hue angle of 338.76º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E94881 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 72 | 129 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.09 |
| HSL | 338.76º | 0.79% | 0.6% | - |
| HSV(B) | 338.76º | 0.69% | 0.91% | - |
| XYZ | 39.88 | 23.54 | 23.21 | - |
| YUV | 126.64 | 129.34 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 72 | 129 | 0 | 0.69 | 0.45 | 0.09 | 338.76 | 0.79 | 0.6 |
| Hex | E9 | 48 | 81 | 0 | 45 | 2D | 9 | 153 | 4F | 3C |
| Octal | 351 | 110 | 201 | 0 | 105 | 55 | 11 | 523 | 117 | 74 |
| Binary | 11101001 | 1001000 | 10000001 | 0 | 1000101 | 101101 | 1001 | 101010011 | 1001111 | 111100 |
Color Harmonies of #E94881
Complementary color
Monochromatic Colors of #E94881
Black with #E94881
Text Example
Text Example
White with #E94881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94881; }
p { color: rgb(233,72,129); }
H1.HeaderClassName
{
color: #E94881;
}
.AnyTagClassName
{
color: #E94881;
}
</style>
background-color css
<style>
a { background-color: #E94881; }
a { background-color: rgb(233,72,129); }
div.DivClassName
{
background-color: #E94881;
}
.BgClassName
{
background-color: #E94881;
}
</style>
border-color css
<style>
span { border-color: #E94881; }
span { border-color: rgb(233,72,129); }
td.TdClassName
{
border-color: #E94881;
}
.TagClassName
{
border-color: #E94881;
}
</style>