Shades of Light Coral #EF827F
Tints of Light Coral #EF827F
RGB
CMYK
RGB Variations
Color information
#EF827F (or 0xEF827F) is known color: Light Coral. HEX triplet: EF, 82 and 7F. RGB value is (239,130,127). Sum of RGB (Red+Green+Blue) = 239+130+127=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF827F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF827F is #107D80. Grayscale: #A2A2A2. Windows color (decimal): -1080705 or 8356591. OLE color: 8356591.
HSL color Cylindrical-coordinate representation of color #EF827F: hue angle of 1.61º 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 #EF827F is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 127 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.06 |
| HSL | 1.61º | 0.78% | 0.72% | - |
| HSV(B) | 1.61º | 0.47% | 0.94% | - |
| XYZ | 47.41 | 35.85 | 24.5 | - |
| YUV | 162.25 | 108.11 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 127 | 0 | 0.46 | 0.47 | 0.06 | 1.61 | 0.78 | 0.72 |
| Hex | EF | 82 | 7F | 0 | 2E | 2F | 6 | 2 | 4E | 48 |
| Octal | 357 | 202 | 177 | 0 | 56 | 57 | 6 | 2 | 116 | 110 |
| Binary | 11101111 | 10000010 | 1111111 | 0 | 101110 | 101111 | 110 | 10 | 1001110 | 1001000 |
Color Harmonies of #EF827F
Complementary color
Monochromatic Colors of #EF827F
Black with #EF827F
Text Example
Text Example
White with #EF827F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF827F; }
p { color: rgb(239,130,127); }
H1.HeaderClassName
{
color: #EF827F;
}
.AnyTagClassName
{
color: #EF827F;
}
</style>
background-color css
<style>
a { background-color: #EF827F; }
a { background-color: rgb(239,130,127); }
div.DivClassName
{
background-color: #EF827F;
}
.BgClassName
{
background-color: #EF827F;
}
</style>
border-color css
<style>
span { border-color: #EF827F; }
span { border-color: rgb(239,130,127); }
td.TdClassName
{
border-color: #EF827F;
}
.TagClassName
{
border-color: #EF827F;
}
</style>