Html Css Color HEX #EC8382 Light Coral

📋 copy color: '#EC8382'

red 236 ◦ green 131 ◦ blue 130

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

Shades of Light Coral #EC8382

Tints of Light Coral #EC8382

RGB

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

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

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

R = 47.48%
G = 26.36%
B = 26.16%

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

#EC8382 (or 0xEC8382) is known color: Light Coral. HEX triplet: EC, 83 and 82. RGB value is (236,131,130). Sum of RGB (Red+Green+Blue) = 236+131+130=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8382 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8382 is #137C7D. Grayscale: #A2A2A2. Windows color (decimal): -1277054 or 8553452. OLE color: 8553452.

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

Color convert

RGB 236 131 130 -
CMYK 0 0.44 0.45 0.07
HSL 0.57º 0.74% 0.72% -
HSV(B) 0.57º 0.45% 0.93% -
XYZ 46.74 35.68 25.54 -
YUV 162.28 109.79 180.58 -
System Red Green Blue C M Y K H S L
Decimal 236 131 130 0 0.44 0.45 0.07 0.57 0.74 0.72
Hex EC 83 82 0 2C 2D 7 1 4A 48
Octal 354 203 202 0 54 55 7 1 112 110
Binary 11101100 10000011 10000010 0 101100 101101 111 1 1001010 1001000

Color Harmonies of #EC8382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8382

Black with #EC8382

Text Example


Text Example

White with #EC8382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8382; }

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

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

background-color css

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

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

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

border-color css

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

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

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