Html Css Color HEX #EC8682 Light Coral

📋 copy color: '#EC8682'

red 236 ◦ green 134 ◦ blue 130

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

Shades of Light Coral #EC8682

Tints of Light Coral #EC8682

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.8%

 BLUE value IS 130 (51.17% from 255) = 26%

R = 47.2%
G = 26.8%
B = 26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC8682 (or 0xEC8682) is known color: Light Coral. HEX triplet: EC, 86 and 82. RGB value is (236,134,130). Sum of RGB (Red+Green+Blue) = 236+134+130=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8682 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8682 is #13797D. Grayscale: #A4A4A4. Windows color (decimal): -1276286 or 8554220. OLE color: 8554220.

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

Color convert

RGB 236 134 130 -
CMYK 0 0.43 0.45 0.07
HSL 2.26º 0.74% 0.72% -
HSV(B) 2.26º 0.45% 0.93% -
XYZ 47.15 36.49 25.68 -
YUV 164.04 108.79 179.33 -
System Red Green Blue C M Y K H S L
Decimal 236 134 130 0 0.43 0.45 0.07 2.26 0.74 0.72
Hex EC 86 82 0 2B 2D 7 2 4A 48
Octal 354 206 202 0 53 55 7 2 112 110
Binary 11101100 10000110 10000010 0 101011 101101 111 10 1001010 1001000

Color Harmonies of #EC8682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8682

Black with #EC8682

Text Example


Text Example

White with #EC8682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8682; }

 p { color: rgb(236,134,130); }

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

background-color css

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

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

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

border-color css

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

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

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