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