Shades of Light Coral #EF8780
Tints of Light Coral #EF8780
RGB
CMYK
RGB Variations
Color information
#EF8780 (or 0xEF8780) is known color: Light Coral. HEX triplet: EF, 87 and 80. RGB value is (239,135,128). Sum of RGB (Red+Green+Blue) = 239+135+128=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 135 (53.12% from 255 or 26.89% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8780 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8780 is #10787F. Grayscale: #A5A5A5. Windows color (decimal): -1079424 or 8423407. OLE color: 8423407.
HSL color Cylindrical-coordinate representation of color #EF8780: hue angle of 3.78º 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 #EF8780 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 135 | 128 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.06 |
| HSL | 3.78º | 0.78% | 0.72% | - |
| HSV(B) | 3.78º | 0.46% | 0.94% | - |
| XYZ | 48.16 | 37.24 | 25.07 | - |
| YUV | 165.3 | 106.96 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 135 | 128 | 0 | 0.44 | 0.46 | 0.06 | 3.78 | 0.78 | 0.72 |
| Hex | EF | 87 | 80 | 0 | 2C | 2E | 6 | 4 | 4E | 48 |
| Octal | 357 | 207 | 200 | 0 | 54 | 56 | 6 | 4 | 116 | 110 |
| Binary | 11101111 | 10000111 | 10000000 | 0 | 101100 | 101110 | 110 | 100 | 1001110 | 1001000 |
Color Harmonies of #EF8780
Complementary color
Monochromatic Colors of #EF8780
Black with #EF8780
Text Example
Text Example
White with #EF8780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8780; }
p { color: rgb(239,135,128); }
H1.HeaderClassName
{
color: #EF8780;
}
.AnyTagClassName
{
color: #EF8780;
}
</style>
background-color css
<style>
a { background-color: #EF8780; }
a { background-color: rgb(239,135,128); }
div.DivClassName
{
background-color: #EF8780;
}
.BgClassName
{
background-color: #EF8780;
}
</style>
border-color css
<style>
span { border-color: #EF8780; }
span { border-color: rgb(239,135,128); }
td.TdClassName
{
border-color: #EF8780;
}
.TagClassName
{
border-color: #EF8780;
}
</style>