Shades of Mandy #E0465A
Tints of Mandy #E0465A
RGB
CMYK
RGB Variations
Color information
#E0465A (or 0xE0465A) is known color: Mandy. HEX triplet: E0, 46 and 5A. RGB value is (224,70,90). Sum of RGB (Red+Green+Blue) = 224+70+90=384 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.33% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 224 - color contains mainly: red. Hex color #E0465A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0465A is #1FB9A5. Grayscale: #767676. Windows color (decimal): -2079142 or 5916384. OLE color: 5916384.
HSL color Cylindrical-coordinate representation of color #E0465A: hue angle of 352.21º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E0465A is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 70 | 90 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.12 |
| HSL | 352.21º | 0.71% | 0.58% | - |
| HSV(B) | 352.21º | 0.69% | 0.88% | - |
| XYZ | 34.78 | 20.97 | 11.89 | - |
| YUV | 118.33 | 112.02 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 90 | 0 | 0.69 | 0.60 | 0.12 | 352.21 | 0.71 | 0.58 |
| Hex | E0 | 46 | 5A | 0 | 45 | 3C | C | 160 | 47 | 3A |
| Octal | 340 | 106 | 132 | 0 | 105 | 74 | 14 | 540 | 107 | 72 |
| Binary | 11100000 | 1000110 | 1011010 | 0 | 1000101 | 111100 | 1100 | 101100000 | 1000111 | 111010 |
Color Harmonies of #E0465A
Complementary color
Monochromatic Colors of #E0465A
Black with #E0465A
Text Example
Text Example
White with #E0465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0465A; }
p { color: rgb(224,70,90); }
H1.HeaderClassName
{
color: #E0465A;
}
.AnyTagClassName
{
color: #E0465A;
}
</style>
background-color css
<style>
a { background-color: #E0465A; }
a { background-color: rgb(224,70,90); }
div.DivClassName
{
background-color: #E0465A;
}
.BgClassName
{
background-color: #E0465A;
}
</style>
border-color css
<style>
span { border-color: #E0465A; }
span { border-color: rgb(224,70,90); }
td.TdClassName
{
border-color: #E0465A;
}
.TagClassName
{
border-color: #E0465A;
}
</style>