Shades of Mandy #E14752
Tints of Mandy #E14752
RGB
CMYK
RGB Variations
Color information
#E14752 (or 0xE14752) is known color: Mandy. HEX triplet: E1, 47 and 52. RGB value is (225,71,82). Sum of RGB (Red+Green+Blue) = 225+71+82=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E14752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14752 is #1EB8AD. Grayscale: #767676. Windows color (decimal): -2013358 or 5392353. OLE color: 5392353.
HSL color Cylindrical-coordinate representation of color #E14752: hue angle of 355.71º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E14752 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 71 | 82 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.12 |
| HSL | 355.71º | 0.72% | 0.58% | - |
| HSV(B) | 355.71º | 0.68% | 0.88% | - |
| XYZ | 34.83 | 21.12 | 10.22 | - |
| YUV | 118.3 | 107.52 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 71 | 82 | 0 | 0.68 | 0.64 | 0.12 | 355.71 | 0.72 | 0.58 |
| Hex | E1 | 47 | 52 | 0 | 44 | 40 | C | 164 | 48 | 3A |
| Octal | 341 | 107 | 122 | 0 | 104 | 100 | 14 | 544 | 110 | 72 |
| Binary | 11100001 | 1000111 | 1010010 | 0 | 1000100 | 1000000 | 1100 | 101100100 | 1001000 | 111010 |
Color Harmonies of #E14752
Complementary color
Monochromatic Colors of #E14752
Black with #E14752
Text Example
Text Example
White with #E14752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14752; }
p { color: rgb(225,71,82); }
H1.HeaderClassName
{
color: #E14752;
}
.AnyTagClassName
{
color: #E14752;
}
</style>
background-color css
<style>
a { background-color: #E14752; }
a { background-color: rgb(225,71,82); }
div.DivClassName
{
background-color: #E14752;
}
.BgClassName
{
background-color: #E14752;
}
</style>
border-color css
<style>
span { border-color: #E14752; }
span { border-color: rgb(225,71,82); }
td.TdClassName
{
border-color: #E14752;
}
.TagClassName
{
border-color: #E14752;
}
</style>