Html Css Color HEX #EA8381 Light Coral

📋 copy color: '#EA8381'

red 234 ◦ green 131 ◦ blue 129

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

Shades of Light Coral #EA8381

Tints of Light Coral #EA8381

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.52%

 BLUE value IS 129 (50.78% from 255) = 26.11%

R = 47.37%
G = 26.52%
B = 26.11%

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

#EA8381 (or 0xEA8381) is known color: Light Coral. HEX triplet: EA, 83 and 81. RGB value is (234,131,129). Sum of RGB (Red+Green+Blue) = 234+131+129=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8381 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8381 is #157C7E. Grayscale: #A1A1A1. Windows color (decimal): -1408127 or 8487914. OLE color: 8487914.

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

Color convert

RGB 234 131 129 -
CMYK 0 0.44 0.45 0.08
HSL 1.14º 0.71% 0.71% -
HSV(B) 1.14º 0.45% 0.92% -
XYZ 46.01 35.31 25.16 -
YUV 161.57 109.62 179.66 -
System Red Green Blue C M Y K H S L
Decimal 234 131 129 0 0.44 0.45 0.08 1.14 0.71 0.71
Hex EA 83 81 0 2C 2D 8 1 47 47
Octal 352 203 201 0 54 55 10 1 107 107
Binary 11101010 10000011 10000001 0 101100 101101 1000 1 1000111 1000111

Color Harmonies of #EA8381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8381

Black with #EA8381

Text Example


Text Example

White with #EA8381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8381; }

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

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

background-color css

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

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

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

border-color css

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

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

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