#ED8080

Color #ED8080 Light Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Coral #ED8080

Tints of Light Coral #ED8080

Color information

#ED8080 (or 0xED8080) is unknown color: approx Light Coral. HEX triplet: ED, 80 and 80. RGB value is (237,128,128). Sum of RGB (Red+Green+Blue) = 237+128+128=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8080 is #127F7F. Grayscale: #A0A0A0. Windows color (decimal): -1212288 or 8421613. OLE color: 8421613.

HSL color Cylindrical-coordinate representation of color #ED8080: hue angle of 0º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED8080 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB237128128-
CMYK00.460.460.07
HSL75.17%71.57%-
HSV(B)45.99%92.94%-
XYZ46.543524.73-
YUV160.59109.61182.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 48.07%
GREEN value IS 128 (50.39% from 255) = 25.96%
BLUE value IS 128 (50.39% from 255) = 25.96%
R=48.07%
G=25.96%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712812800.460.460.07075.1771.57
HexED808002E2E704b48
Octal3552002000565670113110
Binary1110110110000000100000000101110101110111010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8080; }

 p { color: rgb(237,128,128); }

 H1.HeaderClassName
 {
   color: #ED8080;
 }
 .AnyTagClassName
 {
   color: #ED8080;
 }
</style>
background-color css

<style>
 a { background-color: #ED8080; }

 a { background-color: rgb(237,128,128); }

 div.DivClassName
 {
   background-color: #ED8080;
 }
 .BgClassName
 {
   background-color: #ED8080;
 }
</style>
border-color css

<style>
 span { border-color: #ED8080; }

 span { border-color: rgb(237,128,128); }

 td.TdClassName
 {
   border-color: #ED8080;
 }
 .TagClassName
 {
   border-color: #ED8080;
 }
</style>