Shades of Dark Pink #E74F7A
Tints of Dark Pink #E74F7A
RGB
CMYK
RGB Variations
Color information
#E74F7A (or 0xE74F7A) is known color: Dark Pink. HEX triplet: E7, 4F and 7A. RGB value is (231,79,122). Sum of RGB (Red+Green+Blue) = 231+79+122=432 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.47% from 432); Green value is 79 (31.25% from 255 or 18.29% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 231 - color contains mainly: red. Hex color #E74F7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E74F7A is #18B085. Grayscale: #818181. Windows color (decimal): -1618054 or 8015847. OLE color: 8015847.
HSL color Cylindrical-coordinate representation of color #E74F7A: hue angle of 343.03º degrees, saturation: 0.76, 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 #E74F7A is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 79 | 122 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.09 |
| HSL | 343.03º | 0.76% | 0.61% | - |
| HSV(B) | 343.03º | 0.66% | 0.91% | - |
| XYZ | 39.26 | 23.99 | 20.97 | - |
| YUV | 129.35 | 123.86 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 79 | 122 | 0 | 0.66 | 0.47 | 0.09 | 343.03 | 0.76 | 0.61 |
| Hex | E7 | 4F | 7A | 0 | 42 | 2F | 9 | 157 | 4C | 3D |
| Octal | 347 | 117 | 172 | 0 | 102 | 57 | 11 | 527 | 114 | 75 |
| Binary | 11100111 | 1001111 | 1111010 | 0 | 1000010 | 101111 | 1001 | 101010111 | 1001100 | 111101 |
Color Harmonies of #E74F7A
Complementary color
Monochromatic Colors of #E74F7A
Black with #E74F7A
Text Example
Text Example
White with #E74F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74F7A; }
p { color: rgb(231,79,122); }
H1.HeaderClassName
{
color: #E74F7A;
}
.AnyTagClassName
{
color: #E74F7A;
}
</style>
background-color css
<style>
a { background-color: #E74F7A; }
a { background-color: rgb(231,79,122); }
div.DivClassName
{
background-color: #E74F7A;
}
.BgClassName
{
background-color: #E74F7A;
}
</style>
border-color css
<style>
span { border-color: #E74F7A; }
span { border-color: rgb(231,79,122); }
td.TdClassName
{
border-color: #E74F7A;
}
.TagClassName
{
border-color: #E74F7A;
}
</style>