#EC8684

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

Shades of Light Coral #EC8684

Tints of Light Coral #EC8684

Color information

#EC8684 (or 0xEC8684) is unknown color: approx Light Coral. HEX triplet: EC, 86 and 84. RGB value is (236,134,132). Sum of RGB (Red+Green+Blue) = 236+134+132=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8684 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8684 is #13797B. Grayscale: #A4A4A4. Windows color (decimal): -1276284 or 8685292. OLE color: 8685292.

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

Color convert

RGB236134132-
CMYK00.430.440.07
HSL1.15º73.24%72.16%-
HSV(B)1.15º44.07%92.55%-
XYZ47.2836.5526.39-
YUV164.27109.79179.16-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.01%
GREEN value IS 134 (52.73% from 255) = 26.69%
BLUE value IS 132 (51.95% from 255) = 26.29%
R=47.01%
G=26.69%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613413200.430.440.071.1573.2472.16
HexEC868402B2C714948
Octal3542062040535471111110
Binary1110110010000110100001000101011101100111110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8684; }

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

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

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

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

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

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

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

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