#E88480

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

Shades of Light Coral #E88480

Tints of Light Coral #E88480

Color information

#E88480 (or 0xE88480) is unknown color: approx Light Coral. HEX triplet: E8, 84 and 80. RGB value is (232,132,128). Sum of RGB (Red+Green+Blue) = 232+132+128=492 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.15% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 232 - color contains mainly: red. Hex color #E88480 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88480 is #177B7F. Grayscale: #A1A1A1. Windows color (decimal): -1538944 or 8422632. OLE color: 8422632.

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

Color convert

RGB232132128-
CMYK00.430.450.09
HSL2.31º69.33%70.59%-
HSV(B)2.31º44.83%90.98%-
XYZ45.4335.2224.83-
YUV161.44109.13178.33-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.15%
GREEN value IS 132 (51.95% from 255) = 26.83%
BLUE value IS 128 (50.39% from 255) = 26.02%
R=47.15%
G=26.83%
B=26.02%

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
Decimal23213212800.430.450.092.3169.3370.59
HexE8848002B2D924547
Octal35020420005355112105107
Binary111010001000010010000000010101110110110011010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88480; }

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

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

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

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

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

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

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

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