Shades of Mandy #E6565F
Tints of Mandy #E6565F
RGB
CMYK
RGB Variations
Color information
#E6565F (or 0xE6565F) is known color: Mandy. HEX triplet: E6, 56 and 5F. RGB value is (230,86,95). Sum of RGB (Red+Green+Blue) = 230+86+95=411 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.96% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 230 - color contains mainly: red. Hex color #E6565F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6565F is #19A9A0. Grayscale: #828282. Windows color (decimal): -1681825 or 6248166. OLE color: 6248166.
HSL color Cylindrical-coordinate representation of color #E6565F: hue angle of 356.25º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E6565F is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 86 | 95 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.10 |
| HSL | 356.25º | 0.74% | 0.62% | - |
| HSV(B) | 356.25º | 0.63% | 0.9% | - |
| XYZ | 38.03 | 24.3 | 13.51 | - |
| YUV | 130.08 | 108.21 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 86 | 95 | 0 | 0.63 | 0.59 | 0.10 | 356.25 | 0.74 | 0.62 |
| Hex | E6 | 56 | 5F | 0 | 3F | 3B | A | 164 | 4A | 3E |
| Octal | 346 | 126 | 137 | 0 | 77 | 73 | 12 | 544 | 112 | 76 |
| Binary | 11100110 | 1010110 | 1011111 | 0 | 111111 | 111011 | 1010 | 101100100 | 1001010 | 111110 |
Color Harmonies of #E6565F
Complementary color
Monochromatic Colors of #E6565F
Black with #E6565F
Text Example
Text Example
White with #E6565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6565F; }
p { color: rgb(230,86,95); }
H1.HeaderClassName
{
color: #E6565F;
}
.AnyTagClassName
{
color: #E6565F;
}
</style>
background-color css
<style>
a { background-color: #E6565F; }
a { background-color: rgb(230,86,95); }
div.DivClassName
{
background-color: #E6565F;
}
.BgClassName
{
background-color: #E6565F;
}
</style>
border-color css
<style>
span { border-color: #E6565F; }
span { border-color: rgb(230,86,95); }
td.TdClassName
{
border-color: #E6565F;
}
.TagClassName
{
border-color: #E6565F;
}
</style>