Shades of Mandy #E14B5D
Tints of Mandy #E14B5D
RGB
CMYK
RGB Variations
Color information
#E14B5D (or 0xE14B5D) is known color: Mandy. HEX triplet: E1, 4B and 5D. RGB value is (225,75,93). Sum of RGB (Red+Green+Blue) = 225+75+93=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E14B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14B5D is #1EB4A2. Grayscale: #797979. Windows color (decimal): -2012323 or 6114273. OLE color: 6114273.
HSL color Cylindrical-coordinate representation of color #E14B5D: hue angle of 352.8º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E14B5D is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 75 | 93 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.12 |
| HSL | 352.8º | 0.71% | 0.59% | - |
| HSV(B) | 352.8º | 0.67% | 0.88% | - |
| XYZ | 35.54 | 21.83 | 12.7 | - |
| YUV | 121.9 | 111.7 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 75 | 93 | 0 | 0.67 | 0.59 | 0.12 | 352.8 | 0.71 | 0.59 |
| Hex | E1 | 4B | 5D | 0 | 43 | 3B | C | 161 | 47 | 3B |
| Octal | 341 | 113 | 135 | 0 | 103 | 73 | 14 | 541 | 107 | 73 |
| Binary | 11100001 | 1001011 | 1011101 | 0 | 1000011 | 111011 | 1100 | 101100001 | 1000111 | 111011 |
Color Harmonies of #E14B5D
Complementary color
Monochromatic Colors of #E14B5D
Black with #E14B5D
Text Example
Text Example
White with #E14B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14B5D; }
p { color: rgb(225,75,93); }
H1.HeaderClassName
{
color: #E14B5D;
}
.AnyTagClassName
{
color: #E14B5D;
}
</style>
background-color css
<style>
a { background-color: #E14B5D; }
a { background-color: rgb(225,75,93); }
div.DivClassName
{
background-color: #E14B5D;
}
.BgClassName
{
background-color: #E14B5D;
}
</style>
border-color css
<style>
span { border-color: #E14B5D; }
span { border-color: rgb(225,75,93); }
td.TdClassName
{
border-color: #E14B5D;
}
.TagClassName
{
border-color: #E14B5D;
}
</style>