Shades of Light Coral #EC7E7B
Tints of Light Coral #EC7E7B
RGB
CMYK
RGB Variations
Color information
#EC7E7B (or 0xEC7E7B) is known color: Light Coral. HEX triplet: EC, 7E and 7B. RGB value is (236,126,123). Sum of RGB (Red+Green+Blue) = 236+126+123=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7E7B is #138184. Grayscale: #9E9E9E. Windows color (decimal): -1278341 or 8093420. OLE color: 8093420.
HSL color Cylindrical-coordinate representation of color #EC7E7B: hue angle of 1.59º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC7E7B is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 126 | 123 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.07 |
| HSL | 1.59º | 0.75% | 0.7% | - |
| HSV(B) | 1.59º | 0.48% | 0.93% | - |
| XYZ | 45.63 | 34.18 | 22.93 | - |
| YUV | 158.55 | 107.94 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 126 | 123 | 0 | 0.47 | 0.48 | 0.07 | 1.59 | 0.75 | 0.7 |
| Hex | EC | 7E | 7B | 0 | 2F | 30 | 7 | 2 | 4B | 46 |
| Octal | 354 | 176 | 173 | 0 | 57 | 60 | 7 | 2 | 113 | 106 |
| Binary | 11101100 | 1111110 | 1111011 | 0 | 101111 | 110000 | 111 | 10 | 1001011 | 1000110 |
Color Harmonies of #EC7E7B
Complementary color
Monochromatic Colors of #EC7E7B
Black with #EC7E7B
Text Example
Text Example
White with #EC7E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7E7B; }
p { color: rgb(236,126,123); }
H1.HeaderClassName
{
color: #EC7E7B;
}
.AnyTagClassName
{
color: #EC7E7B;
}
</style>
background-color css
<style>
a { background-color: #EC7E7B; }
a { background-color: rgb(236,126,123); }
div.DivClassName
{
background-color: #EC7E7B;
}
.BgClassName
{
background-color: #EC7E7B;
}
</style>
border-color css
<style>
span { border-color: #EC7E7B; }
span { border-color: rgb(236,126,123); }
td.TdClassName
{
border-color: #EC7E7B;
}
.TagClassName
{
border-color: #EC7E7B;
}
</style>