Html Css Color HEX #EA8482 Light Coral

📋 copy color: '#EA8482'

red 234 ◦ green 132 ◦ blue 130

#EA8482
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Coral #EA8482

Tints of Light Coral #EA8482

RGB

 RED value IS 234 (91.8% from 255) = 47.18%

 GREEN value IS 132 (51.95% from 255) = 26.61%

 BLUE value IS 130 (51.17% from 255) = 26.21%

R = 47.18%
G = 26.61%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA8482 (or 0xEA8482) is known color: Light Coral. HEX triplet: EA, 84 and 82. RGB value is (234,132,130). Sum of RGB (Red+Green+Blue) = 234+132+130=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8482 is #157B7D. Grayscale: #A2A2A2. Windows color (decimal): -1407870 or 8553706. OLE color: 8553706.

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

Color convert

RGB 234 132 130 -
CMYK 0 0.44 0.44 0.08
HSL 1.15º 0.71% 0.71% -
HSV(B) 1.15º 0.44% 0.92% -
XYZ 46.21 35.61 25.56 -
YUV 162.27 109.79 179.16 -
System Red Green Blue C M Y K H S L
Decimal 234 132 130 0 0.44 0.44 0.08 1.15 0.71 0.71
Hex EA 84 82 0 2C 2C 8 1 47 47
Octal 352 204 202 0 54 54 10 1 107 107
Binary 11101010 10000100 10000010 0 101100 101100 1000 1 1000111 1000111

Color Harmonies of #EA8482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8482

Black with #EA8482

Text Example


Text Example

White with #EA8482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8482; }

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

 H1.HeaderClassName
 {
   color: #EA8482;
 }
 .AnyTagClassName
 {
   color: #EA8482;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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