#E68382

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

Shades of Light Coral #E68382

Tints of Light Coral #E68382

Color information

#E68382 (or 0xE68382) is unknown color: approx Light Coral. HEX triplet: E6, 83 and 82. RGB value is (230,131,130). Sum of RGB (Red+Green+Blue) = 230+131+130=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E68382 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68382 is #197C7D. Grayscale: #A0A0A0. Windows color (decimal): -1670270 or 8553446. OLE color: 8553446.

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

Color convert

RGB230131130-
CMYK00.430.430.10
HSL0.6º66.67%70.59%-
HSV(B)0.6º43.48%90.2%-
XYZ44.7834.6725.45-
YUV160.49110.8177.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.84%
GREEN value IS 131 (51.56% from 255) = 26.68%
BLUE value IS 130 (51.17% from 255) = 26.48%
R=46.84%
G=26.68%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013113000.430.430.100.666.6770.59
HexE6838202B2BA14347
Octal34620320205353121103107
Binary11100110100000111000001001010111010111010110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68382; }

 p { color: rgb(230,131,130); }

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

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

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

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

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

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

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