Html Css Color HEX #EA8480 Light Coral

📋 copy color: '#EA8480'

red 234 ◦ green 132 ◦ blue 128

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

Shades of Light Coral #EA8480

Tints of Light Coral #EA8480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25.91%

R = 47.37%
G = 26.72%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA8480 (or 0xEA8480) is known color: Light Coral. HEX triplet: EA, 84 and 80. RGB value is (234,132,128). Sum of RGB (Red+Green+Blue) = 234+132+128=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8480 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8480 is #157B7F. Grayscale: #A2A2A2. Windows color (decimal): -1407872 or 8422634. OLE color: 8422634.

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

Color convert

RGB 234 132 128 -
CMYK 0 0.44 0.45 0.08
HSL 2.26º 0.72% 0.71% -
HSV(B) 2.26º 0.45% 0.92% -
XYZ 46.08 35.55 24.86 -
YUV 162.04 108.79 179.33 -
System Red Green Blue C M Y K H S L
Decimal 234 132 128 0 0.44 0.45 0.08 2.26 0.72 0.71
Hex EA 84 80 0 2C 2D 8 2 48 47
Octal 352 204 200 0 54 55 10 2 110 107
Binary 11101010 10000100 10000000 0 101100 101101 1000 10 1001000 1000111

Color Harmonies of #EA8480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8480

Black with #EA8480

Text Example


Text Example

White with #EA8480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8480; }

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

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

background-color css

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

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

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

border-color css

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

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

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