Shades of Dark Pink #E74F78
Tints of Dark Pink #E74F78
RGB
CMYK
RGB Variations
Color information
#E74F78 (or 0xE74F78) is known color: Dark Pink. HEX triplet: E7, 4F and 78. RGB value is (231,79,120). Sum of RGB (Red+Green+Blue) = 231+79+120=430 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.72% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 231 - color contains mainly: red. Hex color #E74F78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E74F78 is #18B087. Grayscale: #818181. Windows color (decimal): -1618056 or 7884775. OLE color: 7884775.
HSL color Cylindrical-coordinate representation of color #E74F78: hue angle of 343.82º 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 #E74F78 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 79 | 120 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.09 |
| HSL | 343.82º | 0.76% | 0.61% | - |
| HSV(B) | 343.82º | 0.66% | 0.91% | - |
| XYZ | 39.14 | 23.94 | 20.33 | - |
| YUV | 129.12 | 122.86 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 79 | 120 | 0 | 0.66 | 0.48 | 0.09 | 343.82 | 0.76 | 0.61 |
| Hex | E7 | 4F | 78 | 0 | 42 | 30 | 9 | 158 | 4C | 3D |
| Octal | 347 | 117 | 170 | 0 | 102 | 60 | 11 | 530 | 114 | 75 |
| Binary | 11100111 | 1001111 | 1111000 | 0 | 1000010 | 110000 | 1001 | 101011000 | 1001100 | 111101 |
Color Harmonies of #E74F78
Complementary color
Monochromatic Colors of #E74F78
Black with #E74F78
Text Example
Text Example
White with #E74F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74F78; }
p { color: rgb(231,79,120); }
H1.HeaderClassName
{
color: #E74F78;
}
.AnyTagClassName
{
color: #E74F78;
}
</style>
background-color css
<style>
a { background-color: #E74F78; }
a { background-color: rgb(231,79,120); }
div.DivClassName
{
background-color: #E74F78;
}
.BgClassName
{
background-color: #E74F78;
}
</style>
border-color css
<style>
span { border-color: #E74F78; }
span { border-color: rgb(231,79,120); }
td.TdClassName
{
border-color: #E74F78;
}
.TagClassName
{
border-color: #E74F78;
}
</style>