Shades of Light Coral #EC7F7C
Tints of Light Coral #EC7F7C
RGB
CMYK
RGB Variations
Color information
#EC7F7C (or 0xEC7F7C) is known color: Light Coral. HEX triplet: EC, 7F and 7C. RGB value is (236,127,124). Sum of RGB (Red+Green+Blue) = 236+127+124=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7F7C is #138083. Grayscale: #9F9F9F. Windows color (decimal): -1278084 or 8159212. OLE color: 8159212.
HSL color Cylindrical-coordinate representation of color #EC7F7C: hue angle of 1.61º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC7F7C is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 124 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.07 |
| HSL | 1.61º | 0.75% | 0.71% | - |
| HSV(B) | 1.61º | 0.47% | 0.93% | - |
| XYZ | 45.82 | 34.47 | 23.31 | - |
| YUV | 159.25 | 108.11 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 124 | 0 | 0.46 | 0.47 | 0.07 | 1.61 | 0.75 | 0.71 |
| Hex | EC | 7F | 7C | 0 | 2E | 2F | 7 | 2 | 4B | 47 |
| Octal | 354 | 177 | 174 | 0 | 56 | 57 | 7 | 2 | 113 | 107 |
| Binary | 11101100 | 1111111 | 1111100 | 0 | 101110 | 101111 | 111 | 10 | 1001011 | 1000111 |
Color Harmonies of #EC7F7C
Complementary color
Monochromatic Colors of #EC7F7C
Black with #EC7F7C
Text Example
Text Example
White with #EC7F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7F7C; }
p { color: rgb(236,127,124); }
H1.HeaderClassName
{
color: #EC7F7C;
}
.AnyTagClassName
{
color: #EC7F7C;
}
</style>
background-color css
<style>
a { background-color: #EC7F7C; }
a { background-color: rgb(236,127,124); }
div.DivClassName
{
background-color: #EC7F7C;
}
.BgClassName
{
background-color: #EC7F7C;
}
</style>
border-color css
<style>
span { border-color: #EC7F7C; }
span { border-color: rgb(236,127,124); }
td.TdClassName
{
border-color: #EC7F7C;
}
.TagClassName
{
border-color: #EC7F7C;
}
</style>