Shades of Light Coral #EB857C
Tints of Light Coral #EB857C
RGB
CMYK
RGB Variations
Color information
#EB857C (or 0xEB857C) is known color: Light Coral. HEX triplet: EB, 85 and 7C. RGB value is (235,133,124). Sum of RGB (Red+Green+Blue) = 235+133+124=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EB857C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB857C is #147A83. Grayscale: #A2A2A2. Windows color (decimal): -1342084 or 8160747. OLE color: 8160747.
HSL color Cylindrical-coordinate representation of color #EB857C: hue angle of 4.86º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EB857C is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 133 | 124 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.08 |
| HSL | 4.86º | 0.74% | 0.7% | - |
| HSV(B) | 4.86º | 0.47% | 0.92% | - |
| XYZ | 46.29 | 35.89 | 23.56 | - |
| YUV | 162.47 | 106.29 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 133 | 124 | 0 | 0.43 | 0.47 | 0.08 | 4.86 | 0.74 | 0.7 |
| Hex | EB | 85 | 7C | 0 | 2B | 2F | 8 | 5 | 4A | 46 |
| Octal | 353 | 205 | 174 | 0 | 53 | 57 | 10 | 5 | 112 | 106 |
| Binary | 11101011 | 10000101 | 1111100 | 0 | 101011 | 101111 | 1000 | 101 | 1001010 | 1000110 |
Color Harmonies of #EB857C
Complementary color
Monochromatic Colors of #EB857C
Black with #EB857C
Text Example
Text Example
White with #EB857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB857C; }
p { color: rgb(235,133,124); }
H1.HeaderClassName
{
color: #EB857C;
}
.AnyTagClassName
{
color: #EB857C;
}
</style>
background-color css
<style>
a { background-color: #EB857C; }
a { background-color: rgb(235,133,124); }
div.DivClassName
{
background-color: #EB857C;
}
.BgClassName
{
background-color: #EB857C;
}
</style>
border-color css
<style>
span { border-color: #EB857C; }
span { border-color: rgb(235,133,124); }
td.TdClassName
{
border-color: #EB857C;
}
.TagClassName
{
border-color: #EB857C;
}
</style>