Shades of Light Coral #EF807A
Tints of Light Coral #EF807A
RGB
CMYK
RGB Variations
Color information
#EF807A (or 0xEF807A) is known color: Light Coral. HEX triplet: EF, 80 and 7A. RGB value is (239,128,122). Sum of RGB (Red+Green+Blue) = 239+128+122=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EF807A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF807A is #107F85. Grayscale: #A0A0A0. Windows color (decimal): -1081222 or 8028399. OLE color: 8028399.
HSL color Cylindrical-coordinate representation of color #EF807A: hue angle of 3.08º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF807A is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 122 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.06 |
| HSL | 3.08º | 0.79% | 0.71% | - |
| HSV(B) | 3.08º | 0.49% | 0.94% | - |
| XYZ | 46.83 | 35.19 | 22.74 | - |
| YUV | 160.51 | 106.27 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 122 | 0 | 0.46 | 0.49 | 0.06 | 3.08 | 0.79 | 0.71 |
| Hex | EF | 80 | 7A | 0 | 2E | 31 | 6 | 3 | 4F | 47 |
| Octal | 357 | 200 | 172 | 0 | 56 | 61 | 6 | 3 | 117 | 107 |
| Binary | 11101111 | 10000000 | 1111010 | 0 | 101110 | 110001 | 110 | 11 | 1001111 | 1000111 |
Color Harmonies of #EF807A
Complementary color
Monochromatic Colors of #EF807A
Black with #EF807A
Text Example
Text Example
White with #EF807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF807A; }
p { color: rgb(239,128,122); }
H1.HeaderClassName
{
color: #EF807A;
}
.AnyTagClassName
{
color: #EF807A;
}
</style>
background-color css
<style>
a { background-color: #EF807A; }
a { background-color: rgb(239,128,122); }
div.DivClassName
{
background-color: #EF807A;
}
.BgClassName
{
background-color: #EF807A;
}
</style>
border-color css
<style>
span { border-color: #EF807A; }
span { border-color: rgb(239,128,122); }
td.TdClassName
{
border-color: #EF807A;
}
.TagClassName
{
border-color: #EF807A;
}
</style>