Shades of Light Coral #EF827D
Tints of Light Coral #EF827D
RGB
CMYK
RGB Variations
Color information
#EF827D (or 0xEF827D) is known color: Light Coral. HEX triplet: EF, 82 and 7D. RGB value is (239,130,125). Sum of RGB (Red+Green+Blue) = 239+130+125=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EF827D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF827D is #107D82. Grayscale: #A2A2A2. Windows color (decimal): -1080707 or 8225519. OLE color: 8225519.
HSL color Cylindrical-coordinate representation of color #EF827D: hue angle of 2.63º 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 #EF827D is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 125 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.06 |
| HSL | 2.63º | 0.78% | 0.71% | - |
| HSV(B) | 2.63º | 0.48% | 0.94% | - |
| XYZ | 47.28 | 35.8 | 23.82 | - |
| YUV | 162.02 | 107.11 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 125 | 0 | 0.46 | 0.48 | 0.06 | 2.63 | 0.78 | 0.71 |
| Hex | EF | 82 | 7D | 0 | 2E | 30 | 6 | 3 | 4E | 47 |
| Octal | 357 | 202 | 175 | 0 | 56 | 60 | 6 | 3 | 116 | 107 |
| Binary | 11101111 | 10000010 | 1111101 | 0 | 101110 | 110000 | 110 | 11 | 1001110 | 1000111 |
Color Harmonies of #EF827D
Complementary color
Monochromatic Colors of #EF827D
Black with #EF827D
Text Example
Text Example
White with #EF827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF827D; }
p { color: rgb(239,130,125); }
H1.HeaderClassName
{
color: #EF827D;
}
.AnyTagClassName
{
color: #EF827D;
}
</style>
background-color css
<style>
a { background-color: #EF827D; }
a { background-color: rgb(239,130,125); }
div.DivClassName
{
background-color: #EF827D;
}
.BgClassName
{
background-color: #EF827D;
}
</style>
border-color css
<style>
span { border-color: #EF827D; }
span { border-color: rgb(239,130,125); }
td.TdClassName
{
border-color: #EF827D;
}
.TagClassName
{
border-color: #EF827D;
}
</style>