Shades of Mandy #E64D53
Tints of Mandy #E64D53
RGB
CMYK
RGB Variations
Color information
#E64D53 (or 0xE64D53) is known color: Mandy. HEX triplet: E6, 4D and 53. RGB value is (230,77,83). Sum of RGB (Red+Green+Blue) = 230+77+83=390 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.97% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E64D53 is #19B2AC. Grayscale: #7B7B7B. Windows color (decimal): -1684141 or 5459430. OLE color: 5459430.
HSL color Cylindrical-coordinate representation of color #E64D53: hue angle of 357.65º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E64D53 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 77 | 83 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.10 |
| HSL | 357.65º | 0.75% | 0.6% | - |
| HSV(B) | 357.65º | 0.67% | 0.9% | - |
| XYZ | 36.85 | 22.76 | 10.63 | - |
| YUV | 123.43 | 105.19 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 77 | 83 | 0 | 0.67 | 0.64 | 0.10 | 357.65 | 0.75 | 0.6 |
| Hex | E6 | 4D | 53 | 0 | 43 | 40 | A | 166 | 4B | 3C |
| Octal | 346 | 115 | 123 | 0 | 103 | 100 | 12 | 546 | 113 | 74 |
| Binary | 11100110 | 1001101 | 1010011 | 0 | 1000011 | 1000000 | 1010 | 101100110 | 1001011 | 111100 |
Color Harmonies of #E64D53
Complementary color
Monochromatic Colors of #E64D53
Black with #E64D53
Text Example
Text Example
White with #E64D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64D53; }
p { color: rgb(230,77,83); }
H1.HeaderClassName
{
color: #E64D53;
}
.AnyTagClassName
{
color: #E64D53;
}
</style>
background-color css
<style>
a { background-color: #E64D53; }
a { background-color: rgb(230,77,83); }
div.DivClassName
{
background-color: #E64D53;
}
.BgClassName
{
background-color: #E64D53;
}
</style>
border-color css
<style>
span { border-color: #E64D53; }
span { border-color: rgb(230,77,83); }
td.TdClassName
{
border-color: #E64D53;
}
.TagClassName
{
border-color: #E64D53;
}
</style>