Shades of Mandy #E74754
Tints of Mandy #E74754
RGB
CMYK
RGB Variations
Color information
#E74754 (or 0xE74754) is known color: Mandy. HEX triplet: E7, 47 and 54. RGB value is (231,71,84). Sum of RGB (Red+Green+Blue) = 231+71+84=386 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.84% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 231 - color contains mainly: red. Hex color #E74754 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74754 is #18B8AB. Grayscale: #787878. Windows color (decimal): -1620140 or 5523431. OLE color: 5523431.
HSL color Cylindrical-coordinate representation of color #E74754: hue angle of 355.12º 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 #E74754 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 71 | 84 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.09 |
| HSL | 355.13º | 0.77% | 0.59% | - |
| HSV(B) | 355.13º | 0.69% | 0.91% | - |
| XYZ | 36.81 | 22.14 | 10.72 | - |
| YUV | 120.32 | 107.51 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 71 | 84 | 0 | 0.69 | 0.64 | 0.09 | 355.13 | 0.77 | 0.59 |
| Hex | E7 | 47 | 54 | 0 | 45 | 40 | 9 | 163 | 4D | 3B |
| Octal | 347 | 107 | 124 | 0 | 105 | 100 | 11 | 543 | 115 | 73 |
| Binary | 11100111 | 1000111 | 1010100 | 0 | 1000101 | 1000000 | 1001 | 101100011 | 1001101 | 111011 |
Color Harmonies of #E74754
Complementary color
Monochromatic Colors of #E74754
Black with #E74754
Text Example
Text Example
White with #E74754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74754; }
p { color: rgb(231,71,84); }
H1.HeaderClassName
{
color: #E74754;
}
.AnyTagClassName
{
color: #E74754;
}
</style>
background-color css
<style>
a { background-color: #E74754; }
a { background-color: rgb(231,71,84); }
div.DivClassName
{
background-color: #E74754;
}
.BgClassName
{
background-color: #E74754;
}
</style>
border-color css
<style>
span { border-color: #E74754; }
span { border-color: rgb(231,71,84); }
td.TdClassName
{
border-color: #E74754;
}
.TagClassName
{
border-color: #E74754;
}
</style>