Shades of Light Coral #EC8A7F
Tints of Light Coral #EC8A7F
RGB
CMYK
RGB Variations
Color information
#EC8A7F (or 0xEC8A7F) is known color: Light Coral. HEX triplet: EC, 8A and 7F. RGB value is (236,138,127). Sum of RGB (Red+Green+Blue) = 236+138+127=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8A7F is #137580. Grayscale: #A6A6A6. Windows color (decimal): -1275265 or 8358636. OLE color: 8358636.
HSL color Cylindrical-coordinate representation of color #EC8A7F: hue angle of 6.06º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC8A7F is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 127 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.07 |
| HSL | 6.06º | 0.74% | 0.71% | - |
| HSV(B) | 6.06º | 0.46% | 0.93% | - |
| XYZ | 47.51 | 37.54 | 24.82 | - |
| YUV | 166.05 | 105.97 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 127 | 0 | 0.42 | 0.46 | 0.07 | 6.06 | 0.74 | 0.71 |
| Hex | EC | 8A | 7F | 0 | 2A | 2E | 7 | 6 | 4A | 47 |
| Octal | 354 | 212 | 177 | 0 | 52 | 56 | 7 | 6 | 112 | 107 |
| Binary | 11101100 | 10001010 | 1111111 | 0 | 101010 | 101110 | 111 | 110 | 1001010 | 1000111 |
Color Harmonies of #EC8A7F
Complementary color
Monochromatic Colors of #EC8A7F
Black with #EC8A7F
Text Example
Text Example
White with #EC8A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A7F; }
p { color: rgb(236,138,127); }
H1.HeaderClassName
{
color: #EC8A7F;
}
.AnyTagClassName
{
color: #EC8A7F;
}
</style>
background-color css
<style>
a { background-color: #EC8A7F; }
a { background-color: rgb(236,138,127); }
div.DivClassName
{
background-color: #EC8A7F;
}
.BgClassName
{
background-color: #EC8A7F;
}
</style>
border-color css
<style>
span { border-color: #EC8A7F; }
span { border-color: rgb(236,138,127); }
td.TdClassName
{
border-color: #EC8A7F;
}
.TagClassName
{
border-color: #EC8A7F;
}
</style>