Shades of Mandy #E6495D
Tints of Mandy #E6495D
RGB
CMYK
RGB Variations
Color information
#E6495D (or 0xE6495D) is known color: Mandy. HEX triplet: E6, 49 and 5D. RGB value is (230,73,93). Sum of RGB (Red+Green+Blue) = 230+73+93=396 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.08% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 230 - color contains mainly: red. Hex color #E6495D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6495D is #19B6A2. Grayscale: #7A7A7A. Windows color (decimal): -1685155 or 6113766. OLE color: 6113766.
HSL color Cylindrical-coordinate representation of color #E6495D: hue angle of 352.36º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E6495D is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 73 | 93 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.10 |
| HSL | 352.36º | 0.76% | 0.59% | - |
| HSV(B) | 352.36º | 0.68% | 0.9% | - |
| XYZ | 36.99 | 22.38 | 12.73 | - |
| YUV | 122.22 | 111.51 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 73 | 93 | 0 | 0.68 | 0.60 | 0.10 | 352.36 | 0.76 | 0.59 |
| Hex | E6 | 49 | 5D | 0 | 44 | 3C | A | 160 | 4C | 3B |
| Octal | 346 | 111 | 135 | 0 | 104 | 74 | 12 | 540 | 114 | 73 |
| Binary | 11100110 | 1001001 | 1011101 | 0 | 1000100 | 111100 | 1010 | 101100000 | 1001100 | 111011 |
Color Harmonies of #E6495D
Complementary color
Monochromatic Colors of #E6495D
Black with #E6495D
Text Example
Text Example
White with #E6495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6495D; }
p { color: rgb(230,73,93); }
H1.HeaderClassName
{
color: #E6495D;
}
.AnyTagClassName
{
color: #E6495D;
}
</style>
background-color css
<style>
a { background-color: #E6495D; }
a { background-color: rgb(230,73,93); }
div.DivClassName
{
background-color: #E6495D;
}
.BgClassName
{
background-color: #E6495D;
}
</style>
border-color css
<style>
span { border-color: #E6495D; }
span { border-color: rgb(230,73,93); }
td.TdClassName
{
border-color: #E6495D;
}
.TagClassName
{
border-color: #E6495D;
}
</style>