Shades of Mandy #ED595C
Tints of Mandy #ED595C
RGB
CMYK
RGB Variations
Color information
#ED595C (or 0xED595C) is known color: Mandy. HEX triplet: ED, 59 and 5C. RGB value is (237,89,92). Sum of RGB (Red+Green+Blue) = 237+89+92=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED595C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED595C is #12A6A3. Grayscale: #858585. Windows color (decimal): -1222308 or 6052333. OLE color: 6052333.
HSL color Cylindrical-coordinate representation of color #ED595C: hue angle of 358.78º degrees, saturation: 0.8, 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 #ED595C is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 89 | 92 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.07 |
| HSL | 358.78º | 0.8% | 0.64% | - |
| HSV(B) | 358.78º | 0.62% | 0.93% | - |
| XYZ | 40.43 | 25.92 | 13 | - |
| YUV | 133.59 | 104.53 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 89 | 92 | 0 | 0.62 | 0.61 | 0.07 | 358.78 | 0.8 | 0.64 |
| Hex | ED | 59 | 5C | 0 | 3E | 3D | 7 | 167 | 50 | 40 |
| Octal | 355 | 131 | 134 | 0 | 76 | 75 | 7 | 547 | 120 | 100 |
| Binary | 11101101 | 1011001 | 1011100 | 0 | 111110 | 111101 | 111 | 101100111 | 1010000 | 1000000 |
Color Harmonies of #ED595C
Complementary color
Monochromatic Colors of #ED595C
Black with #ED595C
Text Example
Text Example
White with #ED595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED595C; }
p { color: rgb(237,89,92); }
H1.HeaderClassName
{
color: #ED595C;
}
.AnyTagClassName
{
color: #ED595C;
}
</style>
background-color css
<style>
a { background-color: #ED595C; }
a { background-color: rgb(237,89,92); }
div.DivClassName
{
background-color: #ED595C;
}
.BgClassName
{
background-color: #ED595C;
}
</style>
border-color css
<style>
span { border-color: #ED595C; }
span { border-color: rgb(237,89,92); }
td.TdClassName
{
border-color: #ED595C;
}
.TagClassName
{
border-color: #ED595C;
}
</style>