Html Css Color HEX #EC8380 Light Coral

📋 copy color: '#EC8380'

red 236 ◦ green 131 ◦ blue 128

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

Shades of Light Coral #EC8380

Tints of Light Coral #EC8380

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.46%

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

R = 47.68%
G = 26.46%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC8380 (or 0xEC8380) is known color: Light Coral. HEX triplet: EC, 83 and 80. RGB value is (236,131,128). Sum of RGB (Red+Green+Blue) = 236+131+128=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8380 is #137C7F. Grayscale: #A2A2A2. Windows color (decimal): -1277056 or 8422380. OLE color: 8422380.

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

Color convert

RGB 236 131 128 -
CMYK 0 0.44 0.46 0.07
HSL 1.67º 0.74% 0.71% -
HSV(B) 1.67º 0.46% 0.93% -
XYZ 46.6 35.62 24.84 -
YUV 162.05 108.79 180.74 -
System Red Green Blue C M Y K H S L
Decimal 236 131 128 0 0.44 0.46 0.07 1.67 0.74 0.71
Hex EC 83 80 0 2C 2E 7 2 4A 47
Octal 354 203 200 0 54 56 7 2 112 107
Binary 11101100 10000011 10000000 0 101100 101110 111 10 1001010 1000111

Color Harmonies of #EC8380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8380

Black with #EC8380

Text Example


Text Example

White with #EC8380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8380; }

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

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

background-color css

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

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

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

border-color css

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

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

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