Shades of Mandy #E3485F
Tints of Mandy #E3485F
RGB
CMYK
RGB Variations
Color information
#E3485F (or 0xE3485F) is known color: Mandy. HEX triplet: E3, 48 and 5F. RGB value is (227,72,95). Sum of RGB (Red+Green+Blue) = 227+72+95=394 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.61% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 227 - color contains mainly: red. Hex color #E3485F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3485F is #1CB7A0. Grayscale: #797979. Windows color (decimal): -1882017 or 6244579. OLE color: 6244579.
HSL color Cylindrical-coordinate representation of color #E3485F: hue angle of 351.1º degrees, saturation: 0.73, 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 #E3485F is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 72 | 95 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.11 |
| HSL | 351.1º | 0.73% | 0.59% | - |
| HSV(B) | 351.1º | 0.68% | 0.89% | - |
| XYZ | 36.06 | 21.79 | 13.13 | - |
| YUV | 120.97 | 113.35 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 72 | 95 | 0 | 0.68 | 0.58 | 0.11 | 351.1 | 0.73 | 0.59 |
| Hex | E3 | 48 | 5F | 0 | 44 | 3A | B | 15F | 49 | 3B |
| Octal | 343 | 110 | 137 | 0 | 104 | 72 | 13 | 537 | 111 | 73 |
| Binary | 11100011 | 1001000 | 1011111 | 0 | 1000100 | 111010 | 1011 | 101011111 | 1001001 | 111011 |
Color Harmonies of #E3485F
Complementary color
Monochromatic Colors of #E3485F
Black with #E3485F
Text Example
Text Example
White with #E3485F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3485F; }
p { color: rgb(227,72,95); }
H1.HeaderClassName
{
color: #E3485F;
}
.AnyTagClassName
{
color: #E3485F;
}
</style>
background-color css
<style>
a { background-color: #E3485F; }
a { background-color: rgb(227,72,95); }
div.DivClassName
{
background-color: #E3485F;
}
.BgClassName
{
background-color: #E3485F;
}
</style>
border-color css
<style>
span { border-color: #E3485F; }
span { border-color: rgb(227,72,95); }
td.TdClassName
{
border-color: #E3485F;
}
.TagClassName
{
border-color: #E3485F;
}
</style>