Html Css Color HEX #EC8482 Light Coral

📋 copy color: '#EC8482'

red 236 ◦ green 132 ◦ blue 130

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

Shades of Light Coral #EC8482

Tints of Light Coral #EC8482

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.51%

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

R = 47.39%
G = 26.51%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC8482 (or 0xEC8482) is known color: Light Coral. HEX triplet: EC, 84 and 82. RGB value is (236,132,130). Sum of RGB (Red+Green+Blue) = 236+132+130=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8482 is #137B7D. Grayscale: #A2A2A2. Windows color (decimal): -1276798 or 8553708. OLE color: 8553708.

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

Color convert

RGB 236 132 130 -
CMYK 0 0.44 0.45 0.07
HSL 1.13º 0.74% 0.72% -
HSV(B) 1.13º 0.45% 0.93% -
XYZ 46.87 35.95 25.59 -
YUV 162.87 109.46 180.16 -
System Red Green Blue C M Y K H S L
Decimal 236 132 130 0 0.44 0.45 0.07 1.13 0.74 0.72
Hex EC 84 82 0 2C 2D 7 1 4A 48
Octal 354 204 202 0 54 55 7 1 112 110
Binary 11101100 10000100 10000010 0 101100 101101 111 1 1001010 1001000

Color Harmonies of #EC8482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8482

Black with #EC8482

Text Example


Text Example

White with #EC8482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8482; }

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

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

background-color css

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

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

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

border-color css

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

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

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