Shades of Mandy #E5484B
Tints of Mandy #E5484B
RGB
CMYK
RGB Variations
Color information
#E5484B (or 0xE5484B) is known color: Mandy. HEX triplet: E5, 48 and 4B. RGB value is (229,72,75). Sum of RGB (Red+Green+Blue) = 229+72+75=376 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.90% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 229 - color contains mainly: red. Hex color #E5484B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5484B is #1AB7B4. Grayscale: #777777. Windows color (decimal): -1750965 or 4933861. OLE color: 4933861.
HSL color Cylindrical-coordinate representation of color #E5484B: hue angle of 358.85º 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 #E5484B is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 72 | 75 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.10 |
| HSL | 358.85º | 0.75% | 0.59% | - |
| HSV(B) | 358.85º | 0.69% | 0.9% | - |
| XYZ | 35.9 | 21.8 | 8.97 | - |
| YUV | 119.29 | 103.01 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 72 | 75 | 0 | 0.69 | 0.67 | 0.10 | 358.85 | 0.75 | 0.59 |
| Hex | E5 | 48 | 4B | 0 | 45 | 43 | A | 167 | 4B | 3B |
| Octal | 345 | 110 | 113 | 0 | 105 | 103 | 12 | 547 | 113 | 73 |
| Binary | 11100101 | 1001000 | 1001011 | 0 | 1000101 | 1000011 | 1010 | 101100111 | 1001011 | 111011 |
Color Harmonies of #E5484B
Complementary color
Monochromatic Colors of #E5484B
Black with #E5484B
Text Example
Text Example
White with #E5484B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5484B; }
p { color: rgb(229,72,75); }
H1.HeaderClassName
{
color: #E5484B;
}
.AnyTagClassName
{
color: #E5484B;
}
</style>
background-color css
<style>
a { background-color: #E5484B; }
a { background-color: rgb(229,72,75); }
div.DivClassName
{
background-color: #E5484B;
}
.BgClassName
{
background-color: #E5484B;
}
</style>
border-color css
<style>
span { border-color: #E5484B; }
span { border-color: rgb(229,72,75); }
td.TdClassName
{
border-color: #E5484B;
}
.TagClassName
{
border-color: #E5484B;
}
</style>