#EC877C

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

Shades of Light Coral #EC877C

Tints of Light Coral #EC877C

Color information

#EC877C (or 0xEC877C) is unknown color: approx Light Coral. HEX triplet: EC, 87 and 7C. RGB value is (236,135,124). Sum of RGB (Red+Green+Blue) = 236+135+124=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 135 (53.12% from 255 or 27.27% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC877C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC877C is #137883. Grayscale: #A4A4A4. Windows color (decimal): -1276036 or 8161260. OLE color: 8161260.

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

Color convert

RGB236135124-
CMYK00.430.470.07
HSL5.89º74.67%70.59%-
HSV(B)5.89º47.46%92.55%-
XYZ46.8936.6223.66-
YUV163.94105.46179.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.68%
GREEN value IS 135 (53.12% from 255) = 27.27%
BLUE value IS 124 (48.83% from 255) = 25.05%
R=47.68%
G=27.27%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613512400.430.470.075.8974.6770.59
HexEC877C02B2F764b47
Octal3542071740535776113107
Binary11101100100001111111100010101110111111111010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC877C; }

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

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

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

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

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

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

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

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