Shades of Light Coral #EB8A7C
Tints of Light Coral #EB8A7C
RGB
CMYK
RGB Variations
Color information
#EB8A7C (or 0xEB8A7C) is known color: Light Coral. HEX triplet: EB, 8A and 7C. RGB value is (235,138,124). Sum of RGB (Red+Green+Blue) = 235+138+124=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8A7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8A7C is #147583. Grayscale: #A5A5A5. Windows color (decimal): -1340804 or 8162027. OLE color: 8162027.
HSL color Cylindrical-coordinate representation of color #EB8A7C: hue angle of 7.57º 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 #EB8A7C is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 138 | 124 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.08 |
| HSL | 7.57º | 0.74% | 0.7% | - |
| HSV(B) | 7.57º | 0.47% | 0.92% | - |
| XYZ | 46.99 | 37.29 | 23.79 | - |
| YUV | 165.41 | 104.64 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 138 | 124 | 0 | 0.41 | 0.47 | 0.08 | 7.57 | 0.74 | 0.7 |
| Hex | EB | 8A | 7C | 0 | 29 | 2F | 8 | 8 | 4A | 46 |
| Octal | 353 | 212 | 174 | 0 | 51 | 57 | 10 | 10 | 112 | 106 |
| Binary | 11101011 | 10001010 | 1111100 | 0 | 101001 | 101111 | 1000 | 1000 | 1001010 | 1000110 |
Color Harmonies of #EB8A7C
Complementary color
Monochromatic Colors of #EB8A7C
Black with #EB8A7C
Text Example
Text Example
White with #EB8A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8A7C; }
p { color: rgb(235,138,124); }
H1.HeaderClassName
{
color: #EB8A7C;
}
.AnyTagClassName
{
color: #EB8A7C;
}
</style>
background-color css
<style>
a { background-color: #EB8A7C; }
a { background-color: rgb(235,138,124); }
div.DivClassName
{
background-color: #EB8A7C;
}
.BgClassName
{
background-color: #EB8A7C;
}
</style>
border-color css
<style>
span { border-color: #EB8A7C; }
span { border-color: rgb(235,138,124); }
td.TdClassName
{
border-color: #EB8A7C;
}
.TagClassName
{
border-color: #EB8A7C;
}
</style>