Shades of Mandy #E3525A
Tints of Mandy #E3525A
RGB
CMYK
RGB Variations
Color information
#E3525A (or 0xE3525A) is known color: Mandy. HEX triplet: E3, 52 and 5A. RGB value is (227,82,90). Sum of RGB (Red+Green+Blue) = 227+82+90=399 (52% of max value = 765). Red value is 227 (89.06% from 255 or 56.89% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 227 - color contains mainly: red. Hex color #E3525A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3525A is #1CADA5. Grayscale: #7E7E7E. Windows color (decimal): -1879462 or 5919459. OLE color: 5919459.
HSL color Cylindrical-coordinate representation of color #E3525A: hue angle of 356.69º 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 #E3525A is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 90 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.11 |
| HSL | 356.69º | 0.72% | 0.61% | - |
| HSV(B) | 356.69º | 0.64% | 0.89% | - |
| XYZ | 36.54 | 23.1 | 12.21 | - |
| YUV | 126.27 | 107.54 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 90 | 0 | 0.64 | 0.60 | 0.11 | 356.69 | 0.72 | 0.61 |
| Hex | E3 | 52 | 5A | 0 | 40 | 3C | B | 165 | 48 | 3D |
| Octal | 343 | 122 | 132 | 0 | 100 | 74 | 13 | 545 | 110 | 75 |
| Binary | 11100011 | 1010010 | 1011010 | 0 | 1000000 | 111100 | 1011 | 101100101 | 1001000 | 111101 |
Color Harmonies of #E3525A
Complementary color
Monochromatic Colors of #E3525A
Black with #E3525A
Text Example
Text Example
White with #E3525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3525A; }
p { color: rgb(227,82,90); }
H1.HeaderClassName
{
color: #E3525A;
}
.AnyTagClassName
{
color: #E3525A;
}
</style>
background-color css
<style>
a { background-color: #E3525A; }
a { background-color: rgb(227,82,90); }
div.DivClassName
{
background-color: #E3525A;
}
.BgClassName
{
background-color: #E3525A;
}
</style>
border-color css
<style>
span { border-color: #E3525A; }
span { border-color: rgb(227,82,90); }
td.TdClassName
{
border-color: #E3525A;
}
.TagClassName
{
border-color: #E3525A;
}
</style>