#E68686

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

Shades of Light Coral #E68686

Tints of Light Coral #E68686

Color information

#E68686 (or 0xE68686) is unknown color: approx Light Coral. HEX triplet: E6, 86 and 86. RGB value is (230,134,134). Sum of RGB (Red+Green+Blue) = 230+134+134=498 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.18% from 498); Green value is 134 (52.73% from 255 or 26.91% from 498); Blue value is 134 (52.73% from 255 or 26.91% from 498); Max value from RGB is 230 - color contains mainly: red. Hex color #E68686 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68686 is #197979. Grayscale: #A2A2A2. Windows color (decimal): -1669498 or 8816358. OLE color: 8816358.

HSL color Cylindrical-coordinate representation of color #E68686: hue angle of 0º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E68686 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB230134134-
CMYK00.420.420.10
HSL65.75%71.37%-
HSV(B)41.74%90.2%-
XYZ45.4635.5927.03-
YUV162.7111.8176-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.18%
GREEN value IS 134 (52.73% from 255) = 26.91%
BLUE value IS 134 (52.73% from 255) = 26.91%
R=46.18%
G=26.91%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013413400.420.420.10065.7571.37
HexE6868602A2AA04247
Octal34620620605252120102107
Binary11100110100001101000011001010101010101010010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68686; }

 p { color: rgb(230,134,134); }

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

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

 a { background-color: rgb(230,134,134); }

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

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

 span { border-color: rgb(230,134,134); }

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