Html Css Color HEX #EA8686 Light Coral

📋 copy color: '#EA8686'

red 234 ◦ green 134 ◦ blue 134

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

Shades of Light Coral #EA8686

Tints of Light Coral #EA8686

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.69%

 BLUE value IS 134 (52.73% from 255) = 26.69%

R = 46.61%
G = 26.69%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EA8686 (or 0xEA8686) is known color: Light Coral. HEX triplet: EA, 86 and 86. RGB value is (234,134,134). Sum of RGB (Red+Green+Blue) = 234+134+134=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8686 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8686 is #157979. Grayscale: #A4A4A4. Windows color (decimal): -1407354 or 8816362. OLE color: 8816362.

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

Color convert

RGB 234 134 134 -
CMYK 0 0.43 0.43 0.08
HSL 0.7% 0.72% -
HSV(B) 0.43% 0.92% -
XYZ 46.76 36.26 27.09 -
YUV 163.9 111.13 178 -
System Red Green Blue C M Y K H S L
Decimal 234 134 134 0 0.43 0.43 0.08 0 0.7 0.72
Hex EA 86 86 0 2B 2B 8 0 46 48
Octal 352 206 206 0 53 53 10 0 106 110
Binary 11101010 10000110 10000110 0 101011 101011 1000 0 1000110 1001000

Color Harmonies of #EA8686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8686

Black with #EA8686

Text Example


Text Example

White with #EA8686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8686; }

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

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

background-color css

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

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

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

border-color css

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

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

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