Shades of Light Coral #EF8A81
Tints of Light Coral #EF8A81
RGB
CMYK
RGB Variations
Color information
#EF8A81 (or 0xEF8A81) is known color: Light Coral. HEX triplet: EF, 8A and 81. RGB value is (239,138,129). Sum of RGB (Red+Green+Blue) = 239+138+129=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 129 (50.78% from 255 or 25.49% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8A81 is #10757E. Grayscale: #A7A7A7. Windows color (decimal): -1078655 or 8489711. OLE color: 8489711.
HSL color Cylindrical-coordinate representation of color #EF8A81: hue angle of 4.91º 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 #EF8A81 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 138 | 129 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.06 |
| HSL | 4.91º | 0.77% | 0.72% | - |
| HSV(B) | 4.91º | 0.46% | 0.94% | - |
| XYZ | 48.65 | 38.11 | 25.56 | - |
| YUV | 167.17 | 106.46 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 138 | 129 | 0 | 0.42 | 0.46 | 0.06 | 4.91 | 0.77 | 0.72 |
| Hex | EF | 8A | 81 | 0 | 2A | 2E | 6 | 5 | 4D | 48 |
| Octal | 357 | 212 | 201 | 0 | 52 | 56 | 6 | 5 | 115 | 110 |
| Binary | 11101111 | 10001010 | 10000001 | 0 | 101010 | 101110 | 110 | 101 | 1001101 | 1001000 |
Color Harmonies of #EF8A81
Complementary color
Monochromatic Colors of #EF8A81
Black with #EF8A81
Text Example
Text Example
White with #EF8A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8A81; }
p { color: rgb(239,138,129); }
H1.HeaderClassName
{
color: #EF8A81;
}
.AnyTagClassName
{
color: #EF8A81;
}
</style>
background-color css
<style>
a { background-color: #EF8A81; }
a { background-color: rgb(239,138,129); }
div.DivClassName
{
background-color: #EF8A81;
}
.BgClassName
{
background-color: #EF8A81;
}
</style>
border-color css
<style>
span { border-color: #EF8A81; }
span { border-color: rgb(239,138,129); }
td.TdClassName
{
border-color: #EF8A81;
}
.TagClassName
{
border-color: #EF8A81;
}
</style>