Html Css Color HEX #EC8B80 Light Coral

📋 copy color: '#EC8B80'

red 236 ◦ green 139 ◦ blue 128

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

Shades of Light Coral #EC8B80

Tints of Light Coral #EC8B80

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.63%

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

R = 46.92%
G = 27.63%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC8B80 (or 0xEC8B80) is known color: Light Coral. HEX triplet: EC, 8B and 80. RGB value is (236,139,128). Sum of RGB (Red+Green+Blue) = 236+139+128=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8B80 is #13747F. Grayscale: #A6A6A6. Windows color (decimal): -1275008 or 8424428. OLE color: 8424428.

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

Color convert

RGB 236 139 128 -
CMYK 0 0.41 0.46 0.07
HSL 6.11º 0.74% 0.71% -
HSV(B) 6.11º 0.46% 0.93% -
XYZ 47.72 37.86 25.21 -
YUV 166.75 106.14 177.39 -
System Red Green Blue C M Y K H S L
Decimal 236 139 128 0 0.41 0.46 0.07 6.11 0.74 0.71
Hex EC 8B 80 0 29 2E 7 6 4A 47
Octal 354 213 200 0 51 56 7 6 112 107
Binary 11101100 10001011 10000000 0 101001 101110 111 110 1001010 1000111

Color Harmonies of #EC8B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8B80

Black with #EC8B80

Text Example


Text Example

White with #EC8B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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