Shades of Dark Pink #E94B81
Tints of Dark Pink #E94B81
RGB
CMYK
RGB Variations
Color information
#E94B81 (or 0xE94B81) is known color: Dark Pink. HEX triplet: E9, 4B and 81. RGB value is (233,75,129). Sum of RGB (Red+Green+Blue) = 233+75+129=437 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.32% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 233 - color contains mainly: red. Hex color #E94B81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94B81 is #16B47E. Grayscale: #808080. Windows color (decimal): -1487999 or 8473577. OLE color: 8473577.
HSL color Cylindrical-coordinate representation of color #E94B81: hue angle of 339.49º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E94B81 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 75 | 129 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.09 |
| HSL | 339.49º | 0.78% | 0.6% | - |
| HSV(B) | 339.49º | 0.68% | 0.91% | - |
| XYZ | 40.08 | 23.94 | 23.28 | - |
| YUV | 128.4 | 128.35 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 75 | 129 | 0 | 0.68 | 0.45 | 0.09 | 339.49 | 0.78 | 0.6 |
| Hex | E9 | 4B | 81 | 0 | 44 | 2D | 9 | 153 | 4E | 3C |
| Octal | 351 | 113 | 201 | 0 | 104 | 55 | 11 | 523 | 116 | 74 |
| Binary | 11101001 | 1001011 | 10000001 | 0 | 1000100 | 101101 | 1001 | 101010011 | 1001110 | 111100 |
Color Harmonies of #E94B81
Complementary color
Monochromatic Colors of #E94B81
Black with #E94B81
Text Example
Text Example
White with #E94B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94B81; }
p { color: rgb(233,75,129); }
H1.HeaderClassName
{
color: #E94B81;
}
.AnyTagClassName
{
color: #E94B81;
}
</style>
background-color css
<style>
a { background-color: #E94B81; }
a { background-color: rgb(233,75,129); }
div.DivClassName
{
background-color: #E94B81;
}
.BgClassName
{
background-color: #E94B81;
}
</style>
border-color css
<style>
span { border-color: #E94B81; }
span { border-color: rgb(233,75,129); }
td.TdClassName
{
border-color: #E94B81;
}
.TagClassName
{
border-color: #E94B81;
}
</style>