#E78480

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

Shades of Light Coral #E78480

Tints of Light Coral #E78480

Color information

#E78480 (or 0xE78480) is unknown color: approx Light Coral. HEX triplet: E7, 84 and 80. RGB value is (231,132,128). Sum of RGB (Red+Green+Blue) = 231+132+128=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 231 - color contains mainly: red. Hex color #E78480 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78480 is #187B7F. Grayscale: #A1A1A1. Windows color (decimal): -1604480 or 8422631. OLE color: 8422631.

HSL color Cylindrical-coordinate representation of color #E78480: hue angle of 2.33º 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 #E78480 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB231132128-
CMYK00.430.450.09
HSL2.33º68.21%70.39%-
HSV(B)2.33º44.59%90.59%-
XYZ45.135.0524.81-
YUV161.15109.3177.83-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.05%
GREEN value IS 132 (51.95% from 255) = 26.88%
BLUE value IS 128 (50.39% from 255) = 26.07%
R=47.05%
G=26.88%
B=26.07%

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
Decimal23113212800.430.450.092.3368.2170.39
HexE7848002B2D924446
Octal34720420005355112104106
Binary111001111000010010000000010101110110110011010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78480; }

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

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

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

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

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

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

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

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