Html Css Color HEX #EA8382 Light Coral

📋 copy color: '#EA8382'

red 234 ◦ green 131 ◦ blue 130

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

Shades of Light Coral #EA8382

Tints of Light Coral #EA8382

RGB

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

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

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

R = 47.27%
G = 26.46%
B = 26.26%

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

#EA8382 (or 0xEA8382) is known color: Light Coral. HEX triplet: EA, 83 and 82. RGB value is (234,131,130). Sum of RGB (Red+Green+Blue) = 234+131+130=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8382 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8382 is #157C7D. Grayscale: #A1A1A1. Windows color (decimal): -1408126 or 8553450. OLE color: 8553450.

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

Color convert

RGB 234 131 130 -
CMYK 0 0.44 0.44 0.08
HSL 0.58º 0.71% 0.71% -
HSV(B) 0.58º 0.44% 0.92% -
XYZ 46.08 35.34 25.51 -
YUV 161.68 110.12 179.58 -
System Red Green Blue C M Y K H S L
Decimal 234 131 130 0 0.44 0.44 0.08 0.58 0.71 0.71
Hex EA 83 82 0 2C 2C 8 1 47 47
Octal 352 203 202 0 54 54 10 1 107 107
Binary 11101010 10000011 10000010 0 101100 101100 1000 1 1000111 1000111

Color Harmonies of #EA8382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8382

Black with #EA8382

Text Example


Text Example

White with #EA8382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8382; }

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

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

background-color css

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

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

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

border-color css

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

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

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