Shades of Mandy #E8484D
Tints of Mandy #E8484D
RGB
CMYK
RGB Variations
Color information
#E8484D (or 0xE8484D) is known color: Mandy. HEX triplet: E8, 48 and 4D. RGB value is (232,72,77). Sum of RGB (Red+Green+Blue) = 232+72+77=381 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.89% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 232 - color contains mainly: red. Hex color #E8484D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8484D is #17B7B2. Grayscale: #787878. Windows color (decimal): -1554355 or 5064936. OLE color: 5064936.
HSL color Cylindrical-coordinate representation of color #E8484D: hue angle of 358.12º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E8484D is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 72 | 77 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.09 |
| HSL | 358.13º | 0.78% | 0.6% | - |
| HSV(B) | 358.13º | 0.69% | 0.91% | - |
| XYZ | 36.94 | 22.33 | 9.38 | - |
| YUV | 120.41 | 103.51 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 72 | 77 | 0 | 0.69 | 0.67 | 0.09 | 358.13 | 0.78 | 0.6 |
| Hex | E8 | 48 | 4D | 0 | 45 | 43 | 9 | 166 | 4E | 3C |
| Octal | 350 | 110 | 115 | 0 | 105 | 103 | 11 | 546 | 116 | 74 |
| Binary | 11101000 | 1001000 | 1001101 | 0 | 1000101 | 1000011 | 1001 | 101100110 | 1001110 | 111100 |
Color Harmonies of #E8484D
Complementary color
Monochromatic Colors of #E8484D
Black with #E8484D
Text Example
Text Example
White with #E8484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8484D; }
p { color: rgb(232,72,77); }
H1.HeaderClassName
{
color: #E8484D;
}
.AnyTagClassName
{
color: #E8484D;
}
</style>
background-color css
<style>
a { background-color: #E8484D; }
a { background-color: rgb(232,72,77); }
div.DivClassName
{
background-color: #E8484D;
}
.BgClassName
{
background-color: #E8484D;
}
</style>
border-color css
<style>
span { border-color: #E8484D; }
span { border-color: rgb(232,72,77); }
td.TdClassName
{
border-color: #E8484D;
}
.TagClassName
{
border-color: #E8484D;
}
</style>