Shades of Light Coral #ED7E7E
Tints of Light Coral #ED7E7E
RGB
CMYK
RGB Variations
Color information
#ED7E7E (or 0xED7E7E) is known color: Light Coral. HEX triplet: ED, 7E and 7E. RGB value is (237,126,126). Sum of RGB (Red+Green+Blue) = 237+126+126=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7E7E is #128181. Grayscale: #9F9F9F. Windows color (decimal): -1212802 or 8290029. OLE color: 8290029.
HSL color Cylindrical-coordinate representation of color #ED7E7E: hue angle of 0º degrees, saturation: 0.76, 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 #ED7E7E is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 126 | 126 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.07 |
| HSL | 0º | 0.76% | 0.71% | - |
| HSV(B) | 0º | 0.47% | 0.93% | - |
| XYZ | 46.15 | 34.43 | 23.95 | - |
| YUV | 159.19 | 109.27 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 126 | 126 | 0 | 0.47 | 0.47 | 0.07 | 0 | 0.76 | 0.71 |
| Hex | ED | 7E | 7E | 0 | 2F | 2F | 7 | 0 | 4C | 47 |
| Octal | 355 | 176 | 176 | 0 | 57 | 57 | 7 | 0 | 114 | 107 |
| Binary | 11101101 | 1111110 | 1111110 | 0 | 101111 | 101111 | 111 | 0 | 1001100 | 1000111 |
Color Harmonies of #ED7E7E
Complementary color
Monochromatic Colors of #ED7E7E
Black with #ED7E7E
Text Example
Text Example
White with #ED7E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7E7E; }
p { color: rgb(237,126,126); }
H1.HeaderClassName
{
color: #ED7E7E;
}
.AnyTagClassName
{
color: #ED7E7E;
}
</style>
background-color css
<style>
a { background-color: #ED7E7E; }
a { background-color: rgb(237,126,126); }
div.DivClassName
{
background-color: #ED7E7E;
}
.BgClassName
{
background-color: #ED7E7E;
}
</style>
border-color css
<style>
span { border-color: #ED7E7E; }
span { border-color: rgb(237,126,126); }
td.TdClassName
{
border-color: #ED7E7E;
}
.TagClassName
{
border-color: #ED7E7E;
}
</style>