Shades of Mandy #E64C5A
Tints of Mandy #E64C5A
RGB
CMYK
RGB Variations
Color information
#E64C5A (or 0xE64C5A) is known color: Mandy. HEX triplet: E6, 4C and 5A. RGB value is (230,76,90). Sum of RGB (Red+Green+Blue) = 230+76+90=396 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.08% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 230 - color contains mainly: red. Hex color #E64C5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64C5A is #19B3A5. Grayscale: #7B7B7B. Windows color (decimal): -1684390 or 5917926. OLE color: 5917926.
HSL color Cylindrical-coordinate representation of color #E64C5A: hue angle of 354.55º 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 #E64C5A is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 76 | 90 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.10 |
| HSL | 354.55º | 0.75% | 0.6% | - |
| HSV(B) | 354.55º | 0.67% | 0.9% | - |
| XYZ | 37.06 | 22.73 | 12.11 | - |
| YUV | 123.64 | 109.02 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 90 | 0 | 0.67 | 0.61 | 0.10 | 354.55 | 0.75 | 0.6 |
| Hex | E6 | 4C | 5A | 0 | 43 | 3D | A | 163 | 4B | 3C |
| Octal | 346 | 114 | 132 | 0 | 103 | 75 | 12 | 543 | 113 | 74 |
| Binary | 11100110 | 1001100 | 1011010 | 0 | 1000011 | 111101 | 1010 | 101100011 | 1001011 | 111100 |
Color Harmonies of #E64C5A
Complementary color
Monochromatic Colors of #E64C5A
Black with #E64C5A
Text Example
Text Example
White with #E64C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64C5A; }
p { color: rgb(230,76,90); }
H1.HeaderClassName
{
color: #E64C5A;
}
.AnyTagClassName
{
color: #E64C5A;
}
</style>
background-color css
<style>
a { background-color: #E64C5A; }
a { background-color: rgb(230,76,90); }
div.DivClassName
{
background-color: #E64C5A;
}
.BgClassName
{
background-color: #E64C5A;
}
</style>
border-color css
<style>
span { border-color: #E64C5A; }
span { border-color: rgb(230,76,90); }
td.TdClassName
{
border-color: #E64C5A;
}
.TagClassName
{
border-color: #E64C5A;
}
</style>