#EB8A80

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

Shades of Light Coral #EB8A80

Tints of Light Coral #EB8A80

Color information

#EB8A80 (or 0xEB8A80) is unknown color: approx Light Coral. HEX triplet: EB, 8A and 80. RGB value is (235,138,128). Sum of RGB (Red+Green+Blue) = 235+138+128=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8A80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8A80 is #14757F. Grayscale: #A6A6A6. Windows color (decimal): -1340800 or 8424171. OLE color: 8424171.

HSL color Cylindrical-coordinate representation of color #EB8A80: hue angle of 5.61º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EB8A80 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB235138128-
CMYK00.410.460.08
HSL5.61º72.79%71.18%-
HSV(B)5.61º45.53%92.16%-
XYZ47.2537.425.15-
YUV165.86106.64177.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.91%
GREEN value IS 138 (54.30% from 255) = 27.54%
BLUE value IS 128 (50.39% from 255) = 25.55%
R=46.91%
G=27.54%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513812800.410.460.085.6172.7971.18
HexEB8A800292E864947
Octal35321220005156106111107
Binary1110101110001010100000000101001101110100011010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8A80; }

 p { color: rgb(235,138,128); }

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

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

 a { background-color: rgb(235,138,128); }

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

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

 span { border-color: rgb(235,138,128); }

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