Shades of Light Coral #EF8482
Tints of Light Coral #EF8482
RGB
CMYK
RGB Variations
Color information
#EF8482 (or 0xEF8482) is known color: Light Coral. HEX triplet: EF, 84 and 82. RGB value is (239,132,130). Sum of RGB (Red+Green+Blue) = 239+132+130=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8482 is #107B7D. Grayscale: #A3A3A3. Windows color (decimal): -1080190 or 8553711. OLE color: 8553711.
HSL color Cylindrical-coordinate representation of color #EF8482: hue angle of 1.1º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF8482 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 130 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.06 |
| HSL | 1.1º | 0.77% | 0.72% | - |
| HSV(B) | 1.1º | 0.46% | 0.94% | - |
| XYZ | 47.88 | 36.46 | 25.63 | - |
| YUV | 163.77 | 108.95 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 130 | 0 | 0.45 | 0.46 | 0.06 | 1.1 | 0.77 | 0.72 |
| Hex | EF | 84 | 82 | 0 | 2D | 2E | 6 | 1 | 4D | 48 |
| Octal | 357 | 204 | 202 | 0 | 55 | 56 | 6 | 1 | 115 | 110 |
| Binary | 11101111 | 10000100 | 10000010 | 0 | 101101 | 101110 | 110 | 1 | 1001101 | 1001000 |
Color Harmonies of #EF8482
Complementary color
Monochromatic Colors of #EF8482
Black with #EF8482
Text Example
Text Example
White with #EF8482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8482; }
p { color: rgb(239,132,130); }
H1.HeaderClassName
{
color: #EF8482;
}
.AnyTagClassName
{
color: #EF8482;
}
</style>
background-color css
<style>
a { background-color: #EF8482; }
a { background-color: rgb(239,132,130); }
div.DivClassName
{
background-color: #EF8482;
}
.BgClassName
{
background-color: #EF8482;
}
</style>
border-color css
<style>
span { border-color: #EF8482; }
span { border-color: rgb(239,132,130); }
td.TdClassName
{
border-color: #EF8482;
}
.TagClassName
{
border-color: #EF8482;
}
</style>