#ED8582

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

Shades of Light Coral #ED8582

Tints of Light Coral #ED8582

Color information

#ED8582 (or 0xED8582) is unknown color: approx Light Coral. HEX triplet: ED, 85 and 82. RGB value is (237,133,130). Sum of RGB (Red+Green+Blue) = 237+133+130=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8582 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8582 is #127A7D. Grayscale: #A3A3A3. Windows color (decimal): -1211006 or 8553965. OLE color: 8553965.

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

Color convert

RGB237133130-
CMYK00.440.450.07
HSL1.68º74.83%71.96%-
HSV(B)1.68º45.15%92.94%-
XYZ47.3436.3925.65-
YUV163.75108.96180.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.4%
GREEN value IS 133 (52.34% from 255) = 26.6%
BLUE value IS 130 (51.17% from 255) = 26%
R=47.4%
G=26.6%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713313000.440.450.071.6874.8371.96
HexED858202C2D724b48
Octal3552052020545572113110
Binary11101101100001011000001001011001011011111010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8582; }

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

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

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

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

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

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

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

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