Shades of Mandy #E6585B
Tints of Mandy #E6585B
RGB
CMYK
RGB Variations
Color information
#E6585B (or 0xE6585B) is known color: Mandy. HEX triplet: E6, 58 and 5B. RGB value is (230,88,91). Sum of RGB (Red+Green+Blue) = 230+88+91=409 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.23% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 230 - color contains mainly: red. Hex color #E6585B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6585B is #19A7A4. Grayscale: #828282. Windows color (decimal): -1681317 or 5986534. OLE color: 5986534.
HSL color Cylindrical-coordinate representation of color #E6585B: hue angle of 358.73º 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 #E6585B is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 88 | 91 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.10 |
| HSL | 358.73º | 0.74% | 0.62% | - |
| HSV(B) | 358.73º | 0.62% | 0.9% | - |
| XYZ | 38.01 | 24.56 | 12.63 | - |
| YUV | 130.8 | 105.54 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 88 | 91 | 0 | 0.62 | 0.60 | 0.10 | 358.73 | 0.74 | 0.62 |
| Hex | E6 | 58 | 5B | 0 | 3E | 3C | A | 167 | 4A | 3E |
| Octal | 346 | 130 | 133 | 0 | 76 | 74 | 12 | 547 | 112 | 76 |
| Binary | 11100110 | 1011000 | 1011011 | 0 | 111110 | 111100 | 1010 | 101100111 | 1001010 | 111110 |
Color Harmonies of #E6585B
Complementary color
Monochromatic Colors of #E6585B
Black with #E6585B
Text Example
Text Example
White with #E6585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6585B; }
p { color: rgb(230,88,91); }
H1.HeaderClassName
{
color: #E6585B;
}
.AnyTagClassName
{
color: #E6585B;
}
</style>
background-color css
<style>
a { background-color: #E6585B; }
a { background-color: rgb(230,88,91); }
div.DivClassName
{
background-color: #E6585B;
}
.BgClassName
{
background-color: #E6585B;
}
</style>
border-color css
<style>
span { border-color: #E6585B; }
span { border-color: rgb(230,88,91); }
td.TdClassName
{
border-color: #E6585B;
}
.TagClassName
{
border-color: #E6585B;
}
</style>