Shades of Mandy #EB4D5C
Tints of Mandy #EB4D5C
RGB
CMYK
RGB Variations
Color information
#EB4D5C (or 0xEB4D5C) is known color: Mandy. HEX triplet: EB, 4D and 5C. RGB value is (235,77,92). Sum of RGB (Red+Green+Blue) = 235+77+92=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB4D5C is #14B2A3. Grayscale: #7E7E7E. Windows color (decimal): -1356452 or 6049259. OLE color: 6049259.
HSL color Cylindrical-coordinate representation of color #EB4D5C: hue angle of 354.3º degrees, saturation: 0.8, 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 #EB4D5C is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 77 | 92 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.08 |
| HSL | 354.3º | 0.8% | 0.61% | - |
| HSV(B) | 354.3º | 0.67% | 0.92% | - |
| XYZ | 38.85 | 23.74 | 12.66 | - |
| YUV | 125.95 | 108.85 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 77 | 92 | 0 | 0.67 | 0.61 | 0.08 | 354.3 | 0.8 | 0.61 |
| Hex | EB | 4D | 5C | 0 | 43 | 3D | 8 | 162 | 50 | 3D |
| Octal | 353 | 115 | 134 | 0 | 103 | 75 | 10 | 542 | 120 | 75 |
| Binary | 11101011 | 1001101 | 1011100 | 0 | 1000011 | 111101 | 1000 | 101100010 | 1010000 | 111101 |
Color Harmonies of #EB4D5C
Complementary color
Monochromatic Colors of #EB4D5C
Black with #EB4D5C
Text Example
Text Example
White with #EB4D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4D5C; }
p { color: rgb(235,77,92); }
H1.HeaderClassName
{
color: #EB4D5C;
}
.AnyTagClassName
{
color: #EB4D5C;
}
</style>
background-color css
<style>
a { background-color: #EB4D5C; }
a { background-color: rgb(235,77,92); }
div.DivClassName
{
background-color: #EB4D5C;
}
.BgClassName
{
background-color: #EB4D5C;
}
</style>
border-color css
<style>
span { border-color: #EB4D5C; }
span { border-color: rgb(235,77,92); }
td.TdClassName
{
border-color: #EB4D5C;
}
.TagClassName
{
border-color: #EB4D5C;
}
</style>