Shades of Mandy #E14852
Tints of Mandy #E14852
RGB
CMYK
RGB Variations
Color information
#E14852 (or 0xE14852) is known color: Mandy. HEX triplet: E1, 48 and 52. RGB value is (225,72,82). Sum of RGB (Red+Green+Blue) = 225+72+82=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E14852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14852 is #1EB7AD. Grayscale: #767676. Windows color (decimal): -2013102 or 5392609. OLE color: 5392609.
HSL color Cylindrical-coordinate representation of color #E14852: hue angle of 356.08º 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 #E14852 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 72 | 82 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.12 |
| HSL | 356.08º | 0.72% | 0.58% | - |
| HSV(B) | 356.08º | 0.68% | 0.88% | - |
| XYZ | 34.89 | 21.25 | 10.25 | - |
| YUV | 118.89 | 107.19 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 72 | 82 | 0 | 0.68 | 0.64 | 0.12 | 356.08 | 0.72 | 0.58 |
| Hex | E1 | 48 | 52 | 0 | 44 | 40 | C | 164 | 48 | 3A |
| Octal | 341 | 110 | 122 | 0 | 104 | 100 | 14 | 544 | 110 | 72 |
| Binary | 11100001 | 1001000 | 1010010 | 0 | 1000100 | 1000000 | 1100 | 101100100 | 1001000 | 111010 |
Color Harmonies of #E14852
Complementary color
Monochromatic Colors of #E14852
Black with #E14852
Text Example
Text Example
White with #E14852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14852; }
p { color: rgb(225,72,82); }
H1.HeaderClassName
{
color: #E14852;
}
.AnyTagClassName
{
color: #E14852;
}
</style>
background-color css
<style>
a { background-color: #E14852; }
a { background-color: rgb(225,72,82); }
div.DivClassName
{
background-color: #E14852;
}
.BgClassName
{
background-color: #E14852;
}
</style>
border-color css
<style>
span { border-color: #E14852; }
span { border-color: rgb(225,72,82); }
td.TdClassName
{
border-color: #E14852;
}
.TagClassName
{
border-color: #E14852;
}
</style>