#EB8984

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

Shades of Light Coral #EB8984

Tints of Light Coral #EB8984

Color information

#EB8984 (or 0xEB8984) is unknown color: approx Light Coral. HEX triplet: EB, 89 and 84. RGB value is (235,137,132). Sum of RGB (Red+Green+Blue) = 235+137+132=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 137 (53.91% from 255 or 27.18% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8984 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8984 is #14767B. Grayscale: #A5A5A5. Windows color (decimal): -1341052 or 8686059. OLE color: 8686059.

HSL color Cylindrical-coordinate representation of color #EB8984: hue angle of 2.91º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EB8984 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB235137132-
CMYK00.420.440.08
HSL2.91º72.03%71.96%-
HSV(B)2.91º43.83%92.16%-
XYZ47.3737.2226.52-
YUV165.73108.97177.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.63%
GREEN value IS 137 (53.91% from 255) = 27.18%
BLUE value IS 132 (51.95% from 255) = 26.19%
R=46.63%
G=27.18%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513713200.420.440.082.9172.0371.96
HexEB898402A2C834848
Octal35321120405254103110110
Binary111010111000100110000100010101010110010001110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8984; }

 p { color: rgb(235,137,132); }

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

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

 a { background-color: rgb(235,137,132); }

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

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

 span { border-color: rgb(235,137,132); }

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