#ED857F

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

Shades of Light Coral #ED857F

Tints of Light Coral #ED857F

Color information

#ED857F (or 0xED857F) is unknown color: approx Light Coral. HEX triplet: ED, 85 and 7F. RGB value is (237,133,127). Sum of RGB (Red+Green+Blue) = 237+133+127=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #ED857F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED857F is #127A80. Grayscale: #A3A3A3. Windows color (decimal): -1211009 or 8357357. OLE color: 8357357.

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

Color convert

RGB237133127-
CMYK00.440.460.07
HSL3.27º75.34%71.37%-
HSV(B)3.27º46.41%92.94%-
XYZ47.1436.3124.6-
YUV163.41107.46180.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.69%
GREEN value IS 133 (52.34% from 255) = 26.76%
BLUE value IS 127 (50% from 255) = 25.55%
R=47.69%
G=26.76%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713312700.440.460.073.2775.3471.37
HexED857F02C2E734b47
Octal3552051770545673113107
Binary1110110110000101111111101011001011101111110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED857F; }

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

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

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

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

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

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

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

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