Shades of Light Coral #EF8582
Tints of Light Coral #EF8582
RGB
CMYK
RGB Variations
Color information
#EF8582 (or 0xEF8582) is known color: Light Coral. HEX triplet: EF, 85 and 82. RGB value is (239,133,130). Sum of RGB (Red+Green+Blue) = 239+133+130=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8582 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8582 is #107A7D. Grayscale: #A4A4A4. Windows color (decimal): -1079934 or 8553967. OLE color: 8553967.
HSL color Cylindrical-coordinate representation of color #EF8582: hue angle of 1.65º 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 #EF8582 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 130 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.06 |
| HSL | 1.65º | 0.77% | 0.72% | - |
| HSV(B) | 1.65º | 0.46% | 0.94% | - |
| XYZ | 48.01 | 36.74 | 25.68 | - |
| YUV | 164.35 | 108.62 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 130 | 0 | 0.44 | 0.46 | 0.06 | 1.65 | 0.77 | 0.72 |
| Hex | EF | 85 | 82 | 0 | 2C | 2E | 6 | 2 | 4D | 48 |
| Octal | 357 | 205 | 202 | 0 | 54 | 56 | 6 | 2 | 115 | 110 |
| Binary | 11101111 | 10000101 | 10000010 | 0 | 101100 | 101110 | 110 | 10 | 1001101 | 1001000 |
Color Harmonies of #EF8582
Complementary color
Monochromatic Colors of #EF8582
Black with #EF8582
Text Example
Text Example
White with #EF8582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8582; }
p { color: rgb(239,133,130); }
H1.HeaderClassName
{
color: #EF8582;
}
.AnyTagClassName
{
color: #EF8582;
}
</style>
background-color css
<style>
a { background-color: #EF8582; }
a { background-color: rgb(239,133,130); }
div.DivClassName
{
background-color: #EF8582;
}
.BgClassName
{
background-color: #EF8582;
}
</style>
border-color css
<style>
span { border-color: #EF8582; }
span { border-color: rgb(239,133,130); }
td.TdClassName
{
border-color: #EF8582;
}
.TagClassName
{
border-color: #EF8582;
}
</style>