Shades of Light Coral #ED7C7B
Tints of Light Coral #ED7C7B
RGB
CMYK
RGB Variations
Color information
#ED7C7B (or 0xED7C7B) is known color: Light Coral. HEX triplet: ED, 7C and 7B. RGB value is (237,124,123). Sum of RGB (Red+Green+Blue) = 237+124+123=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7C7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7C7B is #128384. Grayscale: #9D9D9D. Windows color (decimal): -1213317 or 8092909. OLE color: 8092909.
HSL color Cylindrical-coordinate representation of color #ED7C7B: hue angle of 0.53º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED7C7B is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 124 | 123 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.07 |
| HSL | 0.53º | 0.76% | 0.71% | - |
| HSV(B) | 0.53º | 0.48% | 0.93% | - |
| XYZ | 45.71 | 33.85 | 22.86 | - |
| YUV | 157.67 | 108.44 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 124 | 123 | 0 | 0.48 | 0.48 | 0.07 | 0.53 | 0.76 | 0.71 |
| Hex | ED | 7C | 7B | 0 | 30 | 30 | 7 | 1 | 4C | 47 |
| Octal | 355 | 174 | 173 | 0 | 60 | 60 | 7 | 1 | 114 | 107 |
| Binary | 11101101 | 1111100 | 1111011 | 0 | 110000 | 110000 | 111 | 1 | 1001100 | 1000111 |
Color Harmonies of #ED7C7B
Complementary color
Monochromatic Colors of #ED7C7B
Black with #ED7C7B
Text Example
Text Example
White with #ED7C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7C7B; }
p { color: rgb(237,124,123); }
H1.HeaderClassName
{
color: #ED7C7B;
}
.AnyTagClassName
{
color: #ED7C7B;
}
</style>
background-color css
<style>
a { background-color: #ED7C7B; }
a { background-color: rgb(237,124,123); }
div.DivClassName
{
background-color: #ED7C7B;
}
.BgClassName
{
background-color: #ED7C7B;
}
</style>
border-color css
<style>
span { border-color: #ED7C7B; }
span { border-color: rgb(237,124,123); }
td.TdClassName
{
border-color: #ED7C7B;
}
.TagClassName
{
border-color: #ED7C7B;
}
</style>