Shades of Dark Pink #E74B7E
Tints of Dark Pink #E74B7E
RGB
CMYK
RGB Variations
Color information
#E74B7E (or 0xE74B7E) is known color: Dark Pink. HEX triplet: E7, 4B and 7E. RGB value is (231,75,126). Sum of RGB (Red+Green+Blue) = 231+75+126=432 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.47% from 432); Green value is 75 (29.69% from 255 or 17.36% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 231 - color contains mainly: red. Hex color #E74B7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74B7E is #18B481. Grayscale: #7F7F7F. Windows color (decimal): -1619074 or 8276967. OLE color: 8276967.
HSL color Cylindrical-coordinate representation of color #E74B7E: hue angle of 340.38º degrees, saturation: 0.76, 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 #E74B7E is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 75 | 126 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.09 |
| HSL | 340.38º | 0.76% | 0.6% | - |
| HSV(B) | 340.38º | 0.68% | 0.91% | - |
| XYZ | 39.24 | 23.53 | 22.21 | - |
| YUV | 127.46 | 127.18 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 75 | 126 | 0 | 0.68 | 0.45 | 0.09 | 340.38 | 0.76 | 0.6 |
| Hex | E7 | 4B | 7E | 0 | 44 | 2D | 9 | 154 | 4C | 3C |
| Octal | 347 | 113 | 176 | 0 | 104 | 55 | 11 | 524 | 114 | 74 |
| Binary | 11100111 | 1001011 | 1111110 | 0 | 1000100 | 101101 | 1001 | 101010100 | 1001100 | 111100 |
Color Harmonies of #E74B7E
Complementary color
Monochromatic Colors of #E74B7E
Black with #E74B7E
Text Example
Text Example
White with #E74B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74B7E; }
p { color: rgb(231,75,126); }
H1.HeaderClassName
{
color: #E74B7E;
}
.AnyTagClassName
{
color: #E74B7E;
}
</style>
background-color css
<style>
a { background-color: #E74B7E; }
a { background-color: rgb(231,75,126); }
div.DivClassName
{
background-color: #E74B7E;
}
.BgClassName
{
background-color: #E74B7E;
}
</style>
border-color css
<style>
span { border-color: #E74B7E; }
span { border-color: rgb(231,75,126); }
td.TdClassName
{
border-color: #E74B7E;
}
.TagClassName
{
border-color: #E74B7E;
}
</style>