Shades of Light Coral #ED8B7D
Tints of Light Coral #ED8B7D
RGB
CMYK
RGB Variations
Color information
#ED8B7D (or 0xED8B7D) is known color: Light Coral. HEX triplet: ED, 8B and 7D. RGB value is (237,139,125). Sum of RGB (Red+Green+Blue) = 237+139+125=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8B7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8B7D is #127482. Grayscale: #A6A6A6. Windows color (decimal): -1209475 or 8227821. OLE color: 8227821.
HSL color Cylindrical-coordinate representation of color #ED8B7D: hue angle of 7.5º 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 #ED8B7D is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 139 | 125 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.07 |
| HSL | 7.5º | 0.76% | 0.71% | - |
| HSV(B) | 7.5º | 0.47% | 0.93% | - |
| XYZ | 47.86 | 37.95 | 24.2 | - |
| YUV | 166.71 | 104.47 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 139 | 125 | 0 | 0.41 | 0.47 | 0.07 | 7.5 | 0.76 | 0.71 |
| Hex | ED | 8B | 7D | 0 | 29 | 2F | 7 | 8 | 4C | 47 |
| Octal | 355 | 213 | 175 | 0 | 51 | 57 | 7 | 10 | 114 | 107 |
| Binary | 11101101 | 10001011 | 1111101 | 0 | 101001 | 101111 | 111 | 1000 | 1001100 | 1000111 |
Color Harmonies of #ED8B7D
Complementary color
Monochromatic Colors of #ED8B7D
Black with #ED8B7D
Text Example
Text Example
White with #ED8B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8B7D; }
p { color: rgb(237,139,125); }
H1.HeaderClassName
{
color: #ED8B7D;
}
.AnyTagClassName
{
color: #ED8B7D;
}
</style>
background-color css
<style>
a { background-color: #ED8B7D; }
a { background-color: rgb(237,139,125); }
div.DivClassName
{
background-color: #ED8B7D;
}
.BgClassName
{
background-color: #ED8B7D;
}
</style>
border-color css
<style>
span { border-color: #ED8B7D; }
span { border-color: rgb(237,139,125); }
td.TdClassName
{
border-color: #ED8B7D;
}
.TagClassName
{
border-color: #ED8B7D;
}
</style>