Shades of Mandy #E64B51
Tints of Mandy #E64B51
RGB
CMYK
RGB Variations
Color information
#E64B51 (or 0xE64B51) is known color: Mandy. HEX triplet: E6, 4B and 51. RGB value is (230,75,81). Sum of RGB (Red+Green+Blue) = 230+75+81=386 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.59% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64B51 is #19B4AE. Grayscale: #7A7A7A. Windows color (decimal): -1684655 or 5327846. OLE color: 5327846.
HSL color Cylindrical-coordinate representation of color #E64B51: hue angle of 357.68º 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 #E64B51 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 75 | 81 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.10 |
| HSL | 357.68º | 0.76% | 0.6% | - |
| HSV(B) | 357.68º | 0.67% | 0.9% | - |
| XYZ | 36.63 | 22.45 | 10.19 | - |
| YUV | 122.03 | 104.85 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 75 | 81 | 0 | 0.67 | 0.65 | 0.10 | 357.68 | 0.76 | 0.6 |
| Hex | E6 | 4B | 51 | 0 | 43 | 41 | A | 166 | 4C | 3C |
| Octal | 346 | 113 | 121 | 0 | 103 | 101 | 12 | 546 | 114 | 74 |
| Binary | 11100110 | 1001011 | 1010001 | 0 | 1000011 | 1000001 | 1010 | 101100110 | 1001100 | 111100 |
Color Harmonies of #E64B51
Complementary color
Monochromatic Colors of #E64B51
Black with #E64B51
Text Example
Text Example
White with #E64B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64B51; }
p { color: rgb(230,75,81); }
H1.HeaderClassName
{
color: #E64B51;
}
.AnyTagClassName
{
color: #E64B51;
}
</style>
background-color css
<style>
a { background-color: #E64B51; }
a { background-color: rgb(230,75,81); }
div.DivClassName
{
background-color: #E64B51;
}
.BgClassName
{
background-color: #E64B51;
}
</style>
border-color css
<style>
span { border-color: #E64B51; }
span { border-color: rgb(230,75,81); }
td.TdClassName
{
border-color: #E64B51;
}
.TagClassName
{
border-color: #E64B51;
}
</style>