#ED7F7C

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

Shades of Light Coral #ED7F7C

Tints of Light Coral #ED7F7C

Color information

#ED7F7C (or 0xED7F7C) is unknown color: approx Light Coral. HEX triplet: ED, 7F and 7C. RGB value is (237,127,124). Sum of RGB (Red+Green+Blue) = 237+127+124=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7F7C is #128083. Grayscale: #9F9F9F. Windows color (decimal): -1212548 or 8159213. OLE color: 8159213.

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

Color convert

RGB237127124-
CMYK00.460.480.07
HSL1.59º75.84%70.78%-
HSV(B)1.59º47.68%92.94%-
XYZ46.1534.6423.32-
YUV159.55107.94183.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.57%
GREEN value IS 127 (50% from 255) = 26.02%
BLUE value IS 124 (48.83% from 255) = 25.41%
R=48.57%
G=26.02%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712712400.460.480.071.5975.8470.78
HexED7F7C02E30724c47
Octal3551771740566072114107
Binary111011011111111111110001011101100001111010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7F7C; }

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

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

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

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

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

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

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

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