Html Css Color HEX #EC807C Light Coral

📋 copy color: '#EC807C'

red 236 ◦ green 128 ◦ blue 124

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

Shades of Light Coral #EC807C

Tints of Light Coral #EC807C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.41%

R = 48.36%
G = 26.23%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC807C (or 0xEC807C) is known color: Light Coral. HEX triplet: EC, 80 and 7C. RGB value is (236,128,124). Sum of RGB (Red+Green+Blue) = 236+128+124=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC807C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC807C is #137F83. Grayscale: #9F9F9F. Windows color (decimal): -1277828 or 8159468. OLE color: 8159468.

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

Color convert

RGB 236 128 124 -
CMYK 0 0.46 0.47 0.07
HSL 2.14º 0.75% 0.71% -
HSV(B) 2.14º 0.47% 0.93% -
XYZ 45.95 34.73 23.35 -
YUV 159.84 107.78 182.33 -
System Red Green Blue C M Y K H S L
Decimal 236 128 124 0 0.46 0.47 0.07 2.14 0.75 0.71
Hex EC 80 7C 0 2E 2F 7 2 4B 47
Octal 354 200 174 0 56 57 7 2 113 107
Binary 11101100 10000000 1111100 0 101110 101111 111 10 1001011 1000111

Color Harmonies of #EC807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC807C

Black with #EC807C

Text Example


Text Example

White with #EC807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC807C; }

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

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

background-color css

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

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

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

border-color css

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

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

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