#E68786

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

Shades of Light Coral #E68786

Tints of Light Coral #E68786

Color information

#E68786 (or 0xE68786) is unknown color: approx Light Coral. HEX triplet: E6, 87 and 86. RGB value is (230,135,134). Sum of RGB (Red+Green+Blue) = 230+135+134=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 135 (53.12% from 255 or 27.05% from 499); Blue value is 134 (52.73% from 255 or 26.85% from 499); Max value from RGB is 230 - color contains mainly: red. Hex color #E68786 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68786 is #197879. Grayscale: #A3A3A3. Windows color (decimal): -1669242 or 8816614. OLE color: 8816614.

HSL color Cylindrical-coordinate representation of color #E68786: hue angle of 0.63º 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 #E68786 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB230135134-
CMYK00.410.420.10
HSL0.63º65.75%71.37%-
HSV(B)0.63º41.74%90.2%-
XYZ45.635.8727.07-
YUV163.29111.47175.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.09%
GREEN value IS 135 (53.12% from 255) = 27.05%
BLUE value IS 134 (52.73% from 255) = 26.85%
R=46.09%
G=27.05%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013513400.410.420.100.6365.7571.37
HexE687860292AA14247
Octal34620720605152121102107
Binary11100110100001111000011001010011010101010110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68786; }

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

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

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

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

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

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

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

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