Shades of Mandy #ED575C
Tints of Mandy #ED575C
RGB
CMYK
RGB Variations
Color information
#ED575C (or 0xED575C) is known color: Mandy. HEX triplet: ED, 57 and 5C. RGB value is (237,87,92). Sum of RGB (Red+Green+Blue) = 237+87+92=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 87 (34.38% from 255 or 20.91% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED575C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED575C is #12A8A3. Grayscale: #848484. Windows color (decimal): -1222820 or 6051821. OLE color: 6051821.
HSL color Cylindrical-coordinate representation of color #ED575C: hue angle of 358º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED575C is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 87 | 92 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.07 |
| HSL | 358º | 0.81% | 0.64% | - |
| HSV(B) | 358º | 0.63% | 0.93% | - |
| XYZ | 40.27 | 25.59 | 12.94 | - |
| YUV | 132.42 | 105.2 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 87 | 92 | 0 | 0.63 | 0.61 | 0.07 | 358 | 0.81 | 0.64 |
| Hex | ED | 57 | 5C | 0 | 3F | 3D | 7 | 166 | 51 | 40 |
| Octal | 355 | 127 | 134 | 0 | 77 | 75 | 7 | 546 | 121 | 100 |
| Binary | 11101101 | 1010111 | 1011100 | 0 | 111111 | 111101 | 111 | 101100110 | 1010001 | 1000000 |
Color Harmonies of #ED575C
Complementary color
Monochromatic Colors of #ED575C
Black with #ED575C
Text Example
Text Example
White with #ED575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED575C; }
p { color: rgb(237,87,92); }
H1.HeaderClassName
{
color: #ED575C;
}
.AnyTagClassName
{
color: #ED575C;
}
</style>
background-color css
<style>
a { background-color: #ED575C; }
a { background-color: rgb(237,87,92); }
div.DivClassName
{
background-color: #ED575C;
}
.BgClassName
{
background-color: #ED575C;
}
</style>
border-color css
<style>
span { border-color: #ED575C; }
span { border-color: rgb(237,87,92); }
td.TdClassName
{
border-color: #ED575C;
}
.TagClassName
{
border-color: #ED575C;
}
</style>