Shades of Mandy #E74A4B
Tints of Mandy #E74A4B
RGB
CMYK
RGB Variations
Color information
#E74A4B (or 0xE74A4B) is known color: Mandy. HEX triplet: E7, 4A and 4B. RGB value is (231,74,75). Sum of RGB (Red+Green+Blue) = 231+74+75=380 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.79% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 231 - color contains mainly: red. Hex color #E74A4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74A4B is #18B5B4. Grayscale: #797979. Windows color (decimal): -1619381 or 4934375. OLE color: 4934375.
HSL color Cylindrical-coordinate representation of color #E74A4B: hue angle of 359.62º 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 #E74A4B is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 74 | 75 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.09 |
| HSL | 359.62º | 0.77% | 0.6% | - |
| HSV(B) | 359.62º | 0.68% | 0.91% | - |
| XYZ | 36.67 | 22.39 | 9.05 | - |
| YUV | 121.06 | 102.01 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 74 | 75 | 0 | 0.68 | 0.68 | 0.09 | 359.62 | 0.77 | 0.6 |
| Hex | E7 | 4A | 4B | 0 | 44 | 44 | 9 | 168 | 4D | 3C |
| Octal | 347 | 112 | 113 | 0 | 104 | 104 | 11 | 550 | 115 | 74 |
| Binary | 11100111 | 1001010 | 1001011 | 0 | 1000100 | 1000100 | 1001 | 101101000 | 1001101 | 111100 |
Color Harmonies of #E74A4B
Complementary color
Monochromatic Colors of #E74A4B
Black with #E74A4B
Text Example
Text Example
White with #E74A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74A4B; }
p { color: rgb(231,74,75); }
H1.HeaderClassName
{
color: #E74A4B;
}
.AnyTagClassName
{
color: #E74A4B;
}
</style>
background-color css
<style>
a { background-color: #E74A4B; }
a { background-color: rgb(231,74,75); }
div.DivClassName
{
background-color: #E74A4B;
}
.BgClassName
{
background-color: #E74A4B;
}
</style>
border-color css
<style>
span { border-color: #E74A4B; }
span { border-color: rgb(231,74,75); }
td.TdClassName
{
border-color: #E74A4B;
}
.TagClassName
{
border-color: #E74A4B;
}
</style>