Shades of Mandy #E74C5C
Tints of Mandy #E74C5C
RGB
CMYK
RGB Variations
Color information
#E74C5C (or 0xE74C5C) is known color: Mandy. HEX triplet: E7, 4C and 5C. RGB value is (231,76,92). Sum of RGB (Red+Green+Blue) = 231+76+92=399 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.89% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 231 - color contains mainly: red. Hex color #E74C5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74C5C is #18B3A3. Grayscale: #7C7C7C. Windows color (decimal): -1618852 or 6048999. OLE color: 6048999.
HSL color Cylindrical-coordinate representation of color #E74C5C: hue angle of 353.81º 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 #E74C5C is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 76 | 92 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.09 |
| HSL | 353.81º | 0.76% | 0.6% | - |
| HSV(B) | 353.81º | 0.67% | 0.91% | - |
| XYZ | 37.47 | 22.93 | 12.58 | - |
| YUV | 124.17 | 109.85 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 76 | 92 | 0 | 0.67 | 0.60 | 0.09 | 353.81 | 0.76 | 0.6 |
| Hex | E7 | 4C | 5C | 0 | 43 | 3C | 9 | 162 | 4C | 3C |
| Octal | 347 | 114 | 134 | 0 | 103 | 74 | 11 | 542 | 114 | 74 |
| Binary | 11100111 | 1001100 | 1011100 | 0 | 1000011 | 111100 | 1001 | 101100010 | 1001100 | 111100 |
Color Harmonies of #E74C5C
Complementary color
Monochromatic Colors of #E74C5C
Black with #E74C5C
Text Example
Text Example
White with #E74C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74C5C; }
p { color: rgb(231,76,92); }
H1.HeaderClassName
{
color: #E74C5C;
}
.AnyTagClassName
{
color: #E74C5C;
}
</style>
background-color css
<style>
a { background-color: #E74C5C; }
a { background-color: rgb(231,76,92); }
div.DivClassName
{
background-color: #E74C5C;
}
.BgClassName
{
background-color: #E74C5C;
}
</style>
border-color css
<style>
span { border-color: #E74C5C; }
span { border-color: rgb(231,76,92); }
td.TdClassName
{
border-color: #E74C5C;
}
.TagClassName
{
border-color: #E74C5C;
}
</style>