Shades of Mandy #E8484E
Tints of Mandy #E8484E
RGB
CMYK
RGB Variations
Color information
#E8484E (or 0xE8484E) is known color: Mandy. HEX triplet: E8, 48 and 4E. RGB value is (232,72,78). Sum of RGB (Red+Green+Blue) = 232+72+78=382 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.73% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 232 - color contains mainly: red. Hex color #E8484E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8484E is #17B7B1. Grayscale: #787878. Windows color (decimal): -1554354 or 5130472. OLE color: 5130472.
HSL color Cylindrical-coordinate representation of color #E8484E: hue angle of 357.75º 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 #E8484E is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 72 | 78 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.09 |
| HSL | 357.75º | 0.78% | 0.6% | - |
| HSV(B) | 357.75º | 0.69% | 0.91% | - |
| XYZ | 36.97 | 22.34 | 9.57 | - |
| YUV | 120.52 | 104.01 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 72 | 78 | 0 | 0.69 | 0.66 | 0.09 | 357.75 | 0.78 | 0.6 |
| Hex | E8 | 48 | 4E | 0 | 45 | 42 | 9 | 166 | 4E | 3C |
| Octal | 350 | 110 | 116 | 0 | 105 | 102 | 11 | 546 | 116 | 74 |
| Binary | 11101000 | 1001000 | 1001110 | 0 | 1000101 | 1000010 | 1001 | 101100110 | 1001110 | 111100 |
Color Harmonies of #E8484E
Complementary color
Monochromatic Colors of #E8484E
Black with #E8484E
Text Example
Text Example
White with #E8484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8484E; }
p { color: rgb(232,72,78); }
H1.HeaderClassName
{
color: #E8484E;
}
.AnyTagClassName
{
color: #E8484E;
}
</style>
background-color css
<style>
a { background-color: #E8484E; }
a { background-color: rgb(232,72,78); }
div.DivClassName
{
background-color: #E8484E;
}
.BgClassName
{
background-color: #E8484E;
}
</style>
border-color css
<style>
span { border-color: #E8484E; }
span { border-color: rgb(232,72,78); }
td.TdClassName
{
border-color: #E8484E;
}
.TagClassName
{
border-color: #E8484E;
}
</style>