Shades of Light Coral #EC7F7E
Tints of Light Coral #EC7F7E
RGB
CMYK
RGB Variations
Color information
#EC7F7E (or 0xEC7F7E) is known color: Light Coral. HEX triplet: EC, 7F and 7E. RGB value is (236,127,126). Sum of RGB (Red+Green+Blue) = 236+127+126=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7F7E is #138081. Grayscale: #9F9F9F. Windows color (decimal): -1278082 or 8290284. OLE color: 8290284.
HSL color Cylindrical-coordinate representation of color #EC7F7E: hue angle of 0.55º 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 #EC7F7E is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 126 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.07 |
| HSL | 0.55º | 0.74% | 0.71% | - |
| HSV(B) | 0.55º | 0.47% | 0.93% | - |
| XYZ | 45.95 | 34.52 | 23.98 | - |
| YUV | 159.48 | 109.11 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 126 | 0 | 0.46 | 0.47 | 0.07 | 0.55 | 0.74 | 0.71 |
| Hex | EC | 7F | 7E | 0 | 2E | 2F | 7 | 1 | 4A | 47 |
| Octal | 354 | 177 | 176 | 0 | 56 | 57 | 7 | 1 | 112 | 107 |
| Binary | 11101100 | 1111111 | 1111110 | 0 | 101110 | 101111 | 111 | 1 | 1001010 | 1000111 |
Color Harmonies of #EC7F7E
Complementary color
Monochromatic Colors of #EC7F7E
Black with #EC7F7E
Text Example
Text Example
White with #EC7F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7F7E; }
p { color: rgb(236,127,126); }
H1.HeaderClassName
{
color: #EC7F7E;
}
.AnyTagClassName
{
color: #EC7F7E;
}
</style>
background-color css
<style>
a { background-color: #EC7F7E; }
a { background-color: rgb(236,127,126); }
div.DivClassName
{
background-color: #EC7F7E;
}
.BgClassName
{
background-color: #EC7F7E;
}
</style>
border-color css
<style>
span { border-color: #EC7F7E; }
span { border-color: rgb(236,127,126); }
td.TdClassName
{
border-color: #EC7F7E;
}
.TagClassName
{
border-color: #EC7F7E;
}
</style>