Shades of Mandy #EB4C51
Tints of Mandy #EB4C51
RGB
CMYK
RGB Variations
Color information
#EB4C51 (or 0xEB4C51) is known color: Mandy. HEX triplet: EB, 4C and 51. RGB value is (235,76,81). Sum of RGB (Red+Green+Blue) = 235+76+81=392 (51% of max value = 765). Red value is 235 (92.19% from 255 or 59.95% from 392); Green value is 76 (30.08% from 255 or 19.39% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4C51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4C51 is #14B3AE. Grayscale: #7C7C7C. Windows color (decimal): -1356719 or 5328107. OLE color: 5328107.
HSL color Cylindrical-coordinate representation of color #EB4C51: hue angle of 358.11º 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 #EB4C51 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 76 | 81 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.08 |
| HSL | 358.11º | 0.8% | 0.61% | - |
| HSV(B) | 358.11º | 0.68% | 0.92% | - |
| XYZ | 38.33 | 23.43 | 10.29 | - |
| YUV | 124.11 | 103.68 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 76 | 81 | 0 | 0.68 | 0.66 | 0.08 | 358.11 | 0.8 | 0.61 |
| Hex | EB | 4C | 51 | 0 | 44 | 42 | 8 | 166 | 50 | 3D |
| Octal | 353 | 114 | 121 | 0 | 104 | 102 | 10 | 546 | 120 | 75 |
| Binary | 11101011 | 1001100 | 1010001 | 0 | 1000100 | 1000010 | 1000 | 101100110 | 1010000 | 111101 |
Color Harmonies of #EB4C51
Complementary color
Monochromatic Colors of #EB4C51
Black with #EB4C51
Text Example
Text Example
White with #EB4C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4C51; }
p { color: rgb(235,76,81); }
H1.HeaderClassName
{
color: #EB4C51;
}
.AnyTagClassName
{
color: #EB4C51;
}
</style>
background-color css
<style>
a { background-color: #EB4C51; }
a { background-color: rgb(235,76,81); }
div.DivClassName
{
background-color: #EB4C51;
}
.BgClassName
{
background-color: #EB4C51;
}
</style>
border-color css
<style>
span { border-color: #EB4C51; }
span { border-color: rgb(235,76,81); }
td.TdClassName
{
border-color: #EB4C51;
}
.TagClassName
{
border-color: #EB4C51;
}
</style>