Shades of Dark Pink #E74779
Tints of Dark Pink #E74779
RGB
CMYK
RGB Variations
Color information
#E74779 (or 0xE74779) is known color: Dark Pink. HEX triplet: E7, 47 and 79. RGB value is (231,71,121). Sum of RGB (Red+Green+Blue) = 231+71+121=423 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.61% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 231 - color contains mainly: red. Hex color #E74779 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74779 is #18B886. Grayscale: #7C7C7C. Windows color (decimal): -1620103 or 7948263. OLE color: 7948263.
HSL color Cylindrical-coordinate representation of color #E74779: hue angle of 341.25º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E74779 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 71 | 121 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.09 |
| HSL | 341.25º | 0.77% | 0.59% | - |
| HSV(B) | 341.25º | 0.69% | 0.91% | - |
| XYZ | 38.66 | 22.88 | 20.47 | - |
| YUV | 124.54 | 126.01 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 71 | 121 | 0 | 0.69 | 0.48 | 0.09 | 341.25 | 0.77 | 0.59 |
| Hex | E7 | 47 | 79 | 0 | 45 | 30 | 9 | 155 | 4D | 3B |
| Octal | 347 | 107 | 171 | 0 | 105 | 60 | 11 | 525 | 115 | 73 |
| Binary | 11100111 | 1000111 | 1111001 | 0 | 1000101 | 110000 | 1001 | 101010101 | 1001101 | 111011 |
Color Harmonies of #E74779
Complementary color
Monochromatic Colors of #E74779
Black with #E74779
Text Example
Text Example
White with #E74779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74779; }
p { color: rgb(231,71,121); }
H1.HeaderClassName
{
color: #E74779;
}
.AnyTagClassName
{
color: #E74779;
}
</style>
background-color css
<style>
a { background-color: #E74779; }
a { background-color: rgb(231,71,121); }
div.DivClassName
{
background-color: #E74779;
}
.BgClassName
{
background-color: #E74779;
}
</style>
border-color css
<style>
span { border-color: #E74779; }
span { border-color: rgb(231,71,121); }
td.TdClassName
{
border-color: #E74779;
}
.TagClassName
{
border-color: #E74779;
}
</style>