#EC8482

Color #EC8482 Light Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Coral #EC8482

Tints of Light Coral #EC8482

Color information

#EC8482 (or 0xEC8482) is unknown color: approx 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

RGB236132130-
CMYK00.440.450.07
HSL1.13º73.61%71.76%-
HSV(B)1.13º44.92%92.55%-
XYZ46.8735.9525.59-
YUV162.87109.46180.16-

RGB Variations

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

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.10%
R=47.39%
G=26.51%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613213000.440.450.071.1373.6171.76
HexEC848202C2D714a48
Octal3542042020545571112110
Binary1110110010000100100000100101100101101111110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>