Shades of Light Coral #EF8178
Tints of Light Coral #EF8178
RGB
CMYK
RGB Variations
Color information
#EF8178 (or 0xEF8178) is known color: Light Coral. HEX triplet: EF, 81 and 78. RGB value is (239,129,120). Sum of RGB (Red+Green+Blue) = 239+129+120=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8178 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8178 is #107E87. Grayscale: #A1A1A1. Windows color (decimal): -1080968 or 7897583. OLE color: 7897583.
HSL color Cylindrical-coordinate representation of color #EF8178: hue angle of 4.54º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF8178 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 120 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.06 |
| HSL | 4.54º | 0.79% | 0.7% | - |
| HSV(B) | 4.54º | 0.5% | 0.94% | - |
| XYZ | 46.84 | 35.41 | 22.14 | - |
| YUV | 160.86 | 104.94 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 120 | 0 | 0.46 | 0.50 | 0.06 | 4.54 | 0.79 | 0.7 |
| Hex | EF | 81 | 78 | 0 | 2E | 32 | 6 | 5 | 4F | 46 |
| Octal | 357 | 201 | 170 | 0 | 56 | 62 | 6 | 5 | 117 | 106 |
| Binary | 11101111 | 10000001 | 1111000 | 0 | 101110 | 110010 | 110 | 101 | 1001111 | 1000110 |
Color Harmonies of #EF8178
Complementary color
Monochromatic Colors of #EF8178
Black with #EF8178
Text Example
Text Example
White with #EF8178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8178; }
p { color: rgb(239,129,120); }
H1.HeaderClassName
{
color: #EF8178;
}
.AnyTagClassName
{
color: #EF8178;
}
</style>
background-color css
<style>
a { background-color: #EF8178; }
a { background-color: rgb(239,129,120); }
div.DivClassName
{
background-color: #EF8178;
}
.BgClassName
{
background-color: #EF8178;
}
</style>
border-color css
<style>
span { border-color: #EF8178; }
span { border-color: rgb(239,129,120); }
td.TdClassName
{
border-color: #EF8178;
}
.TagClassName
{
border-color: #EF8178;
}
</style>