#E78380

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

Shades of Light Coral #E78380

Tints of Light Coral #E78380

Color information

#E78380 (or 0xE78380) is unknown color: approx Light Coral. HEX triplet: E7, 83 and 80. RGB value is (231,131,128). Sum of RGB (Red+Green+Blue) = 231+131+128=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 231 - color contains mainly: red. Hex color #E78380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78380 is #187C7F. Grayscale: #A0A0A0. Windows color (decimal): -1604736 or 8422375. OLE color: 8422375.

HSL color Cylindrical-coordinate representation of color #E78380: hue angle of 1.75º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E78380 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB231131128-
CMYK00.430.450.09
HSL1.75º68.21%70.39%-
HSV(B)1.75º44.59%90.59%-
XYZ44.9734.7824.77-
YUV160.56109.63178.24-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.14%
GREEN value IS 131 (51.56% from 255) = 26.73%
BLUE value IS 128 (50.39% from 255) = 26.12%
R=47.14%
G=26.73%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113112800.430.450.091.7568.2170.39
HexE7838002B2D924446
Octal34720320005355112104106
Binary111001111000001110000000010101110110110011010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78380; }

 p { color: rgb(231,131,128); }

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

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

 a { background-color: rgb(231,131,128); }

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

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

 span { border-color: rgb(231,131,128); }

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