Shades of Light Coral #EC7F7D
Tints of Light Coral #EC7F7D
RGB
CMYK
RGB Variations
Color information
#EC7F7D (or 0xEC7F7D) is known color: Light Coral. HEX triplet: EC, 7F and 7D. RGB value is (236,127,125). Sum of RGB (Red+Green+Blue) = 236+127+125=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7F7D is #138082. Grayscale: #9F9F9F. Windows color (decimal): -1278083 or 8224748. OLE color: 8224748.
HSL color Cylindrical-coordinate representation of color #EC7F7D: hue angle of 1.08º degrees, saturation: 0.74, 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 #EC7F7D is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 125 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.07 |
| HSL | 1.08º | 0.74% | 0.71% | - |
| HSV(B) | 1.08º | 0.47% | 0.93% | - |
| XYZ | 45.88 | 34.49 | 23.64 | - |
| YUV | 159.36 | 108.61 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 125 | 0 | 0.46 | 0.47 | 0.07 | 1.08 | 0.74 | 0.71 |
| Hex | EC | 7F | 7D | 0 | 2E | 2F | 7 | 1 | 4A | 47 |
| Octal | 354 | 177 | 175 | 0 | 56 | 57 | 7 | 1 | 112 | 107 |
| Binary | 11101100 | 1111111 | 1111101 | 0 | 101110 | 101111 | 111 | 1 | 1001010 | 1000111 |
Color Harmonies of #EC7F7D
Complementary color
Monochromatic Colors of #EC7F7D
Black with #EC7F7D
Text Example
Text Example
White with #EC7F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7F7D; }
p { color: rgb(236,127,125); }
H1.HeaderClassName
{
color: #EC7F7D;
}
.AnyTagClassName
{
color: #EC7F7D;
}
</style>
background-color css
<style>
a { background-color: #EC7F7D; }
a { background-color: rgb(236,127,125); }
div.DivClassName
{
background-color: #EC7F7D;
}
.BgClassName
{
background-color: #EC7F7D;
}
</style>
border-color css
<style>
span { border-color: #EC7F7D; }
span { border-color: rgb(236,127,125); }
td.TdClassName
{
border-color: #EC7F7D;
}
.TagClassName
{
border-color: #EC7F7D;
}
</style>