Shades of Mandy #E6585C
Tints of Mandy #E6585C
RGB
CMYK
RGB Variations
Color information
#E6585C (or 0xE6585C) is known color: Mandy. HEX triplet: E6, 58 and 5C. RGB value is (230,88,92). Sum of RGB (Red+Green+Blue) = 230+88+92=410 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.10% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 230 - color contains mainly: red. Hex color #E6585C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6585C is #19A7A3. Grayscale: #838383. Windows color (decimal): -1681316 or 6052070. OLE color: 6052070.
HSL color Cylindrical-coordinate representation of color #E6585C: hue angle of 358.31º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E6585C is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 88 | 92 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.10 |
| HSL | 358.31º | 0.74% | 0.62% | - |
| HSV(B) | 358.31º | 0.62% | 0.9% | - |
| XYZ | 38.05 | 24.58 | 12.86 | - |
| YUV | 130.91 | 106.04 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 88 | 92 | 0 | 0.62 | 0.60 | 0.10 | 358.31 | 0.74 | 0.62 |
| Hex | E6 | 58 | 5C | 0 | 3E | 3C | A | 166 | 4A | 3E |
| Octal | 346 | 130 | 134 | 0 | 76 | 74 | 12 | 546 | 112 | 76 |
| Binary | 11100110 | 1011000 | 1011100 | 0 | 111110 | 111100 | 1010 | 101100110 | 1001010 | 111110 |
Color Harmonies of #E6585C
Complementary color
Monochromatic Colors of #E6585C
Black with #E6585C
Text Example
Text Example
White with #E6585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6585C; }
p { color: rgb(230,88,92); }
H1.HeaderClassName
{
color: #E6585C;
}
.AnyTagClassName
{
color: #E6585C;
}
</style>
background-color css
<style>
a { background-color: #E6585C; }
a { background-color: rgb(230,88,92); }
div.DivClassName
{
background-color: #E6585C;
}
.BgClassName
{
background-color: #E6585C;
}
</style>
border-color css
<style>
span { border-color: #E6585C; }
span { border-color: rgb(230,88,92); }
td.TdClassName
{
border-color: #E6585C;
}
.TagClassName
{
border-color: #E6585C;
}
</style>