Shades of Mandy #E64C5D
Tints of Mandy #E64C5D
RGB
CMYK
RGB Variations
Color information
#E64C5D (or 0xE64C5D) is known color: Mandy. HEX triplet: E6, 4C and 5D. RGB value is (230,76,93). Sum of RGB (Red+Green+Blue) = 230+76+93=399 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.64% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 230 - color contains mainly: red. Hex color #E64C5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64C5D is #19B3A2. Grayscale: #7C7C7C. Windows color (decimal): -1684387 or 6114534. OLE color: 6114534.
HSL color Cylindrical-coordinate representation of color #E64C5D: hue angle of 353.38º 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 #E64C5D is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 76 | 93 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.10 |
| HSL | 353.38º | 0.75% | 0.6% | - |
| HSV(B) | 353.38º | 0.67% | 0.9% | - |
| XYZ | 37.19 | 22.78 | 12.79 | - |
| YUV | 123.98 | 110.52 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 93 | 0 | 0.67 | 0.60 | 0.10 | 353.38 | 0.75 | 0.6 |
| Hex | E6 | 4C | 5D | 0 | 43 | 3C | A | 161 | 4B | 3C |
| Octal | 346 | 114 | 135 | 0 | 103 | 74 | 12 | 541 | 113 | 74 |
| Binary | 11100110 | 1001100 | 1011101 | 0 | 1000011 | 111100 | 1010 | 101100001 | 1001011 | 111100 |
Color Harmonies of #E64C5D
Complementary color
Monochromatic Colors of #E64C5D
Black with #E64C5D
Text Example
Text Example
White with #E64C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64C5D; }
p { color: rgb(230,76,93); }
H1.HeaderClassName
{
color: #E64C5D;
}
.AnyTagClassName
{
color: #E64C5D;
}
</style>
background-color css
<style>
a { background-color: #E64C5D; }
a { background-color: rgb(230,76,93); }
div.DivClassName
{
background-color: #E64C5D;
}
.BgClassName
{
background-color: #E64C5D;
}
</style>
border-color css
<style>
span { border-color: #E64C5D; }
span { border-color: rgb(230,76,93); }
td.TdClassName
{
border-color: #E64C5D;
}
.TagClassName
{
border-color: #E64C5D;
}
</style>