Shades of Mandy #E0465B
Tints of Mandy #E0465B
RGB
CMYK
RGB Variations
Color information
#E0465B (or 0xE0465B) is known color: Mandy. HEX triplet: E0, 46 and 5B. RGB value is (224,70,91). Sum of RGB (Red+Green+Blue) = 224+70+91=385 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.18% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 224 - color contains mainly: red. Hex color #E0465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0465B is #1FB9A4. Grayscale: #767676. Windows color (decimal): -2079141 or 5981920. OLE color: 5981920.
HSL color Cylindrical-coordinate representation of color #E0465B: hue angle of 351.82º 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 #E0465B is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 70 | 91 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.12 |
| HSL | 351.82º | 0.71% | 0.58% | - |
| HSV(B) | 351.82º | 0.69% | 0.88% | - |
| XYZ | 34.82 | 20.98 | 12.11 | - |
| YUV | 118.44 | 112.52 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 91 | 0 | 0.69 | 0.59 | 0.12 | 351.82 | 0.71 | 0.58 |
| Hex | E0 | 46 | 5B | 0 | 45 | 3B | C | 160 | 47 | 3A |
| Octal | 340 | 106 | 133 | 0 | 105 | 73 | 14 | 540 | 107 | 72 |
| Binary | 11100000 | 1000110 | 1011011 | 0 | 1000101 | 111011 | 1100 | 101100000 | 1000111 | 111010 |
Color Harmonies of #E0465B
Complementary color
Monochromatic Colors of #E0465B
Black with #E0465B
Text Example
Text Example
White with #E0465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0465B; }
p { color: rgb(224,70,91); }
H1.HeaderClassName
{
color: #E0465B;
}
.AnyTagClassName
{
color: #E0465B;
}
</style>
background-color css
<style>
a { background-color: #E0465B; }
a { background-color: rgb(224,70,91); }
div.DivClassName
{
background-color: #E0465B;
}
.BgClassName
{
background-color: #E0465B;
}
</style>
border-color css
<style>
span { border-color: #E0465B; }
span { border-color: rgb(224,70,91); }
td.TdClassName
{
border-color: #E0465B;
}
.TagClassName
{
border-color: #E0465B;
}
</style>