Shades of Mandy #E64C4D
Tints of Mandy #E64C4D
RGB
CMYK
RGB Variations
Color information
#E64C4D (or 0xE64C4D) is known color: Mandy. HEX triplet: E6, 4C and 4D. RGB value is (230,76,77). Sum of RGB (Red+Green+Blue) = 230+76+77=383 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.05% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 230 - color contains mainly: red. Hex color #E64C4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64C4D is #19B3B2. Grayscale: #7A7A7A. Windows color (decimal): -1684403 or 5065958. OLE color: 5065958.
HSL color Cylindrical-coordinate representation of color #E64C4D: hue angle of 359.61º 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 #E64C4D is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 76 | 77 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.10 |
| HSL | 359.61º | 0.75% | 0.6% | - |
| HSV(B) | 359.61º | 0.67% | 0.9% | - |
| XYZ | 36.56 | 22.53 | 9.44 | - |
| YUV | 122.16 | 102.52 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 77 | 0 | 0.67 | 0.67 | 0.10 | 359.61 | 0.75 | 0.6 |
| Hex | E6 | 4C | 4D | 0 | 43 | 43 | A | 168 | 4B | 3C |
| Octal | 346 | 114 | 115 | 0 | 103 | 103 | 12 | 550 | 113 | 74 |
| Binary | 11100110 | 1001100 | 1001101 | 0 | 1000011 | 1000011 | 1010 | 101101000 | 1001011 | 111100 |
Color Harmonies of #E64C4D
Complementary color
Monochromatic Colors of #E64C4D
Black with #E64C4D
Text Example
Text Example
White with #E64C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64C4D; }
p { color: rgb(230,76,77); }
H1.HeaderClassName
{
color: #E64C4D;
}
.AnyTagClassName
{
color: #E64C4D;
}
</style>
background-color css
<style>
a { background-color: #E64C4D; }
a { background-color: rgb(230,76,77); }
div.DivClassName
{
background-color: #E64C4D;
}
.BgClassName
{
background-color: #E64C4D;
}
</style>
border-color css
<style>
span { border-color: #E64C4D; }
span { border-color: rgb(230,76,77); }
td.TdClassName
{
border-color: #E64C4D;
}
.TagClassName
{
border-color: #E64C4D;
}
</style>