Shades of Light Coral #EF8480
Tints of Light Coral #EF8480
RGB
CMYK
RGB Variations
Color information
#EF8480 (or 0xEF8480) is known color: Light Coral. HEX triplet: EF, 84 and 80. RGB value is (239,132,128). Sum of RGB (Red+Green+Blue) = 239+132+128=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8480 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8480 is #107B7F. Grayscale: #A3A3A3. Windows color (decimal): -1080192 or 8422639. OLE color: 8422639.
HSL color Cylindrical-coordinate representation of color #EF8480: hue angle of 2.16º 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 #EF8480 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 128 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.06 |
| HSL | 2.16º | 0.78% | 0.72% | - |
| HSV(B) | 2.16º | 0.46% | 0.94% | - |
| XYZ | 47.74 | 36.41 | 24.93 | - |
| YUV | 163.54 | 107.95 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 128 | 0 | 0.45 | 0.46 | 0.06 | 2.16 | 0.78 | 0.72 |
| Hex | EF | 84 | 80 | 0 | 2D | 2E | 6 | 2 | 4E | 48 |
| Octal | 357 | 204 | 200 | 0 | 55 | 56 | 6 | 2 | 116 | 110 |
| Binary | 11101111 | 10000100 | 10000000 | 0 | 101101 | 101110 | 110 | 10 | 1001110 | 1001000 |
Color Harmonies of #EF8480
Complementary color
Monochromatic Colors of #EF8480
Black with #EF8480
Text Example
Text Example
White with #EF8480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8480; }
p { color: rgb(239,132,128); }
H1.HeaderClassName
{
color: #EF8480;
}
.AnyTagClassName
{
color: #EF8480;
}
</style>
background-color css
<style>
a { background-color: #EF8480; }
a { background-color: rgb(239,132,128); }
div.DivClassName
{
background-color: #EF8480;
}
.BgClassName
{
background-color: #EF8480;
}
</style>
border-color css
<style>
span { border-color: #EF8480; }
span { border-color: rgb(239,132,128); }
td.TdClassName
{
border-color: #EF8480;
}
.TagClassName
{
border-color: #EF8480;
}
</style>