Shades of Light Coral #EF807E
Tints of Light Coral #EF807E
RGB
CMYK
RGB Variations
Color information
#EF807E (or 0xEF807E) is known color: Light Coral. HEX triplet: EF, 80 and 7E. RGB value is (239,128,126). Sum of RGB (Red+Green+Blue) = 239+128+126=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF807E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF807E is #107F81. Grayscale: #A1A1A1. Windows color (decimal): -1081218 or 8290543. OLE color: 8290543.
HSL color Cylindrical-coordinate representation of color #EF807E: hue angle of 1.06º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF807E is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 126 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.06 |
| HSL | 1.06º | 0.78% | 0.72% | - |
| HSV(B) | 1.06º | 0.47% | 0.94% | - |
| XYZ | 47.08 | 35.3 | 24.07 | - |
| YUV | 160.96 | 108.27 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 126 | 0 | 0.46 | 0.47 | 0.06 | 1.06 | 0.78 | 0.72 |
| Hex | EF | 80 | 7E | 0 | 2E | 2F | 6 | 1 | 4E | 48 |
| Octal | 357 | 200 | 176 | 0 | 56 | 57 | 6 | 1 | 116 | 110 |
| Binary | 11101111 | 10000000 | 1111110 | 0 | 101110 | 101111 | 110 | 1 | 1001110 | 1001000 |
Color Harmonies of #EF807E
Complementary color
Monochromatic Colors of #EF807E
Black with #EF807E
Text Example
Text Example
White with #EF807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF807E; }
p { color: rgb(239,128,126); }
H1.HeaderClassName
{
color: #EF807E;
}
.AnyTagClassName
{
color: #EF807E;
}
</style>
background-color css
<style>
a { background-color: #EF807E; }
a { background-color: rgb(239,128,126); }
div.DivClassName
{
background-color: #EF807E;
}
.BgClassName
{
background-color: #EF807E;
}
</style>
border-color css
<style>
span { border-color: #EF807E; }
span { border-color: rgb(239,128,126); }
td.TdClassName
{
border-color: #EF807E;
}
.TagClassName
{
border-color: #EF807E;
}
</style>