Shades of Mandy #E4495F
Tints of Mandy #E4495F
RGB
CMYK
RGB Variations
Color information
#E4495F (or 0xE4495F) is known color: Mandy. HEX triplet: E4, 49 and 5F. RGB value is (228,73,95). Sum of RGB (Red+Green+Blue) = 228+73+95=396 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.58% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 228 - color contains mainly: red. Hex color #E4495F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E4495F is #1BB6A0. Grayscale: #797979. Windows color (decimal): -1816225 or 6244836. OLE color: 6244836.
HSL color Cylindrical-coordinate representation of color #E4495F: hue angle of 351.48º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E4495F is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 73 | 95 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.11 |
| HSL | 351.48º | 0.74% | 0.59% | - |
| HSV(B) | 351.48º | 0.68% | 0.89% | - |
| XYZ | 36.44 | 22.09 | 13.17 | - |
| YUV | 121.85 | 112.85 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 73 | 95 | 0 | 0.68 | 0.58 | 0.11 | 351.48 | 0.74 | 0.59 |
| Hex | E4 | 49 | 5F | 0 | 44 | 3A | B | 15F | 4A | 3B |
| Octal | 344 | 111 | 137 | 0 | 104 | 72 | 13 | 537 | 112 | 73 |
| Binary | 11100100 | 1001001 | 1011111 | 0 | 1000100 | 111010 | 1011 | 101011111 | 1001010 | 111011 |
Color Harmonies of #E4495F
Complementary color
Monochromatic Colors of #E4495F
Black with #E4495F
Text Example
Text Example
White with #E4495F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4495F; }
p { color: rgb(228,73,95); }
H1.HeaderClassName
{
color: #E4495F;
}
.AnyTagClassName
{
color: #E4495F;
}
</style>
background-color css
<style>
a { background-color: #E4495F; }
a { background-color: rgb(228,73,95); }
div.DivClassName
{
background-color: #E4495F;
}
.BgClassName
{
background-color: #E4495F;
}
</style>
border-color css
<style>
span { border-color: #E4495F; }
span { border-color: rgb(228,73,95); }
td.TdClassName
{
border-color: #E4495F;
}
.TagClassName
{
border-color: #E4495F;
}
</style>