Shades of Dark Pink #E94F7A
Tints of Dark Pink #E94F7A
RGB
CMYK
RGB Variations
Color information
#E94F7A (or 0xE94F7A) is known color: Dark Pink. HEX triplet: E9, 4F and 7A. RGB value is (233,79,122). Sum of RGB (Red+Green+Blue) = 233+79+122=434 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.69% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E94F7A is #16B085. Grayscale: #818181. Windows color (decimal): -1486982 or 8015849. OLE color: 8015849.
HSL color Cylindrical-coordinate representation of color #E94F7A: hue angle of 343.25º 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 #E94F7A is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 79 | 122 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.09 |
| HSL | 343.25º | 0.78% | 0.61% | - |
| HSV(B) | 343.25º | 0.66% | 0.91% | - |
| XYZ | 39.91 | 24.32 | 21 | - |
| YUV | 129.95 | 123.52 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 79 | 122 | 0 | 0.66 | 0.48 | 0.09 | 343.25 | 0.78 | 0.61 |
| Hex | E9 | 4F | 7A | 0 | 42 | 30 | 9 | 157 | 4E | 3D |
| Octal | 351 | 117 | 172 | 0 | 102 | 60 | 11 | 527 | 116 | 75 |
| Binary | 11101001 | 1001111 | 1111010 | 0 | 1000010 | 110000 | 1001 | 101010111 | 1001110 | 111101 |
Color Harmonies of #E94F7A
Complementary color
Monochromatic Colors of #E94F7A
Black with #E94F7A
Text Example
Text Example
White with #E94F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94F7A; }
p { color: rgb(233,79,122); }
H1.HeaderClassName
{
color: #E94F7A;
}
.AnyTagClassName
{
color: #E94F7A;
}
</style>
background-color css
<style>
a { background-color: #E94F7A; }
a { background-color: rgb(233,79,122); }
div.DivClassName
{
background-color: #E94F7A;
}
.BgClassName
{
background-color: #E94F7A;
}
</style>
border-color css
<style>
span { border-color: #E94F7A; }
span { border-color: rgb(233,79,122); }
td.TdClassName
{
border-color: #E94F7A;
}
.TagClassName
{
border-color: #E94F7A;
}
</style>