Html Css Color HEX #EA8282 Light Coral

📋 copy color: '#EA8282'

red 234 ◦ green 130 ◦ blue 130

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

Shades of Light Coral #EA8282

Tints of Light Coral #EA8282

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.32%

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

R = 47.37%
G = 26.32%
B = 26.32%

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

#EA8282 (or 0xEA8282) is known color: Light Coral. HEX triplet: EA, 82 and 82. RGB value is (234,130,130). Sum of RGB (Red+Green+Blue) = 234+130+130=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8282 is #157D7D. Grayscale: #A1A1A1. Windows color (decimal): -1408382 or 8553194. OLE color: 8553194.

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

Color convert

RGB 234 130 130 -
CMYK 0 0.44 0.44 0.08
HSL 0.71% 0.71% -
HSV(B) 0.44% 0.92% -
XYZ 45.94 35.07 25.47 -
YUV 161.1 110.46 180 -
System Red Green Blue C M Y K H S L
Decimal 234 130 130 0 0.44 0.44 0.08 0 0.71 0.71
Hex EA 82 82 0 2C 2C 8 0 47 47
Octal 352 202 202 0 54 54 10 0 107 107
Binary 11101010 10000010 10000010 0 101100 101100 1000 0 1000111 1000111

Color Harmonies of #EA8282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8282

Black with #EA8282

Text Example


Text Example

White with #EA8282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8282; }

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

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

background-color css

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

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

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

border-color css

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

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

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