#EA837E

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

Shades of Light Coral #EA837E

Tints of Light Coral #EA837E

Color information

#EA837E (or 0xEA837E) is unknown color: approx Light Coral. HEX triplet: EA, 83 and 7E. RGB value is (234,131,126). Sum of RGB (Red+Green+Blue) = 234+131+126=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EA837E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA837E is #157C81. Grayscale: #A1A1A1. Windows color (decimal): -1408130 or 8291306. OLE color: 8291306.

HSL color Cylindrical-coordinate representation of color #EA837E: hue angle of 2.78º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EA837E is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB234131126-
CMYK00.440.460.08
HSL2.78º72%70.59%-
HSV(B)2.78º46.15%91.76%-
XYZ45.8135.2324.12-
YUV161.23108.12179.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.66%
GREEN value IS 131 (51.56% from 255) = 26.68%
BLUE value IS 126 (49.61% from 255) = 25.66%
R=47.66%
G=26.68%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413112600.440.460.082.787270.59
HexEA837E02C2E834847
Octal35220317605456103110107
Binary11101010100000111111110010110010111010001110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA837E; }

 p { color: rgb(234,131,126); }

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

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

 a { background-color: rgb(234,131,126); }

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

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

 span { border-color: rgb(234,131,126); }

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