Shades of Mandy #E6525E
Tints of Mandy #E6525E
RGB
CMYK
RGB Variations
Color information
#E6525E (or 0xE6525E) is known color: Mandy. HEX triplet: E6, 52 and 5E. RGB value is (230,82,94). Sum of RGB (Red+Green+Blue) = 230+82+94=406 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.65% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 230 - color contains mainly: red. Hex color #E6525E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6525E is #19ADA1. Grayscale: #7F7F7F. Windows color (decimal): -1682850 or 6181606. OLE color: 6181606.
HSL color Cylindrical-coordinate representation of color #E6525E: hue angle of 355.14º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E6525E is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 82 | 94 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.10 |
| HSL | 355.14º | 0.75% | 0.61% | - |
| HSV(B) | 355.14º | 0.64% | 0.9% | - |
| XYZ | 37.67 | 23.67 | 13.17 | - |
| YUV | 127.62 | 109.03 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 82 | 94 | 0 | 0.64 | 0.59 | 0.10 | 355.14 | 0.75 | 0.61 |
| Hex | E6 | 52 | 5E | 0 | 40 | 3B | A | 163 | 4B | 3D |
| Octal | 346 | 122 | 136 | 0 | 100 | 73 | 12 | 543 | 113 | 75 |
| Binary | 11100110 | 1010010 | 1011110 | 0 | 1000000 | 111011 | 1010 | 101100011 | 1001011 | 111101 |
Color Harmonies of #E6525E
Complementary color
Monochromatic Colors of #E6525E
Black with #E6525E
Text Example
Text Example
White with #E6525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6525E; }
p { color: rgb(230,82,94); }
H1.HeaderClassName
{
color: #E6525E;
}
.AnyTagClassName
{
color: #E6525E;
}
</style>
background-color css
<style>
a { background-color: #E6525E; }
a { background-color: rgb(230,82,94); }
div.DivClassName
{
background-color: #E6525E;
}
.BgClassName
{
background-color: #E6525E;
}
</style>
border-color css
<style>
span { border-color: #E6525E; }
span { border-color: rgb(230,82,94); }
td.TdClassName
{
border-color: #E6525E;
}
.TagClassName
{
border-color: #E6525E;
}
</style>