Shades of Light Coral #EF827A
Tints of Light Coral #EF827A
RGB
CMYK
RGB Variations
Color information
#EF827A (or 0xEF827A) is known color: Light Coral. HEX triplet: EF, 82 and 7A. RGB value is (239,130,122). Sum of RGB (Red+Green+Blue) = 239+130+122=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF827A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF827A is #107D85. Grayscale: #A1A1A1. Windows color (decimal): -1080710 or 8028911. OLE color: 8028911.
HSL color Cylindrical-coordinate representation of color #EF827A: hue angle of 4.1º 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 #EF827A is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 122 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.06 |
| HSL | 4.1º | 0.79% | 0.71% | - |
| HSV(B) | 4.1º | 0.49% | 0.94% | - |
| XYZ | 47.09 | 35.72 | 22.83 | - |
| YUV | 161.68 | 105.61 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 122 | 0 | 0.46 | 0.49 | 0.06 | 4.1 | 0.79 | 0.71 |
| Hex | EF | 82 | 7A | 0 | 2E | 31 | 6 | 4 | 4F | 47 |
| Octal | 357 | 202 | 172 | 0 | 56 | 61 | 6 | 4 | 117 | 107 |
| Binary | 11101111 | 10000010 | 1111010 | 0 | 101110 | 110001 | 110 | 100 | 1001111 | 1000111 |
Color Harmonies of #EF827A
Complementary color
Monochromatic Colors of #EF827A
Black with #EF827A
Text Example
Text Example
White with #EF827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF827A; }
p { color: rgb(239,130,122); }
H1.HeaderClassName
{
color: #EF827A;
}
.AnyTagClassName
{
color: #EF827A;
}
</style>
background-color css
<style>
a { background-color: #EF827A; }
a { background-color: rgb(239,130,122); }
div.DivClassName
{
background-color: #EF827A;
}
.BgClassName
{
background-color: #EF827A;
}
</style>
border-color css
<style>
span { border-color: #EF827A; }
span { border-color: rgb(239,130,122); }
td.TdClassName
{
border-color: #EF827A;
}
.TagClassName
{
border-color: #EF827A;
}
</style>