#ed8380

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

Shades of Light Coral #ED8380

Tints of Light Coral #ED8380

Color information

#ED8380 (or 0xED8380) is unknown color: approx Light Coral. HEX triplet: ED, 83 and 80. RGB value is (237,131,128). Sum of RGB (Red+Green+Blue) = 237+131+128=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8380 is #127C7F. Grayscale: #A2A2A2. Windows color (decimal): -1211520 or 8422381. OLE color: 8422381.

HSL color Cylindrical-coordinate representation of color #ED8380: hue angle of 1.65º 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 #ED8380 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB237131128-
CMYK00.450.460.07
HSL1.65º75.17%71.57%-
HSV(B)1.65º45.99%92.94%-
XYZ46.9435.824.86-
YUV162.35108.62181.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.78%
GREEN value IS 131 (51.56% from 255) = 26.41%
BLUE value IS 128 (50.39% from 255) = 25.81%
R=47.78%
G=26.41%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713112800.450.460.071.6575.1771.57
HexED838002D2E724b48
Octal3552032000555672113110
Binary11101101100000111000000001011011011101111010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed8380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed8380; }

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

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

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

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

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

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

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

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