Shades of Mandy #E6495C
Tints of Mandy #E6495C
RGB
CMYK
RGB Variations
Color information
#E6495C (or 0xE6495C) is known color: Mandy. HEX triplet: E6, 49 and 5C. RGB value is (230,73,92). Sum of RGB (Red+Green+Blue) = 230+73+92=395 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.23% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 230 - color contains mainly: red. Hex color #E6495C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6495C is #19B6A3. Grayscale: #7A7A7A. Windows color (decimal): -1685156 or 6048230. OLE color: 6048230.
HSL color Cylindrical-coordinate representation of color #E6495C: hue angle of 352.74º 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 #E6495C is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 73 | 92 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.10 |
| HSL | 352.74º | 0.76% | 0.59% | - |
| HSV(B) | 352.74º | 0.68% | 0.9% | - |
| XYZ | 36.95 | 22.36 | 12.49 | - |
| YUV | 122.11 | 111.01 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 73 | 92 | 0 | 0.68 | 0.60 | 0.10 | 352.74 | 0.76 | 0.59 |
| Hex | E6 | 49 | 5C | 0 | 44 | 3C | A | 161 | 4C | 3B |
| Octal | 346 | 111 | 134 | 0 | 104 | 74 | 12 | 541 | 114 | 73 |
| Binary | 11100110 | 1001001 | 1011100 | 0 | 1000100 | 111100 | 1010 | 101100001 | 1001100 | 111011 |
Color Harmonies of #E6495C
Complementary color
Monochromatic Colors of #E6495C
Black with #E6495C
Text Example
Text Example
White with #E6495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6495C; }
p { color: rgb(230,73,92); }
H1.HeaderClassName
{
color: #E6495C;
}
.AnyTagClassName
{
color: #E6495C;
}
</style>
background-color css
<style>
a { background-color: #E6495C; }
a { background-color: rgb(230,73,92); }
div.DivClassName
{
background-color: #E6495C;
}
.BgClassName
{
background-color: #E6495C;
}
</style>
border-color css
<style>
span { border-color: #E6495C; }
span { border-color: rgb(230,73,92); }
td.TdClassName
{
border-color: #E6495C;
}
.TagClassName
{
border-color: #E6495C;
}
</style>