Html Css Color HEX #EA8982 Light Coral

📋 copy color: '#EA8982'

red 234 ◦ green 137 ◦ blue 130

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

Shades of Light Coral #EA8982

Tints of Light Coral #EA8982

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.35%

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

R = 46.71%
G = 27.35%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA8982 (or 0xEA8982) is known color: Light Coral. HEX triplet: EA, 89 and 82. RGB value is (234,137,130). Sum of RGB (Red+Green+Blue) = 234+137+130=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8982 is #15767D. Grayscale: #A5A5A5. Windows color (decimal): -1406590 or 8554986. OLE color: 8554986.

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

Color convert

RGB 234 137 130 -
CMYK 0 0.41 0.44 0.08
HSL 4.04º 0.71% 0.71% -
HSV(B) 4.04º 0.44% 0.92% -
XYZ 46.91 37 25.79 -
YUV 165.21 108.14 177.07 -
System Red Green Blue C M Y K H S L
Decimal 234 137 130 0 0.41 0.44 0.08 4.04 0.71 0.71
Hex EA 89 82 0 29 2C 8 4 47 47
Octal 352 211 202 0 51 54 10 4 107 107
Binary 11101010 10001001 10000010 0 101001 101100 1000 100 1000111 1000111

Color Harmonies of #EA8982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8982

Black with #EA8982

Text Example


Text Example

White with #EA8982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8982; }

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

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

background-color css

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

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

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

border-color css

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

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

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