Shades of Mandy #EC595C
Tints of Mandy #EC595C
RGB
CMYK
RGB Variations
Color information
#EC595C (or 0xEC595C) is known color: Mandy. HEX triplet: EC, 59 and 5C. RGB value is (236,89,92). Sum of RGB (Red+Green+Blue) = 236+89+92=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC595C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC595C is #13A6A3. Grayscale: #858585. Windows color (decimal): -1287844 or 6052332. OLE color: 6052332.
HSL color Cylindrical-coordinate representation of color #EC595C: hue angle of 358.78º 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 #EC595C is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 89 | 92 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.07 |
| HSL | 358.78º | 0.79% | 0.64% | - |
| HSV(B) | 358.78º | 0.62% | 0.93% | - |
| XYZ | 40.1 | 25.75 | 12.98 | - |
| YUV | 133.3 | 104.7 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 92 | 0 | 0.62 | 0.61 | 0.07 | 358.78 | 0.79 | 0.64 |
| Hex | EC | 59 | 5C | 0 | 3E | 3D | 7 | 167 | 4F | 40 |
| Octal | 354 | 131 | 134 | 0 | 76 | 75 | 7 | 547 | 117 | 100 |
| Binary | 11101100 | 1011001 | 1011100 | 0 | 111110 | 111101 | 111 | 101100111 | 1001111 | 1000000 |
Color Harmonies of #EC595C
Complementary color
Monochromatic Colors of #EC595C
Black with #EC595C
Text Example
Text Example
White with #EC595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC595C; }
p { color: rgb(236,89,92); }
H1.HeaderClassName
{
color: #EC595C;
}
.AnyTagClassName
{
color: #EC595C;
}
</style>
background-color css
<style>
a { background-color: #EC595C; }
a { background-color: rgb(236,89,92); }
div.DivClassName
{
background-color: #EC595C;
}
.BgClassName
{
background-color: #EC595C;
}
</style>
border-color css
<style>
span { border-color: #EC595C; }
span { border-color: rgb(236,89,92); }
td.TdClassName
{
border-color: #EC595C;
}
.TagClassName
{
border-color: #EC595C;
}
</style>