Shades of Mandy #E6585E
Tints of Mandy #E6585E
RGB
CMYK
RGB Variations
Color information
#E6585E (or 0xE6585E) is known color: Mandy. HEX triplet: E6, 58 and 5E. RGB value is (230,88,94). Sum of RGB (Red+Green+Blue) = 230+88+94=412 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.83% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 230 - color contains mainly: red. Hex color #E6585E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6585E is #19A7A1. Grayscale: #838383. Windows color (decimal): -1681314 or 6183142. OLE color: 6183142.
HSL color Cylindrical-coordinate representation of color #E6585E: hue angle of 357.46º 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 #E6585E is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 88 | 94 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.10 |
| HSL | 357.46º | 0.74% | 0.62% | - |
| HSV(B) | 357.46º | 0.62% | 0.9% | - |
| XYZ | 38.14 | 24.61 | 13.33 | - |
| YUV | 131.14 | 107.04 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 88 | 94 | 0 | 0.62 | 0.59 | 0.10 | 357.46 | 0.74 | 0.62 |
| Hex | E6 | 58 | 5E | 0 | 3E | 3B | A | 165 | 4A | 3E |
| Octal | 346 | 130 | 136 | 0 | 76 | 73 | 12 | 545 | 112 | 76 |
| Binary | 11100110 | 1011000 | 1011110 | 0 | 111110 | 111011 | 1010 | 101100101 | 1001010 | 111110 |
Color Harmonies of #E6585E
Complementary color
Monochromatic Colors of #E6585E
Black with #E6585E
Text Example
Text Example
White with #E6585E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6585E; }
p { color: rgb(230,88,94); }
H1.HeaderClassName
{
color: #E6585E;
}
.AnyTagClassName
{
color: #E6585E;
}
</style>
background-color css
<style>
a { background-color: #E6585E; }
a { background-color: rgb(230,88,94); }
div.DivClassName
{
background-color: #E6585E;
}
.BgClassName
{
background-color: #E6585E;
}
</style>
border-color css
<style>
span { border-color: #E6585E; }
span { border-color: rgb(230,88,94); }
td.TdClassName
{
border-color: #E6585E;
}
.TagClassName
{
border-color: #E6585E;
}
</style>