Shades of Mandy #EA4D5C
Tints of Mandy #EA4D5C
RGB
CMYK
RGB Variations
Color information
#EA4D5C (or 0xEA4D5C) is known color: Mandy. HEX triplet: EA, 4D and 5C. RGB value is (234,77,92). Sum of RGB (Red+Green+Blue) = 234+77+92=403 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.06% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA4D5C is #15B2A3. Grayscale: #7D7D7D. Windows color (decimal): -1421988 or 6049258. OLE color: 6049258.
HSL color Cylindrical-coordinate representation of color #EA4D5C: hue angle of 354.27º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA4D5C is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 92 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.08 |
| HSL | 354.27º | 0.79% | 0.61% | - |
| HSV(B) | 354.27º | 0.67% | 0.92% | - |
| XYZ | 38.52 | 23.57 | 12.65 | - |
| YUV | 125.65 | 109.01 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 92 | 0 | 0.67 | 0.61 | 0.08 | 354.27 | 0.79 | 0.61 |
| Hex | EA | 4D | 5C | 0 | 43 | 3D | 8 | 162 | 4F | 3D |
| Octal | 352 | 115 | 134 | 0 | 103 | 75 | 10 | 542 | 117 | 75 |
| Binary | 11101010 | 1001101 | 1011100 | 0 | 1000011 | 111101 | 1000 | 101100010 | 1001111 | 111101 |
Color Harmonies of #EA4D5C
Complementary color
Monochromatic Colors of #EA4D5C
Black with #EA4D5C
Text Example
Text Example
White with #EA4D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4D5C; }
p { color: rgb(234,77,92); }
H1.HeaderClassName
{
color: #EA4D5C;
}
.AnyTagClassName
{
color: #EA4D5C;
}
</style>
background-color css
<style>
a { background-color: #EA4D5C; }
a { background-color: rgb(234,77,92); }
div.DivClassName
{
background-color: #EA4D5C;
}
.BgClassName
{
background-color: #EA4D5C;
}
</style>
border-color css
<style>
span { border-color: #EA4D5C; }
span { border-color: rgb(234,77,92); }
td.TdClassName
{
border-color: #EA4D5C;
}
.TagClassName
{
border-color: #EA4D5C;
}
</style>