#E88280

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

Shades of Light Coral #E88280

Tints of Light Coral #E88280

Color information

#E88280 (or 0xE88280) is unknown color: approx Light Coral. HEX triplet: E8, 82 and 80. RGB value is (232,130,128). Sum of RGB (Red+Green+Blue) = 232+130+128=490 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.35% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 232 - color contains mainly: red. Hex color #E88280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88280 is #177D7F. Grayscale: #A0A0A0. Windows color (decimal): -1539456 or 8422120. OLE color: 8422120.

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

Color convert

RGB232130128-
CMYK00.440.450.09
HSL1.15º69.33%70.59%-
HSV(B)1.15º44.83%90.98%-
XYZ45.1634.6824.74-
YUV160.27109.79179.16-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.35%
GREEN value IS 130 (51.17% from 255) = 26.53%
BLUE value IS 128 (50.39% from 255) = 26.12%
R=47.35%
G=26.53%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213012800.440.450.091.1569.3370.59
HexE8828002C2D914547
Octal35020220005455111105107
Binary11101000100000101000000001011001011011001110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88280; }

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

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

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

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

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

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

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

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