Shades of Dark Pink #E74A7A
Tints of Dark Pink #E74A7A
RGB
CMYK
RGB Variations
Color information
#E74A7A (or 0xE74A7A) is known color: Dark Pink. HEX triplet: E7, 4A and 7A. RGB value is (231,74,122). Sum of RGB (Red+Green+Blue) = 231+74+122=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E74A7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74A7A is #18B585. Grayscale: #7E7E7E. Windows color (decimal): -1619334 or 8014567. OLE color: 8014567.
HSL color Cylindrical-coordinate representation of color #E74A7A: hue angle of 341.66º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74A7A is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 74 | 122 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.09 |
| HSL | 341.66º | 0.77% | 0.6% | - |
| HSV(B) | 341.66º | 0.68% | 0.91% | - |
| XYZ | 38.92 | 23.29 | 20.86 | - |
| YUV | 126.42 | 125.51 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 74 | 122 | 0 | 0.68 | 0.47 | 0.09 | 341.66 | 0.77 | 0.6 |
| Hex | E7 | 4A | 7A | 0 | 44 | 2F | 9 | 156 | 4D | 3C |
| Octal | 347 | 112 | 172 | 0 | 104 | 57 | 11 | 526 | 115 | 74 |
| Binary | 11100111 | 1001010 | 1111010 | 0 | 1000100 | 101111 | 1001 | 101010110 | 1001101 | 111100 |
Color Harmonies of #E74A7A
Complementary color
Monochromatic Colors of #E74A7A
Black with #E74A7A
Text Example
Text Example
White with #E74A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74A7A; }
p { color: rgb(231,74,122); }
H1.HeaderClassName
{
color: #E74A7A;
}
.AnyTagClassName
{
color: #E74A7A;
}
</style>
background-color css
<style>
a { background-color: #E74A7A; }
a { background-color: rgb(231,74,122); }
div.DivClassName
{
background-color: #E74A7A;
}
.BgClassName
{
background-color: #E74A7A;
}
</style>
border-color css
<style>
span { border-color: #E74A7A; }
span { border-color: rgb(231,74,122); }
td.TdClassName
{
border-color: #E74A7A;
}
.TagClassName
{
border-color: #E74A7A;
}
</style>