Shades of Mandy #E74D4E
Tints of Mandy #E74D4E
RGB
CMYK
RGB Variations
Color information
#E74D4E (or 0xE74D4E) is known color: Mandy. HEX triplet: E7, 4D and 4E. RGB value is (231,77,78). Sum of RGB (Red+Green+Blue) = 231+77+78=386 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.84% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 231 - color contains mainly: red. Hex color #E74D4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E74D4E is #18B2B1. Grayscale: #7B7B7B. Windows color (decimal): -1618610 or 5131751. OLE color: 5131751.
HSL color Cylindrical-coordinate representation of color #E74D4E: hue angle of 359.61º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E74D4E is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 78 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.09 |
| HSL | 359.61º | 0.76% | 0.6% | - |
| HSV(B) | 359.61º | 0.67% | 0.91% | - |
| XYZ | 36.98 | 22.85 | 9.67 | - |
| YUV | 123.16 | 102.52 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 78 | 0 | 0.67 | 0.66 | 0.09 | 359.61 | 0.76 | 0.6 |
| Hex | E7 | 4D | 4E | 0 | 43 | 42 | 9 | 168 | 4C | 3C |
| Octal | 347 | 115 | 116 | 0 | 103 | 102 | 11 | 550 | 114 | 74 |
| Binary | 11100111 | 1001101 | 1001110 | 0 | 1000011 | 1000010 | 1001 | 101101000 | 1001100 | 111100 |
Color Harmonies of #E74D4E
Complementary color
Monochromatic Colors of #E74D4E
Black with #E74D4E
Text Example
Text Example
White with #E74D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74D4E; }
p { color: rgb(231,77,78); }
H1.HeaderClassName
{
color: #E74D4E;
}
.AnyTagClassName
{
color: #E74D4E;
}
</style>
background-color css
<style>
a { background-color: #E74D4E; }
a { background-color: rgb(231,77,78); }
div.DivClassName
{
background-color: #E74D4E;
}
.BgClassName
{
background-color: #E74D4E;
}
</style>
border-color css
<style>
span { border-color: #E74D4E; }
span { border-color: rgb(231,77,78); }
td.TdClassName
{
border-color: #E74D4E;
}
.TagClassName
{
border-color: #E74D4E;
}
</style>