Html Css Color HEX #EF8080 Light Coral

📋 copy color: '#EF8080'

red 239 ◦ green 128 ◦ blue 128

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

Shades of Light Coral #EF8080

Tints of Light Coral #EF8080

RGB

 RED value IS 239 (93.75% from 255) = 48.28%

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

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

R = 48.28%
G = 25.86%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF8080 (or 0xEF8080) is known color: Light Coral. HEX triplet: EF, 80 and 80. RGB value is (239,128,128). Sum of RGB (Red+Green+Blue) = 239+128+128=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8080 is #107F7F. Grayscale: #A1A1A1. Windows color (decimal): -1081216 or 8421615. OLE color: 8421615.

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

Color convert

RGB 239 128 128 -
CMYK 0 0.46 0.46 0.06
HSL 0.78% 0.72% -
HSV(B) 0.46% 0.94% -
XYZ 47.21 35.35 24.76 -
YUV 161.19 109.27 183.5 -
System Red Green Blue C M Y K H S L
Decimal 239 128 128 0 0.46 0.46 0.06 0 0.78 0.72
Hex EF 80 80 0 2E 2E 6 0 4E 48
Octal 357 200 200 0 56 56 6 0 116 110
Binary 11101111 10000000 10000000 0 101110 101110 110 0 1001110 1001000

Color Harmonies of #EF8080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8080

Black with #EF8080

Text Example


Text Example

White with #EF8080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8080; }

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

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

background-color css

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

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

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

border-color css

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

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

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