Shades of Light Coral #EB8281
Tints of Light Coral #EB8281
RGB
CMYK
RGB Variations
Color information
#EB8281 (or 0xEB8281) is known color: Light Coral. HEX triplet: EB, 82 and 81. RGB value is (235,130,129). Sum of RGB (Red+Green+Blue) = 235+130+129=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8281 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8281 is #147D7E. Grayscale: #A1A1A1. Windows color (decimal): -1342847 or 8487659. OLE color: 8487659.
HSL color Cylindrical-coordinate representation of color #EB8281: hue angle of 0.57º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EB8281 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 130 | 129 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.08 |
| HSL | 0.57º | 0.73% | 0.71% | - |
| HSV(B) | 0.57º | 0.45% | 0.92% | - |
| XYZ | 46.21 | 35.21 | 25.13 | - |
| YUV | 161.28 | 109.79 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 130 | 129 | 0 | 0.45 | 0.45 | 0.08 | 0.57 | 0.73 | 0.71 |
| Hex | EB | 82 | 81 | 0 | 2D | 2D | 8 | 1 | 49 | 47 |
| Octal | 353 | 202 | 201 | 0 | 55 | 55 | 10 | 1 | 111 | 107 |
| Binary | 11101011 | 10000010 | 10000001 | 0 | 101101 | 101101 | 1000 | 1 | 1001001 | 1000111 |
Color Harmonies of #EB8281
Complementary color
Monochromatic Colors of #EB8281
Black with #EB8281
Text Example
Text Example
White with #EB8281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8281; }
p { color: rgb(235,130,129); }
H1.HeaderClassName
{
color: #EB8281;
}
.AnyTagClassName
{
color: #EB8281;
}
</style>
background-color css
<style>
a { background-color: #EB8281; }
a { background-color: rgb(235,130,129); }
div.DivClassName
{
background-color: #EB8281;
}
.BgClassName
{
background-color: #EB8281;
}
</style>
border-color css
<style>
span { border-color: #EB8281; }
span { border-color: rgb(235,130,129); }
td.TdClassName
{
border-color: #EB8281;
}
.TagClassName
{
border-color: #EB8281;
}
</style>