Shades of Light Coral #ED817A
Tints of Light Coral #ED817A
RGB
CMYK
RGB Variations
Color information
#ED817A (or 0xED817A) is known color: Light Coral. HEX triplet: ED, 81 and 7A. RGB value is (237,129,122). Sum of RGB (Red+Green+Blue) = 237+129+122=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED817A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED817A is #127E85. Grayscale: #A0A0A0. Windows color (decimal): -1212038 or 8028653. OLE color: 8028653.
HSL color Cylindrical-coordinate representation of color #ED817A: hue angle of 3.65º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED817A is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 122 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.07 |
| HSL | 3.65º | 0.76% | 0.7% | - |
| HSV(B) | 3.65º | 0.49% | 0.93% | - |
| XYZ | 46.29 | 35.11 | 22.75 | - |
| YUV | 160.49 | 106.28 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 122 | 0 | 0.46 | 0.49 | 0.07 | 3.65 | 0.76 | 0.7 |
| Hex | ED | 81 | 7A | 0 | 2E | 31 | 7 | 4 | 4C | 46 |
| Octal | 355 | 201 | 172 | 0 | 56 | 61 | 7 | 4 | 114 | 106 |
| Binary | 11101101 | 10000001 | 1111010 | 0 | 101110 | 110001 | 111 | 100 | 1001100 | 1000110 |
Color Harmonies of #ED817A
Complementary color
Monochromatic Colors of #ED817A
Black with #ED817A
Text Example
Text Example
White with #ED817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED817A; }
p { color: rgb(237,129,122); }
H1.HeaderClassName
{
color: #ED817A;
}
.AnyTagClassName
{
color: #ED817A;
}
</style>
background-color css
<style>
a { background-color: #ED817A; }
a { background-color: rgb(237,129,122); }
div.DivClassName
{
background-color: #ED817A;
}
.BgClassName
{
background-color: #ED817A;
}
</style>
border-color css
<style>
span { border-color: #ED817A; }
span { border-color: rgb(237,129,122); }
td.TdClassName
{
border-color: #ED817A;
}
.TagClassName
{
border-color: #ED817A;
}
</style>