Shades of Mandy #E65461
Tints of Mandy #E65461
RGB
CMYK
RGB Variations
Color information
#E65461 (or 0xE65461) is known color: Mandy. HEX triplet: E6, 54 and 61. RGB value is (230,84,97). Sum of RGB (Red+Green+Blue) = 230+84+97=411 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.96% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 97 (38.28% from 255 or 23.60% from 411); Max value from RGB is 230 - color contains mainly: red. Hex color #E65461 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65461 is #19AB9E. Grayscale: #818181. Windows color (decimal): -1682335 or 6378726. OLE color: 6378726.
HSL color Cylindrical-coordinate representation of color #E65461: hue angle of 354.66º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E65461 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 84 | 97 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.10 |
| HSL | 354.66º | 0.74% | 0.62% | - |
| HSV(B) | 354.66º | 0.63% | 0.9% | - |
| XYZ | 37.96 | 24.03 | 13.95 | - |
| YUV | 129.14 | 109.87 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 84 | 97 | 0 | 0.63 | 0.58 | 0.10 | 354.66 | 0.74 | 0.62 |
| Hex | E6 | 54 | 61 | 0 | 3F | 3A | A | 163 | 4A | 3E |
| Octal | 346 | 124 | 141 | 0 | 77 | 72 | 12 | 543 | 112 | 76 |
| Binary | 11100110 | 1010100 | 1100001 | 0 | 111111 | 111010 | 1010 | 101100011 | 1001010 | 111110 |
Color Harmonies of #E65461
Complementary color
Monochromatic Colors of #E65461
Black with #E65461
Text Example
Text Example
White with #E65461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65461; }
p { color: rgb(230,84,97); }
H1.HeaderClassName
{
color: #E65461;
}
.AnyTagClassName
{
color: #E65461;
}
</style>
background-color css
<style>
a { background-color: #E65461; }
a { background-color: rgb(230,84,97); }
div.DivClassName
{
background-color: #E65461;
}
.BgClassName
{
background-color: #E65461;
}
</style>
border-color css
<style>
span { border-color: #E65461; }
span { border-color: rgb(230,84,97); }
td.TdClassName
{
border-color: #E65461;
}
.TagClassName
{
border-color: #E65461;
}
</style>