Shades of Mandy #EA575C
Tints of Mandy #EA575C
RGB
CMYK
RGB Variations
Color information
#EA575C (or 0xEA575C) is known color: Mandy. HEX triplet: EA, 57 and 5C. RGB value is (234,87,92). Sum of RGB (Red+Green+Blue) = 234+87+92=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EA575C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA575C is #15A8A3. Grayscale: #838383. Windows color (decimal): -1419428 or 6051818. OLE color: 6051818.
HSL color Cylindrical-coordinate representation of color #EA575C: hue angle of 357.96º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EA575C is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 87 | 92 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.08 |
| HSL | 357.96º | 0.78% | 0.63% | - |
| HSV(B) | 357.96º | 0.63% | 0.92% | - |
| XYZ | 39.27 | 25.08 | 12.9 | - |
| YUV | 131.52 | 105.7 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 87 | 92 | 0 | 0.63 | 0.61 | 0.08 | 357.96 | 0.78 | 0.63 |
| Hex | EA | 57 | 5C | 0 | 3F | 3D | 8 | 166 | 4E | 3F |
| Octal | 352 | 127 | 134 | 0 | 77 | 75 | 10 | 546 | 116 | 77 |
| Binary | 11101010 | 1010111 | 1011100 | 0 | 111111 | 111101 | 1000 | 101100110 | 1001110 | 111111 |
Color Harmonies of #EA575C
Complementary color
Monochromatic Colors of #EA575C
Black with #EA575C
Text Example
Text Example
White with #EA575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA575C; }
p { color: rgb(234,87,92); }
H1.HeaderClassName
{
color: #EA575C;
}
.AnyTagClassName
{
color: #EA575C;
}
</style>
background-color css
<style>
a { background-color: #EA575C; }
a { background-color: rgb(234,87,92); }
div.DivClassName
{
background-color: #EA575C;
}
.BgClassName
{
background-color: #EA575C;
}
</style>
border-color css
<style>
span { border-color: #EA575C; }
span { border-color: rgb(234,87,92); }
td.TdClassName
{
border-color: #EA575C;
}
.TagClassName
{
border-color: #EA575C;
}
</style>