Shades of Mandy #E74B4D
Tints of Mandy #E74B4D
RGB
CMYK
RGB Variations
Color information
#E74B4D (or 0xE74B4D) is known color: Mandy. HEX triplet: E7, 4B and 4D. RGB value is (231,75,77). Sum of RGB (Red+Green+Blue) = 231+75+77=383 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.31% from 383); Green value is 75 (29.69% from 255 or 19.58% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 231 - color contains mainly: red. Hex color #E74B4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74B4D is #18B4B2. Grayscale: #7A7A7A. Windows color (decimal): -1619123 or 5065703. OLE color: 5065703.
HSL color Cylindrical-coordinate representation of color #E74B4D: hue angle of 359.23º 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 #E74B4D is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 75 | 77 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.09 |
| HSL | 359.23º | 0.76% | 0.6% | - |
| HSV(B) | 359.23º | 0.68% | 0.91% | - |
| XYZ | 36.81 | 22.56 | 9.43 | - |
| YUV | 121.87 | 102.68 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 75 | 77 | 0 | 0.68 | 0.67 | 0.09 | 359.23 | 0.76 | 0.6 |
| Hex | E7 | 4B | 4D | 0 | 44 | 43 | 9 | 167 | 4C | 3C |
| Octal | 347 | 113 | 115 | 0 | 104 | 103 | 11 | 547 | 114 | 74 |
| Binary | 11100111 | 1001011 | 1001101 | 0 | 1000100 | 1000011 | 1001 | 101100111 | 1001100 | 111100 |
Color Harmonies of #E74B4D
Complementary color
Monochromatic Colors of #E74B4D
Black with #E74B4D
Text Example
Text Example
White with #E74B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74B4D; }
p { color: rgb(231,75,77); }
H1.HeaderClassName
{
color: #E74B4D;
}
.AnyTagClassName
{
color: #E74B4D;
}
</style>
background-color css
<style>
a { background-color: #E74B4D; }
a { background-color: rgb(231,75,77); }
div.DivClassName
{
background-color: #E74B4D;
}
.BgClassName
{
background-color: #E74B4D;
}
</style>
border-color css
<style>
span { border-color: #E74B4D; }
span { border-color: rgb(231,75,77); }
td.TdClassName
{
border-color: #E74B4D;
}
.TagClassName
{
border-color: #E74B4D;
}
</style>