#ED8A7D

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

Shades of Light Coral #ED8A7D

Tints of Light Coral #ED8A7D

Color information

#ED8A7D (or 0xED8A7D) is unknown color: approx Light Coral. HEX triplet: ED, 8A and 7D. RGB value is (237,138,125). Sum of RGB (Red+Green+Blue) = 237+138+125=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8A7D is #127582. Grayscale: #A6A6A6. Windows color (decimal): -1209731 or 8227565. OLE color: 8227565.

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

Color convert

RGB237138125-
CMYK00.420.470.07
HSL6.96º75.68%70.98%-
HSV(B)6.96º47.26%92.94%-
XYZ47.7237.6624.16-
YUV166.12104.8178.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.4%
GREEN value IS 138 (54.30% from 255) = 27.6%
BLUE value IS 125 (49.22% from 255) = 25%
R=47.4%
G=27.6%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713812500.420.470.076.9675.6870.98
HexED8A7D02A2F774c47
Octal3552121750525777114107
Binary11101101100010101111101010101010111111111110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8A7D; }

 p { color: rgb(237,138,125); }

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

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

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

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

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

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

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