Shades of Mandy #E6535D
Tints of Mandy #E6535D
RGB
CMYK
RGB Variations
Color information
#E6535D (or 0xE6535D) is known color: Mandy. HEX triplet: E6, 53 and 5D. RGB value is (230,83,93). Sum of RGB (Red+Green+Blue) = 230+83+93=406 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.65% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 230 - color contains mainly: red. Hex color #E6535D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6535D is #19ACA2. Grayscale: #808080. Windows color (decimal): -1682595 or 6116326. OLE color: 6116326.
HSL color Cylindrical-coordinate representation of color #E6535D: hue angle of 355.92º 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 #E6535D is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 83 | 93 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.10 |
| HSL | 355.92º | 0.75% | 0.61% | - |
| HSV(B) | 355.92º | 0.64% | 0.9% | - |
| XYZ | 37.7 | 23.8 | 12.96 | - |
| YUV | 128.09 | 108.2 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 83 | 93 | 0 | 0.64 | 0.60 | 0.10 | 355.92 | 0.75 | 0.61 |
| Hex | E6 | 53 | 5D | 0 | 40 | 3C | A | 164 | 4B | 3D |
| Octal | 346 | 123 | 135 | 0 | 100 | 74 | 12 | 544 | 113 | 75 |
| Binary | 11100110 | 1010011 | 1011101 | 0 | 1000000 | 111100 | 1010 | 101100100 | 1001011 | 111101 |
Color Harmonies of #E6535D
Complementary color
Monochromatic Colors of #E6535D
Black with #E6535D
Text Example
Text Example
White with #E6535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6535D; }
p { color: rgb(230,83,93); }
H1.HeaderClassName
{
color: #E6535D;
}
.AnyTagClassName
{
color: #E6535D;
}
</style>
background-color css
<style>
a { background-color: #E6535D; }
a { background-color: rgb(230,83,93); }
div.DivClassName
{
background-color: #E6535D;
}
.BgClassName
{
background-color: #E6535D;
}
</style>
border-color css
<style>
span { border-color: #E6535D; }
span { border-color: rgb(230,83,93); }
td.TdClassName
{
border-color: #E6535D;
}
.TagClassName
{
border-color: #E6535D;
}
</style>