#EC857C

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

Shades of Light Coral #EC857C

Tints of Light Coral #EC857C

Color information

#EC857C (or 0xEC857C) is unknown color: approx Light Coral. HEX triplet: EC, 85 and 7C. RGB value is (236,133,124). Sum of RGB (Red+Green+Blue) = 236+133+124=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC857C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC857C is #137A83. Grayscale: #A2A2A2. Windows color (decimal): -1276548 or 8160748. OLE color: 8160748.

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

Color convert

RGB236133124-
CMYK00.440.470.07
HSL4.82º74.67%70.59%-
HSV(B)4.82º47.46%92.55%-
XYZ46.6236.0623.57-
YUV162.77106.12180.23-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.87%
GREEN value IS 133 (52.34% from 255) = 26.98%
BLUE value IS 124 (48.83% from 255) = 25.15%
R=47.87%
G=26.98%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613312400.440.470.074.8274.6770.59
HexEC857C02C2F754b47
Octal3542051740545775113107
Binary11101100100001011111100010110010111111110110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC857C; }

 p { color: rgb(236,133,124); }

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

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

 a { background-color: rgb(236,133,124); }

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

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

 span { border-color: rgb(236,133,124); }

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