Shades of Light Coral #ED877A
Tints of Light Coral #ED877A
RGB
CMYK
RGB Variations
Color information
#ED877A (or 0xED877A) is known color: Light Coral. HEX triplet: ED, 87 and 7A. RGB value is (237,135,122). Sum of RGB (Red+Green+Blue) = 237+135+122=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #ED877A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED877A is #127885. Grayscale: #A4A4A4. Windows color (decimal): -1210502 or 8030189. OLE color: 8030189.
HSL color Cylindrical-coordinate representation of color #ED877A: hue angle of 6.78º 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 #ED877A is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 135 | 122 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.07 |
| HSL | 6.78º | 0.76% | 0.7% | - |
| HSV(B) | 6.78º | 0.49% | 0.93% | - |
| XYZ | 47.1 | 36.74 | 23.02 | - |
| YUV | 164.02 | 104.29 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 135 | 122 | 0 | 0.43 | 0.49 | 0.07 | 6.78 | 0.76 | 0.7 |
| Hex | ED | 87 | 7A | 0 | 2B | 31 | 7 | 7 | 4C | 46 |
| Octal | 355 | 207 | 172 | 0 | 53 | 61 | 7 | 7 | 114 | 106 |
| Binary | 11101101 | 10000111 | 1111010 | 0 | 101011 | 110001 | 111 | 111 | 1001100 | 1000110 |
Color Harmonies of #ED877A
Complementary color
Monochromatic Colors of #ED877A
Black with #ED877A
Text Example
Text Example
White with #ED877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED877A; }
p { color: rgb(237,135,122); }
H1.HeaderClassName
{
color: #ED877A;
}
.AnyTagClassName
{
color: #ED877A;
}
</style>
background-color css
<style>
a { background-color: #ED877A; }
a { background-color: rgb(237,135,122); }
div.DivClassName
{
background-color: #ED877A;
}
.BgClassName
{
background-color: #ED877A;
}
</style>
border-color css
<style>
span { border-color: #ED877A; }
span { border-color: rgb(237,135,122); }
td.TdClassName
{
border-color: #ED877A;
}
.TagClassName
{
border-color: #ED877A;
}
</style>