Shades of Mandy #E64C5B
Tints of Mandy #E64C5B
RGB
CMYK
RGB Variations
Color information
#E64C5B (or 0xE64C5B) is known color: Mandy. HEX triplet: E6, 4C and 5B. RGB value is (230,76,91). Sum of RGB (Red+Green+Blue) = 230+76+91=397 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.93% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 230 - color contains mainly: red. Hex color #E64C5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64C5B is #19B3A4. Grayscale: #7B7B7B. Windows color (decimal): -1684389 or 5983462. OLE color: 5983462.
HSL color Cylindrical-coordinate representation of color #E64C5B: hue angle of 354.16º 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 #E64C5B is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 76 | 91 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.10 |
| HSL | 354.16º | 0.75% | 0.6% | - |
| HSV(B) | 354.16º | 0.67% | 0.9% | - |
| XYZ | 37.11 | 22.75 | 12.33 | - |
| YUV | 123.76 | 109.52 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 91 | 0 | 0.67 | 0.60 | 0.10 | 354.16 | 0.75 | 0.6 |
| Hex | E6 | 4C | 5B | 0 | 43 | 3C | A | 162 | 4B | 3C |
| Octal | 346 | 114 | 133 | 0 | 103 | 74 | 12 | 542 | 113 | 74 |
| Binary | 11100110 | 1001100 | 1011011 | 0 | 1000011 | 111100 | 1010 | 101100010 | 1001011 | 111100 |
Color Harmonies of #E64C5B
Complementary color
Monochromatic Colors of #E64C5B
Black with #E64C5B
Text Example
Text Example
White with #E64C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64C5B; }
p { color: rgb(230,76,91); }
H1.HeaderClassName
{
color: #E64C5B;
}
.AnyTagClassName
{
color: #E64C5B;
}
</style>
background-color css
<style>
a { background-color: #E64C5B; }
a { background-color: rgb(230,76,91); }
div.DivClassName
{
background-color: #E64C5B;
}
.BgClassName
{
background-color: #E64C5B;
}
</style>
border-color css
<style>
span { border-color: #E64C5B; }
span { border-color: rgb(230,76,91); }
td.TdClassName
{
border-color: #E64C5B;
}
.TagClassName
{
border-color: #E64C5B;
}
</style>