Shades of Mandy #E3585F
Tints of Mandy #E3585F
RGB
CMYK
RGB Variations
Color information
#E3585F (or 0xE3585F) is known color: Mandy. HEX triplet: E3, 58 and 5F. RGB value is (227,88,95). Sum of RGB (Red+Green+Blue) = 227+88+95=410 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.37% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 227 - color contains mainly: red. Hex color #E3585F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3585F is #1CA7A0. Grayscale: #828282. Windows color (decimal): -1877921 or 6248675. OLE color: 6248675.
HSL color Cylindrical-coordinate representation of color #E3585F: hue angle of 356.98º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E3585F is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 88 | 95 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.11 |
| HSL | 356.98º | 0.71% | 0.62% | - |
| HSV(B) | 356.98º | 0.61% | 0.89% | - |
| XYZ | 37.23 | 24.14 | 13.52 | - |
| YUV | 130.36 | 108.05 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 88 | 95 | 0 | 0.61 | 0.58 | 0.11 | 356.98 | 0.71 | 0.62 |
| Hex | E3 | 58 | 5F | 0 | 3D | 3A | B | 165 | 47 | 3E |
| Octal | 343 | 130 | 137 | 0 | 75 | 72 | 13 | 545 | 107 | 76 |
| Binary | 11100011 | 1011000 | 1011111 | 0 | 111101 | 111010 | 1011 | 101100101 | 1000111 | 111110 |
Color Harmonies of #E3585F
Complementary color
Monochromatic Colors of #E3585F
Black with #E3585F
Text Example
Text Example
White with #E3585F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3585F; }
p { color: rgb(227,88,95); }
H1.HeaderClassName
{
color: #E3585F;
}
.AnyTagClassName
{
color: #E3585F;
}
</style>
background-color css
<style>
a { background-color: #E3585F; }
a { background-color: rgb(227,88,95); }
div.DivClassName
{
background-color: #E3585F;
}
.BgClassName
{
background-color: #E3585F;
}
</style>
border-color css
<style>
span { border-color: #E3585F; }
span { border-color: rgb(227,88,95); }
td.TdClassName
{
border-color: #E3585F;
}
.TagClassName
{
border-color: #E3585F;
}
</style>