Shades of Mandy #E14658
Tints of Mandy #E14658
RGB
CMYK
RGB Variations
Color information
#E14658 (or 0xE14658) is known color: Mandy. HEX triplet: E1, 46 and 58. RGB value is (225,70,88). Sum of RGB (Red+Green+Blue) = 225+70+88=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E14658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14658 is #1EB9A7. Grayscale: #767676. Windows color (decimal): -2013608 or 5785313. OLE color: 5785313.
HSL color Cylindrical-coordinate representation of color #E14658: hue angle of 353.03º degrees, saturation: 0.72, 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 #E14658 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 70 | 88 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.12 |
| HSL | 353.03º | 0.72% | 0.58% | - |
| HSV(B) | 353.03º | 0.69% | 0.88% | - |
| XYZ | 35 | 21.09 | 11.46 | - |
| YUV | 118.4 | 110.85 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 70 | 88 | 0 | 0.69 | 0.61 | 0.12 | 353.03 | 0.72 | 0.58 |
| Hex | E1 | 46 | 58 | 0 | 45 | 3D | C | 161 | 48 | 3A |
| Octal | 341 | 106 | 130 | 0 | 105 | 75 | 14 | 541 | 110 | 72 |
| Binary | 11100001 | 1000110 | 1011000 | 0 | 1000101 | 111101 | 1100 | 101100001 | 1001000 | 111010 |
Color Harmonies of #E14658
Complementary color
Monochromatic Colors of #E14658
Black with #E14658
Text Example
Text Example
White with #E14658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14658; }
p { color: rgb(225,70,88); }
H1.HeaderClassName
{
color: #E14658;
}
.AnyTagClassName
{
color: #E14658;
}
</style>
background-color css
<style>
a { background-color: #E14658; }
a { background-color: rgb(225,70,88); }
div.DivClassName
{
background-color: #E14658;
}
.BgClassName
{
background-color: #E14658;
}
</style>
border-color css
<style>
span { border-color: #E14658; }
span { border-color: rgb(225,70,88); }
td.TdClassName
{
border-color: #E14658;
}
.TagClassName
{
border-color: #E14658;
}
</style>