Shades of Mandy #E5484C
Tints of Mandy #E5484C
RGB
CMYK
RGB Variations
Color information
#E5484C (or 0xE5484C) is known color: Mandy. HEX triplet: E5, 48 and 4C. RGB value is (229,72,76). Sum of RGB (Red+Green+Blue) = 229+72+76=377 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.74% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 229 - color contains mainly: red. Hex color #E5484C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5484C is #1AB7B3. Grayscale: #777777. Windows color (decimal): -1750964 or 4999397. OLE color: 4999397.
HSL color Cylindrical-coordinate representation of color #E5484C: hue angle of 358.47º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5484C is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 72 | 76 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.10 |
| HSL | 358.47º | 0.75% | 0.59% | - |
| HSV(B) | 358.47º | 0.69% | 0.9% | - |
| XYZ | 35.93 | 21.81 | 9.15 | - |
| YUV | 119.4 | 103.51 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 72 | 76 | 0 | 0.69 | 0.67 | 0.10 | 358.47 | 0.75 | 0.59 |
| Hex | E5 | 48 | 4C | 0 | 45 | 43 | A | 166 | 4B | 3B |
| Octal | 345 | 110 | 114 | 0 | 105 | 103 | 12 | 546 | 113 | 73 |
| Binary | 11100101 | 1001000 | 1001100 | 0 | 1000101 | 1000011 | 1010 | 101100110 | 1001011 | 111011 |
Color Harmonies of #E5484C
Complementary color
Monochromatic Colors of #E5484C
Black with #E5484C
Text Example
Text Example
White with #E5484C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5484C; }
p { color: rgb(229,72,76); }
H1.HeaderClassName
{
color: #E5484C;
}
.AnyTagClassName
{
color: #E5484C;
}
</style>
background-color css
<style>
a { background-color: #E5484C; }
a { background-color: rgb(229,72,76); }
div.DivClassName
{
background-color: #E5484C;
}
.BgClassName
{
background-color: #E5484C;
}
</style>
border-color css
<style>
span { border-color: #E5484C; }
span { border-color: rgb(229,72,76); }
td.TdClassName
{
border-color: #E5484C;
}
.TagClassName
{
border-color: #E5484C;
}
</style>