Shades of Mandy #E0525A
Tints of Mandy #E0525A
RGB
CMYK
RGB Variations
Color information
#E0525A (or 0xE0525A) is known color: Mandy. HEX triplet: E0, 52 and 5A. RGB value is (224,82,90). Sum of RGB (Red+Green+Blue) = 224+82+90=396 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.57% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 224 - color contains mainly: red. Hex color #E0525A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0525A is #1FADA5. Grayscale: #7D7D7D. Windows color (decimal): -2076070 or 5919456. OLE color: 5919456.
HSL color Cylindrical-coordinate representation of color #E0525A: hue angle of 356.62º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E0525A is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 82 | 90 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.12 |
| HSL | 356.62º | 0.7% | 0.6% | - |
| HSV(B) | 356.62º | 0.63% | 0.88% | - |
| XYZ | 35.6 | 22.62 | 12.16 | - |
| YUV | 125.37 | 108.04 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 82 | 90 | 0 | 0.63 | 0.60 | 0.12 | 356.62 | 0.7 | 0.6 |
| Hex | E0 | 52 | 5A | 0 | 3F | 3C | C | 165 | 46 | 3C |
| Octal | 340 | 122 | 132 | 0 | 77 | 74 | 14 | 545 | 106 | 74 |
| Binary | 11100000 | 1010010 | 1011010 | 0 | 111111 | 111100 | 1100 | 101100101 | 1000110 | 111100 |
Color Harmonies of #E0525A
Complementary color
Monochromatic Colors of #E0525A
Black with #E0525A
Text Example
Text Example
White with #E0525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0525A; }
p { color: rgb(224,82,90); }
H1.HeaderClassName
{
color: #E0525A;
}
.AnyTagClassName
{
color: #E0525A;
}
</style>
background-color css
<style>
a { background-color: #E0525A; }
a { background-color: rgb(224,82,90); }
div.DivClassName
{
background-color: #E0525A;
}
.BgClassName
{
background-color: #E0525A;
}
</style>
border-color css
<style>
span { border-color: #E0525A; }
span { border-color: rgb(224,82,90); }
td.TdClassName
{
border-color: #E0525A;
}
.TagClassName
{
border-color: #E0525A;
}
</style>