Html Css Color HEX #EC8080 Light Coral

📋 copy color: '#EC8080'

red 236 ◦ green 128 ◦ blue 128

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

Shades of Light Coral #EC8080

Tints of Light Coral #EC8080

RGB

 RED value IS 236 (92.58% from 255) = 47.97%

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

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

R = 47.97%
G = 26.02%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC8080 (or 0xEC8080) is known color: Light Coral. HEX triplet: EC, 80 and 80. RGB value is (236,128,128). Sum of RGB (Red+Green+Blue) = 236+128+128=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8080 is #137F7F. Grayscale: #A0A0A0. Windows color (decimal): -1277824 or 8421612. OLE color: 8421612.

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

Color convert

RGB 236 128 128 -
CMYK 0 0.46 0.46 0.07
HSL 0.74% 0.71% -
HSV(B) 0.46% 0.93% -
XYZ 46.21 34.83 24.71 -
YUV 160.29 109.78 182 -
System Red Green Blue C M Y K H S L
Decimal 236 128 128 0 0.46 0.46 0.07 0 0.74 0.71
Hex EC 80 80 0 2E 2E 7 0 4A 47
Octal 354 200 200 0 56 56 7 0 112 107
Binary 11101100 10000000 10000000 0 101110 101110 111 0 1001010 1000111

Color Harmonies of #EC8080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8080

Black with #EC8080

Text Example


Text Example

White with #EC8080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8080; }

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

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

background-color css

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

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

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

border-color css

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

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

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