#EC807E

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

Shades of Light Coral #EC807E

Tints of Light Coral #EC807E

Color information

#EC807E (or 0xEC807E) is unknown color: approx Light Coral. HEX triplet: EC, 80 and 7E. RGB value is (236,128,126). Sum of RGB (Red+Green+Blue) = 236+128+126=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC807E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC807E is #137F81. Grayscale: #A0A0A0. Windows color (decimal): -1277826 or 8290540. OLE color: 8290540.

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

Color convert

RGB236128126-
CMYK00.460.470.07
HSL1.09º74.32%70.98%-
HSV(B)1.09º46.61%92.55%-
XYZ46.0834.7824.02-
YUV160.06108.78182.16-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.16%
GREEN value IS 128 (50.39% from 255) = 26.12%
BLUE value IS 126 (49.61% from 255) = 25.71%
R=48.16%
G=26.12%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612812600.460.470.071.0974.3270.98
HexEC807E02E2F714a47
Octal3542001760565771112107
Binary111011001000000011111100101110101111111110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC807E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC807E; }

 p { color: rgb(236,128,126); }

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

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

 a { background-color: rgb(236,128,126); }

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

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

 span { border-color: rgb(236,128,126); }

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