Shades of Mandy #E64B52
Tints of Mandy #E64B52
RGB
CMYK
RGB Variations
Color information
#E64B52 (or 0xE64B52) is known color: Mandy. HEX triplet: E6, 4B and 52. RGB value is (230,75,82). Sum of RGB (Red+Green+Blue) = 230+75+82=387 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.43% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64B52 is #19B4AD. Grayscale: #7A7A7A. Windows color (decimal): -1684654 or 5393382. OLE color: 5393382.
HSL color Cylindrical-coordinate representation of color #E64B52: hue angle of 357.29º 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 #E64B52 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 75 | 82 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.10 |
| HSL | 357.29º | 0.76% | 0.6% | - |
| HSV(B) | 357.29º | 0.67% | 0.9% | - |
| XYZ | 36.67 | 22.46 | 10.39 | - |
| YUV | 122.14 | 105.35 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 75 | 82 | 0 | 0.67 | 0.64 | 0.10 | 357.29 | 0.76 | 0.6 |
| Hex | E6 | 4B | 52 | 0 | 43 | 40 | A | 165 | 4C | 3C |
| Octal | 346 | 113 | 122 | 0 | 103 | 100 | 12 | 545 | 114 | 74 |
| Binary | 11100110 | 1001011 | 1010010 | 0 | 1000011 | 1000000 | 1010 | 101100101 | 1001100 | 111100 |
Color Harmonies of #E64B52
Complementary color
Monochromatic Colors of #E64B52
Black with #E64B52
Text Example
Text Example
White with #E64B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64B52; }
p { color: rgb(230,75,82); }
H1.HeaderClassName
{
color: #E64B52;
}
.AnyTagClassName
{
color: #E64B52;
}
</style>
background-color css
<style>
a { background-color: #E64B52; }
a { background-color: rgb(230,75,82); }
div.DivClassName
{
background-color: #E64B52;
}
.BgClassName
{
background-color: #E64B52;
}
</style>
border-color css
<style>
span { border-color: #E64B52; }
span { border-color: rgb(230,75,82); }
td.TdClassName
{
border-color: #E64B52;
}
.TagClassName
{
border-color: #E64B52;
}
</style>