Shades of Mandy #E94A4D
Tints of Mandy #E94A4D
RGB
CMYK
RGB Variations
Color information
#E94A4D (or 0xE94A4D) is known color: Mandy. HEX triplet: E9, 4A and 4D. RGB value is (233,74,77). Sum of RGB (Red+Green+Blue) = 233+74+77=384 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.68% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94A4D is #16B5B2. Grayscale: #7A7A7A. Windows color (decimal): -1488307 or 5065449. OLE color: 5065449.
HSL color Cylindrical-coordinate representation of color #E94A4D: hue angle of 358.87º degrees, saturation: 0.78, 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 #E94A4D is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 74 | 77 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.09 |
| HSL | 358.87º | 0.78% | 0.6% | - |
| HSV(B) | 358.87º | 0.68% | 0.91% | - |
| XYZ | 37.39 | 22.76 | 9.44 | - |
| YUV | 121.88 | 102.68 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 74 | 77 | 0 | 0.68 | 0.67 | 0.09 | 358.87 | 0.78 | 0.6 |
| Hex | E9 | 4A | 4D | 0 | 44 | 43 | 9 | 167 | 4E | 3C |
| Octal | 351 | 112 | 115 | 0 | 104 | 103 | 11 | 547 | 116 | 74 |
| Binary | 11101001 | 1001010 | 1001101 | 0 | 1000100 | 1000011 | 1001 | 101100111 | 1001110 | 111100 |
Color Harmonies of #E94A4D
Complementary color
Monochromatic Colors of #E94A4D
Black with #E94A4D
Text Example
Text Example
White with #E94A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94A4D; }
p { color: rgb(233,74,77); }
H1.HeaderClassName
{
color: #E94A4D;
}
.AnyTagClassName
{
color: #E94A4D;
}
</style>
background-color css
<style>
a { background-color: #E94A4D; }
a { background-color: rgb(233,74,77); }
div.DivClassName
{
background-color: #E94A4D;
}
.BgClassName
{
background-color: #E94A4D;
}
</style>
border-color css
<style>
span { border-color: #E94A4D; }
span { border-color: rgb(233,74,77); }
td.TdClassName
{
border-color: #E94A4D;
}
.TagClassName
{
border-color: #E94A4D;
}
</style>