Shades of Light Coral #ED7F7D
Tints of Light Coral #ED7F7D
RGB
CMYK
RGB Variations
Color information
#ED7F7D (or 0xED7F7D) is known color: Light Coral. HEX triplet: ED, 7F and 7D. RGB value is (237,127,125). Sum of RGB (Red+Green+Blue) = 237+127+125=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7F7D is #128082. Grayscale: #9F9F9F. Windows color (decimal): -1212547 or 8224749. OLE color: 8224749.
HSL color Cylindrical-coordinate representation of color #ED7F7D: hue angle of 1.07º 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 #ED7F7D is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 127 | 125 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.07 |
| HSL | 1.07º | 0.76% | 0.71% | - |
| HSV(B) | 1.07º | 0.47% | 0.93% | - |
| XYZ | 46.22 | 34.66 | 23.66 | - |
| YUV | 159.66 | 108.44 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 127 | 125 | 0 | 0.46 | 0.47 | 0.07 | 1.07 | 0.76 | 0.71 |
| Hex | ED | 7F | 7D | 0 | 2E | 2F | 7 | 1 | 4C | 47 |
| Octal | 355 | 177 | 175 | 0 | 56 | 57 | 7 | 1 | 114 | 107 |
| Binary | 11101101 | 1111111 | 1111101 | 0 | 101110 | 101111 | 111 | 1 | 1001100 | 1000111 |
Color Harmonies of #ED7F7D
Complementary color
Monochromatic Colors of #ED7F7D
Black with #ED7F7D
Text Example
Text Example
White with #ED7F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7F7D; }
p { color: rgb(237,127,125); }
H1.HeaderClassName
{
color: #ED7F7D;
}
.AnyTagClassName
{
color: #ED7F7D;
}
</style>
background-color css
<style>
a { background-color: #ED7F7D; }
a { background-color: rgb(237,127,125); }
div.DivClassName
{
background-color: #ED7F7D;
}
.BgClassName
{
background-color: #ED7F7D;
}
</style>
border-color css
<style>
span { border-color: #ED7F7D; }
span { border-color: rgb(237,127,125); }
td.TdClassName
{
border-color: #ED7F7D;
}
.TagClassName
{
border-color: #ED7F7D;
}
</style>