Shades of Mandy #E64B55
Tints of Mandy #E64B55
RGB
CMYK
RGB Variations
Color information
#E64B55 (or 0xE64B55) is known color: Mandy. HEX triplet: E6, 4B and 55. RGB value is (230,75,85). Sum of RGB (Red+Green+Blue) = 230+75+85=390 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.97% from 390); Green value is 75 (29.69% from 255 or 19.23% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64B55 is #19B4AA. Grayscale: #7A7A7A. Windows color (decimal): -1684651 or 5589990. OLE color: 5589990.
HSL color Cylindrical-coordinate representation of color #E64B55: hue angle of 356.13º degrees, saturation: 0.76, 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 #E64B55 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 75 | 85 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.10 |
| HSL | 356.13º | 0.76% | 0.6% | - |
| HSV(B) | 356.13º | 0.67% | 0.9% | - |
| XYZ | 36.79 | 22.51 | 11 | - |
| YUV | 122.49 | 106.85 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 75 | 85 | 0 | 0.67 | 0.63 | 0.10 | 356.13 | 0.76 | 0.6 |
| Hex | E6 | 4B | 55 | 0 | 43 | 3F | A | 164 | 4C | 3C |
| Octal | 346 | 113 | 125 | 0 | 103 | 77 | 12 | 544 | 114 | 74 |
| Binary | 11100110 | 1001011 | 1010101 | 0 | 1000011 | 111111 | 1010 | 101100100 | 1001100 | 111100 |
Color Harmonies of #E64B55
Complementary color
Monochromatic Colors of #E64B55
Black with #E64B55
Text Example
Text Example
White with #E64B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64B55; }
p { color: rgb(230,75,85); }
H1.HeaderClassName
{
color: #E64B55;
}
.AnyTagClassName
{
color: #E64B55;
}
</style>
background-color css
<style>
a { background-color: #E64B55; }
a { background-color: rgb(230,75,85); }
div.DivClassName
{
background-color: #E64B55;
}
.BgClassName
{
background-color: #E64B55;
}
</style>
border-color css
<style>
span { border-color: #E64B55; }
span { border-color: rgb(230,75,85); }
td.TdClassName
{
border-color: #E64B55;
}
.TagClassName
{
border-color: #E64B55;
}
</style>