Shades of Light Coral #EF8380
Tints of Light Coral #EF8380
RGB
CMYK
RGB Variations
Color information
#EF8380 (or 0xEF8380) is known color: Light Coral. HEX triplet: EF, 83 and 80. RGB value is (239,131,128). Sum of RGB (Red+Green+Blue) = 239+131+128=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8380 is #107C7F. Grayscale: #A3A3A3. Windows color (decimal): -1080448 or 8422383. OLE color: 8422383.
HSL color Cylindrical-coordinate representation of color #EF8380: hue angle of 1.62º degrees, saturation: 0.78, 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 #EF8380 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 128 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.06 |
| HSL | 1.62º | 0.78% | 0.72% | - |
| HSV(B) | 1.62º | 0.46% | 0.94% | - |
| XYZ | 47.61 | 36.14 | 24.89 | - |
| YUV | 162.95 | 108.28 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 128 | 0 | 0.45 | 0.46 | 0.06 | 1.62 | 0.78 | 0.72 |
| Hex | EF | 83 | 80 | 0 | 2D | 2E | 6 | 2 | 4E | 48 |
| Octal | 357 | 203 | 200 | 0 | 55 | 56 | 6 | 2 | 116 | 110 |
| Binary | 11101111 | 10000011 | 10000000 | 0 | 101101 | 101110 | 110 | 10 | 1001110 | 1001000 |
Color Harmonies of #EF8380
Complementary color
Monochromatic Colors of #EF8380
Black with #EF8380
Text Example
Text Example
White with #EF8380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8380; }
p { color: rgb(239,131,128); }
H1.HeaderClassName
{
color: #EF8380;
}
.AnyTagClassName
{
color: #EF8380;
}
</style>
background-color css
<style>
a { background-color: #EF8380; }
a { background-color: rgb(239,131,128); }
div.DivClassName
{
background-color: #EF8380;
}
.BgClassName
{
background-color: #EF8380;
}
</style>
border-color css
<style>
span { border-color: #EF8380; }
span { border-color: rgb(239,131,128); }
td.TdClassName
{
border-color: #EF8380;
}
.TagClassName
{
border-color: #EF8380;
}
</style>