#EB8381

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

Shades of Light Coral #EB8381

Tints of Light Coral #EB8381

Color information

#EB8381 (or 0xEB8381) is unknown color: approx Light Coral. HEX triplet: EB, 83 and 81. RGB value is (235,131,129). Sum of RGB (Red+Green+Blue) = 235+131+129=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8381 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8381 is #147C7E. Grayscale: #A1A1A1. Windows color (decimal): -1342591 or 8487915. OLE color: 8487915.

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

Color convert

RGB235131129-
CMYK00.440.450.08
HSL1.13º72.6%71.37%-
HSV(B)1.13º45.11%92.16%-
XYZ46.3435.4825.17-
YUV161.87109.46180.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.47%
GREEN value IS 131 (51.56% from 255) = 26.46%
BLUE value IS 129 (50.78% from 255) = 26.06%
R=47.47%
G=26.46%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513112900.440.450.081.1372.671.37
HexEB838102C2D814947
Octal35320320105455101111107
Binary11101011100000111000000101011001011011000110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8381; }

 p { color: rgb(235,131,129); }

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

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

 a { background-color: rgb(235,131,129); }

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

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

 span { border-color: rgb(235,131,129); }

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