Shades of Mandy #EB4C5C
Tints of Mandy #EB4C5C
RGB
CMYK
RGB Variations
Color information
#EB4C5C (or 0xEB4C5C) is known color: Mandy. HEX triplet: EB, 4C and 5C. RGB value is (235,76,92). Sum of RGB (Red+Green+Blue) = 235+76+92=403 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.31% from 403); Green value is 76 (30.08% from 255 or 18.86% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4C5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4C5C is #14B3A3. Grayscale: #7D7D7D. Windows color (decimal): -1356708 or 6049003. OLE color: 6049003.
HSL color Cylindrical-coordinate representation of color #EB4C5C: hue angle of 353.96º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EB4C5C is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 76 | 92 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.08 |
| HSL | 353.96º | 0.8% | 0.61% | - |
| HSV(B) | 353.96º | 0.68% | 0.92% | - |
| XYZ | 38.78 | 23.6 | 12.64 | - |
| YUV | 125.37 | 109.18 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 76 | 92 | 0 | 0.68 | 0.61 | 0.08 | 353.96 | 0.8 | 0.61 |
| Hex | EB | 4C | 5C | 0 | 44 | 3D | 8 | 162 | 50 | 3D |
| Octal | 353 | 114 | 134 | 0 | 104 | 75 | 10 | 542 | 120 | 75 |
| Binary | 11101011 | 1001100 | 1011100 | 0 | 1000100 | 111101 | 1000 | 101100010 | 1010000 | 111101 |
Color Harmonies of #EB4C5C
Complementary color
Monochromatic Colors of #EB4C5C
Black with #EB4C5C
Text Example
Text Example
White with #EB4C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4C5C; }
p { color: rgb(235,76,92); }
H1.HeaderClassName
{
color: #EB4C5C;
}
.AnyTagClassName
{
color: #EB4C5C;
}
</style>
background-color css
<style>
a { background-color: #EB4C5C; }
a { background-color: rgb(235,76,92); }
div.DivClassName
{
background-color: #EB4C5C;
}
.BgClassName
{
background-color: #EB4C5C;
}
</style>
border-color css
<style>
span { border-color: #EB4C5C; }
span { border-color: rgb(235,76,92); }
td.TdClassName
{
border-color: #EB4C5C;
}
.TagClassName
{
border-color: #EB4C5C;
}
</style>