Shades of Dark Pink #E94E7A
Tints of Dark Pink #E94E7A
RGB
CMYK
RGB Variations
Color information
#E94E7A (or 0xE94E7A) is known color: Dark Pink. HEX triplet: E9, 4E and 7A. RGB value is (233,78,122). Sum of RGB (Red+Green+Blue) = 233+78+122=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 78 (30.86% from 255 or 18.01% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E94E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E94E7A is #16B185. Grayscale: #818181. Windows color (decimal): -1487238 or 8015593. OLE color: 8015593.
HSL color Cylindrical-coordinate representation of color #E94E7A: hue angle of 342.97º 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 #E94E7A is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 78 | 122 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.09 |
| HSL | 342.97º | 0.78% | 0.61% | - |
| HSV(B) | 342.97º | 0.67% | 0.91% | - |
| XYZ | 39.84 | 24.18 | 20.98 | - |
| YUV | 129.36 | 123.85 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 78 | 122 | 0 | 0.67 | 0.48 | 0.09 | 342.97 | 0.78 | 0.61 |
| Hex | E9 | 4E | 7A | 0 | 43 | 30 | 9 | 157 | 4E | 3D |
| Octal | 351 | 116 | 172 | 0 | 103 | 60 | 11 | 527 | 116 | 75 |
| Binary | 11101001 | 1001110 | 1111010 | 0 | 1000011 | 110000 | 1001 | 101010111 | 1001110 | 111101 |
Color Harmonies of #E94E7A
Complementary color
Monochromatic Colors of #E94E7A
Black with #E94E7A
Text Example
Text Example
White with #E94E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94E7A; }
p { color: rgb(233,78,122); }
H1.HeaderClassName
{
color: #E94E7A;
}
.AnyTagClassName
{
color: #E94E7A;
}
</style>
background-color css
<style>
a { background-color: #E94E7A; }
a { background-color: rgb(233,78,122); }
div.DivClassName
{
background-color: #E94E7A;
}
.BgClassName
{
background-color: #E94E7A;
}
</style>
border-color css
<style>
span { border-color: #E94E7A; }
span { border-color: rgb(233,78,122); }
td.TdClassName
{
border-color: #E94E7A;
}
.TagClassName
{
border-color: #E94E7A;
}
</style>