Shades of Mandy #EC595B
Tints of Mandy #EC595B
RGB
CMYK
RGB Variations
Color information
#EC595B (or 0xEC595B) is known color: Mandy. HEX triplet: EC, 59 and 5B. RGB value is (236,89,91). Sum of RGB (Red+Green+Blue) = 236+89+91=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC595B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC595B is #13A6A4. Grayscale: #858585. Windows color (decimal): -1287845 or 5986796. OLE color: 5986796.
HSL color Cylindrical-coordinate representation of color #EC595B: hue angle of 359.18º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC595B is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 89 | 91 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.07 |
| HSL | 359.18º | 0.79% | 0.64% | - |
| HSV(B) | 359.18º | 0.62% | 0.93% | - |
| XYZ | 40.05 | 25.73 | 12.75 | - |
| YUV | 133.18 | 104.2 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 91 | 0 | 0.62 | 0.61 | 0.07 | 359.18 | 0.79 | 0.64 |
| Hex | EC | 59 | 5B | 0 | 3E | 3D | 7 | 167 | 4F | 40 |
| Octal | 354 | 131 | 133 | 0 | 76 | 75 | 7 | 547 | 117 | 100 |
| Binary | 11101100 | 1011001 | 1011011 | 0 | 111110 | 111101 | 111 | 101100111 | 1001111 | 1000000 |
Color Harmonies of #EC595B
Complementary color
Monochromatic Colors of #EC595B
Black with #EC595B
Text Example
Text Example
White with #EC595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC595B; }
p { color: rgb(236,89,91); }
H1.HeaderClassName
{
color: #EC595B;
}
.AnyTagClassName
{
color: #EC595B;
}
</style>
background-color css
<style>
a { background-color: #EC595B; }
a { background-color: rgb(236,89,91); }
div.DivClassName
{
background-color: #EC595B;
}
.BgClassName
{
background-color: #EC595B;
}
</style>
border-color css
<style>
span { border-color: #EC595B; }
span { border-color: rgb(236,89,91); }
td.TdClassName
{
border-color: #EC595B;
}
.TagClassName
{
border-color: #EC595B;
}
</style>