Shades of Mandy #E65256
Tints of Mandy #E65256
RGB
CMYK
RGB Variations
Color information
#E65256 (or 0xE65256) is known color: Mandy. HEX triplet: E6, 52 and 56. RGB value is (230,82,86). Sum of RGB (Red+Green+Blue) = 230+82+86=398 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.79% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 230 - color contains mainly: red. Hex color #E65256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65256 is #19ADA9. Grayscale: #7E7E7E. Windows color (decimal): -1682858 or 5657318. OLE color: 5657318.
HSL color Cylindrical-coordinate representation of color #E65256: hue angle of 358.38º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E65256 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 82 | 86 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.10 |
| HSL | 358.38º | 0.75% | 0.61% | - |
| HSV(B) | 358.38º | 0.64% | 0.9% | - |
| XYZ | 37.33 | 23.53 | 11.38 | - |
| YUV | 126.71 | 105.03 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 82 | 86 | 0 | 0.64 | 0.63 | 0.10 | 358.38 | 0.75 | 0.61 |
| Hex | E6 | 52 | 56 | 0 | 40 | 3F | A | 166 | 4B | 3D |
| Octal | 346 | 122 | 126 | 0 | 100 | 77 | 12 | 546 | 113 | 75 |
| Binary | 11100110 | 1010010 | 1010110 | 0 | 1000000 | 111111 | 1010 | 101100110 | 1001011 | 111101 |
Color Harmonies of #E65256
Complementary color
Monochromatic Colors of #E65256
Black with #E65256
Text Example
Text Example
White with #E65256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65256; }
p { color: rgb(230,82,86); }
H1.HeaderClassName
{
color: #E65256;
}
.AnyTagClassName
{
color: #E65256;
}
</style>
background-color css
<style>
a { background-color: #E65256; }
a { background-color: rgb(230,82,86); }
div.DivClassName
{
background-color: #E65256;
}
.BgClassName
{
background-color: #E65256;
}
</style>
border-color css
<style>
span { border-color: #E65256; }
span { border-color: rgb(230,82,86); }
td.TdClassName
{
border-color: #E65256;
}
.TagClassName
{
border-color: #E65256;
}
</style>