Shades of Mandy #E6525B
Tints of Mandy #E6525B
RGB
CMYK
RGB Variations
Color information
#E6525B (or 0xE6525B) is known color: Mandy. HEX triplet: E6, 52 and 5B. RGB value is (230,82,91). Sum of RGB (Red+Green+Blue) = 230+82+91=403 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.07% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 230 - color contains mainly: red. Hex color #E6525B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6525B is #19ADA4. Grayscale: #7F7F7F. Windows color (decimal): -1682853 or 5984998. OLE color: 5984998.
HSL color Cylindrical-coordinate representation of color #E6525B: hue angle of 356.35º 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 #E6525B is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 82 | 91 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.10 |
| HSL | 356.35º | 0.75% | 0.61% | - |
| HSV(B) | 356.35º | 0.64% | 0.9% | - |
| XYZ | 37.54 | 23.61 | 12.48 | - |
| YUV | 127.28 | 107.53 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 82 | 91 | 0 | 0.64 | 0.60 | 0.10 | 356.35 | 0.75 | 0.61 |
| Hex | E6 | 52 | 5B | 0 | 40 | 3C | A | 164 | 4B | 3D |
| Octal | 346 | 122 | 133 | 0 | 100 | 74 | 12 | 544 | 113 | 75 |
| Binary | 11100110 | 1010010 | 1011011 | 0 | 1000000 | 111100 | 1010 | 101100100 | 1001011 | 111101 |
Color Harmonies of #E6525B
Complementary color
Monochromatic Colors of #E6525B
Black with #E6525B
Text Example
Text Example
White with #E6525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6525B; }
p { color: rgb(230,82,91); }
H1.HeaderClassName
{
color: #E6525B;
}
.AnyTagClassName
{
color: #E6525B;
}
</style>
background-color css
<style>
a { background-color: #E6525B; }
a { background-color: rgb(230,82,91); }
div.DivClassName
{
background-color: #E6525B;
}
.BgClassName
{
background-color: #E6525B;
}
</style>
border-color css
<style>
span { border-color: #E6525B; }
span { border-color: rgb(230,82,91); }
td.TdClassName
{
border-color: #E6525B;
}
.TagClassName
{
border-color: #E6525B;
}
</style>