Html Css Color HEX #EA8483 Light Coral

📋 copy color: '#EA8483'

red 234 ◦ green 132 ◦ blue 131

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

Shades of Light Coral #EA8483

Tints of Light Coral #EA8483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.36%

R = 47.08%
G = 26.56%
B = 26.36%

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

#EA8483 (or 0xEA8483) is known color: Light Coral. HEX triplet: EA, 84 and 83. RGB value is (234,132,131). Sum of RGB (Red+Green+Blue) = 234+132+131=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 131 (51.56% from 255 or 26.36% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8483 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8483 is #157B7C. Grayscale: #A2A2A2. Windows color (decimal): -1407869 or 8619242. OLE color: 8619242.

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

Color convert

RGB 234 132 131 -
CMYK 0 0.44 0.44 0.08
HSL 0.58º 0.71% 0.72% -
HSV(B) 0.58º 0.44% 0.92% -
XYZ 46.28 35.63 25.91 -
YUV 162.38 110.29 179.08 -
System Red Green Blue C M Y K H S L
Decimal 234 132 131 0 0.44 0.44 0.08 0.58 0.71 0.72
Hex EA 84 83 0 2C 2C 8 1 47 48
Octal 352 204 203 0 54 54 10 1 107 110
Binary 11101010 10000100 10000011 0 101100 101100 1000 1 1000111 1001000

Color Harmonies of #EA8483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8483

Black with #EA8483

Text Example


Text Example

White with #EA8483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8483; }

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

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

background-color css

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

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

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

border-color css

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

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

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