#EC857D

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

Shades of Light Coral #EC857D

Tints of Light Coral #EC857D

Color information

#EC857D (or 0xEC857D) is unknown color: approx Light Coral. HEX triplet: EC, 85 and 7D. RGB value is (236,133,125). Sum of RGB (Red+Green+Blue) = 236+133+125=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC857D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC857D is #137A82. Grayscale: #A3A3A3. Windows color (decimal): -1276547 or 8226284. OLE color: 8226284.

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

Color convert

RGB236133125-
CMYK00.440.470.07
HSL4.32º74.5%70.78%-
HSV(B)4.32º47.03%92.55%-
XYZ46.6836.0923.91-
YUV162.88106.62180.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.77%
GREEN value IS 133 (52.34% from 255) = 26.92%
BLUE value IS 125 (49.22% from 255) = 25.30%
R=47.77%
G=26.92%
B=25.30%

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
Decimal23613312500.440.470.074.3274.570.78
HexEC857D02C2F744a47
Octal3542051750545774112107
Binary11101100100001011111101010110010111111110010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC857D; }

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

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

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

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

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

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

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

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