Shades of Mandy #E5474B
Tints of Mandy #E5474B
RGB
CMYK
RGB Variations
Color information
#E5474B (or 0xE5474B) is known color: Mandy. HEX triplet: E5, 47 and 4B. RGB value is (229,71,75). Sum of RGB (Red+Green+Blue) = 229+71+75=375 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.07% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 229 - color contains mainly: red. Hex color #E5474B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5474B is #1AB8B4. Grayscale: #767676. Windows color (decimal): -1751221 or 4933605. OLE color: 4933605.
HSL color Cylindrical-coordinate representation of color #E5474B: hue angle of 358.48º 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 #E5474B is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 71 | 75 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.10 |
| HSL | 358.48º | 0.75% | 0.59% | - |
| HSV(B) | 358.48º | 0.69% | 0.9% | - |
| XYZ | 35.84 | 21.67 | 8.95 | - |
| YUV | 118.7 | 103.35 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 71 | 75 | 0 | 0.69 | 0.67 | 0.10 | 358.48 | 0.75 | 0.59 |
| Hex | E5 | 47 | 4B | 0 | 45 | 43 | A | 166 | 4B | 3B |
| Octal | 345 | 107 | 113 | 0 | 105 | 103 | 12 | 546 | 113 | 73 |
| Binary | 11100101 | 1000111 | 1001011 | 0 | 1000101 | 1000011 | 1010 | 101100110 | 1001011 | 111011 |
Color Harmonies of #E5474B
Complementary color
Monochromatic Colors of #E5474B
Black with #E5474B
Text Example
Text Example
White with #E5474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5474B; }
p { color: rgb(229,71,75); }
H1.HeaderClassName
{
color: #E5474B;
}
.AnyTagClassName
{
color: #E5474B;
}
</style>
background-color css
<style>
a { background-color: #E5474B; }
a { background-color: rgb(229,71,75); }
div.DivClassName
{
background-color: #E5474B;
}
.BgClassName
{
background-color: #E5474B;
}
</style>
border-color css
<style>
span { border-color: #E5474B; }
span { border-color: rgb(229,71,75); }
td.TdClassName
{
border-color: #E5474B;
}
.TagClassName
{
border-color: #E5474B;
}
</style>