#EA8782

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

Shades of Light Coral #EA8782

Tints of Light Coral #EA8782

Color information

#EA8782 (or 0xEA8782) is unknown color: approx Light Coral. HEX triplet: EA, 87 and 82. RGB value is (234,135,130). Sum of RGB (Red+Green+Blue) = 234+135+130=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 135 (53.12% from 255 or 27.05% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8782 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8782 is #15787D. Grayscale: #A4A4A4. Windows color (decimal): -1407102 or 8554474. OLE color: 8554474.

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

Color convert

RGB234135130-
CMYK00.420.440.08
HSL2.88º71.23%71.37%-
HSV(B)2.88º44.44%91.76%-
XYZ46.6236.4325.69-
YUV164.03108.8177.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.89%
GREEN value IS 135 (53.12% from 255) = 27.05%
BLUE value IS 130 (51.17% from 255) = 26.05%
R=46.89%
G=27.05%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413513000.420.440.082.8871.2371.37
HexEA878202A2C834747
Octal35220720205254103107107
Binary111010101000011110000010010101010110010001110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8782; }

 p { color: rgb(234,135,130); }

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

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

 a { background-color: rgb(234,135,130); }

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

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

 span { border-color: rgb(234,135,130); }

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