#ED8280

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

Shades of Light Coral #ED8280

Tints of Light Coral #ED8280

Color information

#ED8280 (or 0xED8280) is unknown color: approx Light Coral. HEX triplet: ED, 82 and 80. RGB value is (237,130,128). Sum of RGB (Red+Green+Blue) = 237+130+128=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8280 is #127D7F. Grayscale: #A1A1A1. Windows color (decimal): -1211776 or 8422125. OLE color: 8422125.

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

Color convert

RGB237130128-
CMYK00.450.460.07
HSL1.1º75.17%71.57%-
HSV(B)1.1º45.99%92.94%-
XYZ46.835.5324.81-
YUV161.77108.95181.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.88%
GREEN value IS 130 (51.17% from 255) = 26.26%
BLUE value IS 128 (50.39% from 255) = 25.86%
R=47.88%
G=26.26%
B=25.86%

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
Decimal23713012800.450.460.071.175.1771.57
HexED828002D2E714b48
Octal3552022000555671113110
Binary1110110110000010100000000101101101110111110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8280; }

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

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

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

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

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

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

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

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