Shades of Light Coral #EF807D
Tints of Light Coral #EF807D
RGB
CMYK
RGB Variations
Color information
#EF807D (or 0xEF807D) is known color: Light Coral. HEX triplet: EF, 80 and 7D. RGB value is (239,128,125). Sum of RGB (Red+Green+Blue) = 239+128+125=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EF807D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF807D is #107F82. Grayscale: #A0A0A0. Windows color (decimal): -1081219 or 8225007. OLE color: 8225007.
HSL color Cylindrical-coordinate representation of color #EF807D: hue angle of 1.58º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF807D is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 125 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.06 |
| HSL | 1.58º | 0.78% | 0.71% | - |
| HSV(B) | 1.58º | 0.48% | 0.94% | - |
| XYZ | 47.02 | 35.27 | 23.73 | - |
| YUV | 160.85 | 107.77 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 125 | 0 | 0.46 | 0.48 | 0.06 | 1.58 | 0.78 | 0.71 |
| Hex | EF | 80 | 7D | 0 | 2E | 30 | 6 | 2 | 4E | 47 |
| Octal | 357 | 200 | 175 | 0 | 56 | 60 | 6 | 2 | 116 | 107 |
| Binary | 11101111 | 10000000 | 1111101 | 0 | 101110 | 110000 | 110 | 10 | 1001110 | 1000111 |
Color Harmonies of #EF807D
Complementary color
Monochromatic Colors of #EF807D
Black with #EF807D
Text Example
Text Example
White with #EF807D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF807D; }
p { color: rgb(239,128,125); }
H1.HeaderClassName
{
color: #EF807D;
}
.AnyTagClassName
{
color: #EF807D;
}
</style>
background-color css
<style>
a { background-color: #EF807D; }
a { background-color: rgb(239,128,125); }
div.DivClassName
{
background-color: #EF807D;
}
.BgClassName
{
background-color: #EF807D;
}
</style>
border-color css
<style>
span { border-color: #EF807D; }
span { border-color: rgb(239,128,125); }
td.TdClassName
{
border-color: #EF807D;
}
.TagClassName
{
border-color: #EF807D;
}
</style>