Shades of Mandy #E5525A
Tints of Mandy #E5525A
RGB
CMYK
RGB Variations
Color information
#E5525A (or 0xE5525A) is known color: Mandy. HEX triplet: E5, 52 and 5A. RGB value is (229,82,90). Sum of RGB (Red+Green+Blue) = 229+82+90=401 (53% of max value = 765). Red value is 229 (89.84% from 255 or 57.11% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 90 (35.55% from 255 or 22.44% from 401); Max value from RGB is 229 - color contains mainly: red. Hex color #E5525A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5525A is #1AADA5. Grayscale: #7E7E7E. Windows color (decimal): -1748390 or 5919461. OLE color: 5919461.
HSL color Cylindrical-coordinate representation of color #E5525A: hue angle of 356.73º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E5525A is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 90 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.10 |
| HSL | 356.73º | 0.74% | 0.61% | - |
| HSV(B) | 356.73º | 0.64% | 0.9% | - |
| XYZ | 37.18 | 23.43 | 12.24 | - |
| YUV | 126.87 | 107.2 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 90 | 0 | 0.64 | 0.61 | 0.10 | 356.73 | 0.74 | 0.61 |
| Hex | E5 | 52 | 5A | 0 | 40 | 3D | A | 165 | 4A | 3D |
| Octal | 345 | 122 | 132 | 0 | 100 | 75 | 12 | 545 | 112 | 75 |
| Binary | 11100101 | 1010010 | 1011010 | 0 | 1000000 | 111101 | 1010 | 101100101 | 1001010 | 111101 |
Color Harmonies of #E5525A
Complementary color
Monochromatic Colors of #E5525A
Black with #E5525A
Text Example
Text Example
White with #E5525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5525A; }
p { color: rgb(229,82,90); }
H1.HeaderClassName
{
color: #E5525A;
}
.AnyTagClassName
{
color: #E5525A;
}
</style>
background-color css
<style>
a { background-color: #E5525A; }
a { background-color: rgb(229,82,90); }
div.DivClassName
{
background-color: #E5525A;
}
.BgClassName
{
background-color: #E5525A;
}
</style>
border-color css
<style>
span { border-color: #E5525A; }
span { border-color: rgb(229,82,90); }
td.TdClassName
{
border-color: #E5525A;
}
.TagClassName
{
border-color: #E5525A;
}
</style>