Shades of Mandy #EB535D
Tints of Mandy #EB535D
RGB
CMYK
RGB Variations
Color information
#EB535D (or 0xEB535D) is known color: Mandy. HEX triplet: EB, 53 and 5D. RGB value is (235,83,93). Sum of RGB (Red+Green+Blue) = 235+83+93=411 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.18% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 235 - color contains mainly: red. Hex color #EB535D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB535D is #14ACA2. Grayscale: #818181. Windows color (decimal): -1354915 or 6116331. OLE color: 6116331.
HSL color Cylindrical-coordinate representation of color #EB535D: hue angle of 356.05º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EB535D is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 83 | 93 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.08 |
| HSL | 356.05º | 0.79% | 0.62% | - |
| HSV(B) | 356.05º | 0.65% | 0.92% | - |
| XYZ | 39.33 | 24.64 | 13.04 | - |
| YUV | 129.59 | 107.36 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 83 | 93 | 0 | 0.65 | 0.60 | 0.08 | 356.05 | 0.79 | 0.62 |
| Hex | EB | 53 | 5D | 0 | 41 | 3C | 8 | 164 | 4F | 3E |
| Octal | 353 | 123 | 135 | 0 | 101 | 74 | 10 | 544 | 117 | 76 |
| Binary | 11101011 | 1010011 | 1011101 | 0 | 1000001 | 111100 | 1000 | 101100100 | 1001111 | 111110 |
Color Harmonies of #EB535D
Complementary color
Monochromatic Colors of #EB535D
Black with #EB535D
Text Example
Text Example
White with #EB535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB535D; }
p { color: rgb(235,83,93); }
H1.HeaderClassName
{
color: #EB535D;
}
.AnyTagClassName
{
color: #EB535D;
}
</style>
background-color css
<style>
a { background-color: #EB535D; }
a { background-color: rgb(235,83,93); }
div.DivClassName
{
background-color: #EB535D;
}
.BgClassName
{
background-color: #EB535D;
}
</style>
border-color css
<style>
span { border-color: #EB535D; }
span { border-color: rgb(235,83,93); }
td.TdClassName
{
border-color: #EB535D;
}
.TagClassName
{
border-color: #EB535D;
}
</style>