Shades of Dark Pink #E94E7E
Tints of Dark Pink #E94E7E
RGB
CMYK
RGB Variations
Color information
#E94E7E (or 0xE94E7E) is known color: Dark Pink. HEX triplet: E9, 4E and 7E. RGB value is (233,78,126). Sum of RGB (Red+Green+Blue) = 233+78+126=437 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.32% from 437); Green value is 78 (30.86% from 255 or 17.85% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 233 - color contains mainly: red. Hex color #E94E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E94E7E is #16B181. Grayscale: #818181. Windows color (decimal): -1487234 or 8277737. OLE color: 8277737.
HSL color Cylindrical-coordinate representation of color #E94E7E: hue angle of 341.42º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E94E7E is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 78 | 126 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.09 |
| HSL | 341.42º | 0.78% | 0.61% | - |
| HSV(B) | 341.42º | 0.67% | 0.91% | - |
| XYZ | 40.09 | 24.28 | 22.31 | - |
| YUV | 129.82 | 125.85 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 78 | 126 | 0 | 0.67 | 0.46 | 0.09 | 341.42 | 0.78 | 0.61 |
| Hex | E9 | 4E | 7E | 0 | 43 | 2E | 9 | 155 | 4E | 3D |
| Octal | 351 | 116 | 176 | 0 | 103 | 56 | 11 | 525 | 116 | 75 |
| Binary | 11101001 | 1001110 | 1111110 | 0 | 1000011 | 101110 | 1001 | 101010101 | 1001110 | 111101 |
Color Harmonies of #E94E7E
Complementary color
Monochromatic Colors of #E94E7E
Black with #E94E7E
Text Example
Text Example
White with #E94E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94E7E; }
p { color: rgb(233,78,126); }
H1.HeaderClassName
{
color: #E94E7E;
}
.AnyTagClassName
{
color: #E94E7E;
}
</style>
background-color css
<style>
a { background-color: #E94E7E; }
a { background-color: rgb(233,78,126); }
div.DivClassName
{
background-color: #E94E7E;
}
.BgClassName
{
background-color: #E94E7E;
}
</style>
border-color css
<style>
span { border-color: #E94E7E; }
span { border-color: rgb(233,78,126); }
td.TdClassName
{
border-color: #E94E7E;
}
.TagClassName
{
border-color: #E94E7E;
}
</style>