Html Css Color HEX #EB8080 Light Coral

📋 copy color: '#EB8080'

red 235 ◦ green 128 ◦ blue 128

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

Shades of Light Coral #EB8080

Tints of Light Coral #EB8080

RGB

 RED value IS 235 (92.19% from 255) = 47.86%

 GREEN value IS 128 (50.39% from 255) = 26.07%

 BLUE value IS 128 (50.39% from 255) = 26.07%

R = 47.86%
G = 26.07%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EB8080 (or 0xEB8080) is known color: Light Coral. HEX triplet: EB, 80 and 80. RGB value is (235,128,128). Sum of RGB (Red+Green+Blue) = 235+128+128=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8080 is #147F7F. Grayscale: #A0A0A0. Windows color (decimal): -1343360 or 8421611. OLE color: 8421611.

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

Color convert

RGB 235 128 128 -
CMYK 0 0.46 0.46 0.08
HSL 0.73% 0.71% -
HSV(B) 0.46% 0.92% -
XYZ 45.88 34.66 24.69 -
YUV 159.99 109.95 181.5 -
System Red Green Blue C M Y K H S L
Decimal 235 128 128 0 0.46 0.46 0.08 0 0.73 0.71
Hex EB 80 80 0 2E 2E 8 0 49 47
Octal 353 200 200 0 56 56 10 0 111 107
Binary 11101011 10000000 10000000 0 101110 101110 1000 0 1001001 1000111

Color Harmonies of #EB8080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8080

Black with #EB8080

Text Example


Text Example

White with #EB8080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8080; }

 p { color: rgb(235,128,128); }

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

background-color css

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

 a { background-color: rgb(235,128,128); }

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

border-color css

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

 span { border-color: rgb(235,128,128); }

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