#EC8B80

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

Shades of Light Coral #EC8B80

Tints of Light Coral #EC8B80

Color information

#EC8B80 (or 0xEC8B80) is unknown color: approx Light Coral. HEX triplet: EC, 8B and 80. RGB value is (236,139,128). Sum of RGB (Red+Green+Blue) = 236+139+128=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8B80 is #13747F. Grayscale: #A6A6A6. Windows color (decimal): -1275008 or 8424428. OLE color: 8424428.

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

Color convert

RGB236139128-
CMYK00.410.460.07
HSL6.11º73.97%71.37%-
HSV(B)6.11º45.76%92.55%-
XYZ47.7237.8625.21-
YUV166.75106.14177.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.92%
GREEN value IS 139 (54.69% from 255) = 27.63%
BLUE value IS 128 (50.39% from 255) = 25.45%
R=46.92%
G=27.63%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613912800.410.460.076.1173.9771.37
HexEC8B800292E764a47
Octal3542132000515676112107
Binary111011001000101110000000010100110111011111010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8B80; }

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

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

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

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

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

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

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

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