Shades of Mandy #E0454E
Tints of Mandy #E0454E
RGB
CMYK
RGB Variations
Color information
#E0454E (or 0xE0454E) is known color: Mandy. HEX triplet: E0, 45 and 4E. RGB value is (224,69,78). Sum of RGB (Red+Green+Blue) = 224+69+78=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E0454E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0454E is #1FBAB1. Grayscale: #747474. Windows color (decimal): -2079410 or 5129696. OLE color: 5129696.
HSL color Cylindrical-coordinate representation of color #E0454E: hue angle of 356.52º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E0454E is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 69 | 78 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.12 |
| HSL | 356.52º | 0.71% | 0.57% | - |
| HSV(B) | 356.52º | 0.69% | 0.88% | - |
| XYZ | 34.24 | 20.65 | 9.39 | - |
| YUV | 116.37 | 106.35 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 69 | 78 | 0 | 0.69 | 0.65 | 0.12 | 356.52 | 0.71 | 0.57 |
| Hex | E0 | 45 | 4E | 0 | 45 | 41 | C | 165 | 47 | 39 |
| Octal | 340 | 105 | 116 | 0 | 105 | 101 | 14 | 545 | 107 | 71 |
| Binary | 11100000 | 1000101 | 1001110 | 0 | 1000101 | 1000001 | 1100 | 101100101 | 1000111 | 111001 |
Color Harmonies of #E0454E
Complementary color
Monochromatic Colors of #E0454E
Black with #E0454E
Text Example
Text Example
White with #E0454E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0454E; }
p { color: rgb(224,69,78); }
H1.HeaderClassName
{
color: #E0454E;
}
.AnyTagClassName
{
color: #E0454E;
}
</style>
background-color css
<style>
a { background-color: #E0454E; }
a { background-color: rgb(224,69,78); }
div.DivClassName
{
background-color: #E0454E;
}
.BgClassName
{
background-color: #E0454E;
}
</style>
border-color css
<style>
span { border-color: #E0454E; }
span { border-color: rgb(224,69,78); }
td.TdClassName
{
border-color: #E0454E;
}
.TagClassName
{
border-color: #E0454E;
}
</style>