#EC8582

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

Shades of Light Coral #EC8582

Tints of Light Coral #EC8582

Color information

#EC8582 (or 0xEC8582) is unknown color: approx Light Coral. HEX triplet: EC, 85 and 82. RGB value is (236,133,130). Sum of RGB (Red+Green+Blue) = 236+133+130=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8582 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8582 is #137A7D. Grayscale: #A3A3A3. Windows color (decimal): -1276542 or 8553964. OLE color: 8553964.

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

Color convert

RGB236133130-
CMYK00.440.450.07
HSL1.7º73.61%71.76%-
HSV(B)1.7º44.92%92.55%-
XYZ47.0136.2225.63-
YUV163.45109.12179.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.29%
GREEN value IS 133 (52.34% from 255) = 26.65%
BLUE value IS 130 (51.17% from 255) = 26.05%
R=47.29%
G=26.65%
B=26.05%

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
Decimal23613313000.440.450.071.773.6171.76
HexEC858202C2D724a48
Octal3542052020545572112110
Binary11101100100001011000001001011001011011111010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8582; }

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

 H1.HeaderClassName
 {
   color: #EC8582;
 }
 .AnyTagClassName
 {
   color: #EC8582;
 }
</style>
background-color css

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

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

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

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

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

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