Shades of Light Coral #EF8282
Tints of Light Coral #EF8282
RGB
CMYK
RGB Variations
Color information
#EF8282 (or 0xEF8282) is known color: Light Coral. HEX triplet: EF, 82 and 82. RGB value is (239,130,130). Sum of RGB (Red+Green+Blue) = 239+130+130=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8282 is #107D7D. Grayscale: #A2A2A2. Windows color (decimal): -1080702 or 8553199. OLE color: 8553199.
HSL color Cylindrical-coordinate representation of color #EF8282: hue angle of 0º 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 #EF8282 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 130 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.06 |
| HSL | 0º | 0.77% | 0.72% | - |
| HSV(B) | 0º | 0.46% | 0.94% | - |
| XYZ | 47.61 | 35.93 | 25.54 | - |
| YUV | 162.59 | 109.61 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 130 | 0 | 0.46 | 0.46 | 0.06 | 0 | 0.77 | 0.72 |
| Hex | EF | 82 | 82 | 0 | 2E | 2E | 6 | 0 | 4D | 48 |
| Octal | 357 | 202 | 202 | 0 | 56 | 56 | 6 | 0 | 115 | 110 |
| Binary | 11101111 | 10000010 | 10000010 | 0 | 101110 | 101110 | 110 | 0 | 1001101 | 1001000 |
Color Harmonies of #EF8282
Complementary color
Monochromatic Colors of #EF8282
Black with #EF8282
Text Example
Text Example
White with #EF8282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8282; }
p { color: rgb(239,130,130); }
H1.HeaderClassName
{
color: #EF8282;
}
.AnyTagClassName
{
color: #EF8282;
}
</style>
background-color css
<style>
a { background-color: #EF8282; }
a { background-color: rgb(239,130,130); }
div.DivClassName
{
background-color: #EF8282;
}
.BgClassName
{
background-color: #EF8282;
}
</style>
border-color css
<style>
span { border-color: #EF8282; }
span { border-color: rgb(239,130,130); }
td.TdClassName
{
border-color: #EF8282;
}
.TagClassName
{
border-color: #EF8282;
}
</style>