Shades of Light Coral #ED8A82
Tints of Light Coral #ED8A82
RGB
CMYK
RGB Variations
Color information
#ED8A82 (or 0xED8A82) is known color: Light Coral. HEX triplet: ED, 8A and 82. RGB value is (237,138,130). Sum of RGB (Red+Green+Blue) = 237+138+130=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 130 (51.17% from 255 or 25.74% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8A82 is #12757D. Grayscale: #A6A6A6. Windows color (decimal): -1209726 or 8555245. OLE color: 8555245.
HSL color Cylindrical-coordinate representation of color #ED8A82: hue angle of 4.49º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED8A82 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 138 | 130 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.07 |
| HSL | 4.49º | 0.75% | 0.72% | - |
| HSV(B) | 4.49º | 0.45% | 0.93% | - |
| XYZ | 48.04 | 37.79 | 25.88 | - |
| YUV | 166.69 | 107.3 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 138 | 130 | 0 | 0.42 | 0.45 | 0.07 | 4.49 | 0.75 | 0.72 |
| Hex | ED | 8A | 82 | 0 | 2A | 2D | 7 | 4 | 4B | 48 |
| Octal | 355 | 212 | 202 | 0 | 52 | 55 | 7 | 4 | 113 | 110 |
| Binary | 11101101 | 10001010 | 10000010 | 0 | 101010 | 101101 | 111 | 100 | 1001011 | 1001000 |
Color Harmonies of #ED8A82
Complementary color
Monochromatic Colors of #ED8A82
Black with #ED8A82
Text Example
Text Example
White with #ED8A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8A82; }
p { color: rgb(237,138,130); }
H1.HeaderClassName
{
color: #ED8A82;
}
.AnyTagClassName
{
color: #ED8A82;
}
</style>
background-color css
<style>
a { background-color: #ED8A82; }
a { background-color: rgb(237,138,130); }
div.DivClassName
{
background-color: #ED8A82;
}
.BgClassName
{
background-color: #ED8A82;
}
</style>
border-color css
<style>
span { border-color: #ED8A82; }
span { border-color: rgb(237,138,130); }
td.TdClassName
{
border-color: #ED8A82;
}
.TagClassName
{
border-color: #ED8A82;
}
</style>