Shades of Mandy #EB595C
Tints of Mandy #EB595C
RGB
CMYK
RGB Variations
Color information
#EB595C (or 0xEB595C) is known color: Mandy. HEX triplet: EB, 59 and 5C. RGB value is (235,89,92). Sum of RGB (Red+Green+Blue) = 235+89+92=416 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.49% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 235 - color contains mainly: red. Hex color #EB595C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB595C is #14A6A3. Grayscale: #858585. Windows color (decimal): -1353380 or 6052331. OLE color: 6052331.
HSL color Cylindrical-coordinate representation of color #EB595C: hue angle of 358.77º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EB595C is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 89 | 92 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.08 |
| HSL | 358.77º | 0.78% | 0.64% | - |
| HSV(B) | 358.77º | 0.62% | 0.92% | - |
| XYZ | 39.77 | 25.58 | 12.97 | - |
| YUV | 133 | 104.87 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 89 | 92 | 0 | 0.62 | 0.61 | 0.08 | 358.77 | 0.78 | 0.64 |
| Hex | EB | 59 | 5C | 0 | 3E | 3D | 8 | 167 | 4E | 40 |
| Octal | 353 | 131 | 134 | 0 | 76 | 75 | 10 | 547 | 116 | 100 |
| Binary | 11101011 | 1011001 | 1011100 | 0 | 111110 | 111101 | 1000 | 101100111 | 1001110 | 1000000 |
Color Harmonies of #EB595C
Complementary color
Monochromatic Colors of #EB595C
Black with #EB595C
Text Example
Text Example
White with #EB595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB595C; }
p { color: rgb(235,89,92); }
H1.HeaderClassName
{
color: #EB595C;
}
.AnyTagClassName
{
color: #EB595C;
}
</style>
background-color css
<style>
a { background-color: #EB595C; }
a { background-color: rgb(235,89,92); }
div.DivClassName
{
background-color: #EB595C;
}
.BgClassName
{
background-color: #EB595C;
}
</style>
border-color css
<style>
span { border-color: #EB595C; }
span { border-color: rgb(235,89,92); }
td.TdClassName
{
border-color: #EB595C;
}
.TagClassName
{
border-color: #EB595C;
}
</style>