Shades of Mandy #E3525B
Tints of Mandy #E3525B
RGB
CMYK
RGB Variations
Color information
#E3525B (or 0xE3525B) is known color: Mandy. HEX triplet: E3, 52 and 5B. RGB value is (227,82,91). Sum of RGB (Red+Green+Blue) = 227+82+91=400 (52% of max value = 765). Red value is 227 (89.06% from 255 or 56.75% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 227 - color contains mainly: red. Hex color #E3525B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3525B is #1CADA4. Grayscale: #7E7E7E. Windows color (decimal): -1879461 or 5984995. OLE color: 5984995.
HSL color Cylindrical-coordinate representation of color #E3525B: hue angle of 356.28º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E3525B is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 91 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.11 |
| HSL | 356.28º | 0.72% | 0.61% | - |
| HSV(B) | 356.28º | 0.64% | 0.89% | - |
| XYZ | 36.58 | 23.12 | 12.43 | - |
| YUV | 126.38 | 108.04 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 91 | 0 | 0.64 | 0.60 | 0.11 | 356.28 | 0.72 | 0.61 |
| Hex | E3 | 52 | 5B | 0 | 40 | 3C | B | 164 | 48 | 3D |
| Octal | 343 | 122 | 133 | 0 | 100 | 74 | 13 | 544 | 110 | 75 |
| Binary | 11100011 | 1010010 | 1011011 | 0 | 1000000 | 111100 | 1011 | 101100100 | 1001000 | 111101 |
Color Harmonies of #E3525B
Complementary color
Monochromatic Colors of #E3525B
Black with #E3525B
Text Example
Text Example
White with #E3525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3525B; }
p { color: rgb(227,82,91); }
H1.HeaderClassName
{
color: #E3525B;
}
.AnyTagClassName
{
color: #E3525B;
}
</style>
background-color css
<style>
a { background-color: #E3525B; }
a { background-color: rgb(227,82,91); }
div.DivClassName
{
background-color: #E3525B;
}
.BgClassName
{
background-color: #E3525B;
}
</style>
border-color css
<style>
span { border-color: #E3525B; }
span { border-color: rgb(227,82,91); }
td.TdClassName
{
border-color: #E3525B;
}
.TagClassName
{
border-color: #E3525B;
}
</style>