#ed837f

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

Shades of Light Coral #ED837F

Tints of Light Coral #ED837F

Color information

#ED837F (or 0xED837F) is unknown color: approx Light Coral. HEX triplet: ED, 83 and 7F. RGB value is (237,131,127). Sum of RGB (Red+Green+Blue) = 237+131+127=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #ED837F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED837F is #127C80. Grayscale: #A2A2A2. Windows color (decimal): -1211521 or 8356845. OLE color: 8356845.

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

Color convert

RGB237131127-
CMYK00.450.460.07
HSL2.18º75.34%71.37%-
HSV(B)2.18º46.41%92.94%-
XYZ46.8735.7724.51-
YUV162.24108.12181.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.88%
GREEN value IS 131 (51.56% from 255) = 26.46%
BLUE value IS 127 (50% from 255) = 25.66%
R=47.88%
G=26.46%
B=25.66%

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
Decimal23713112700.450.460.072.1875.3471.37
HexED837F02D2E724b47
Octal3552031770555672113107
Binary1110110110000011111111101011011011101111010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed837f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed837f; }

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

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

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

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

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

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

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

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