Html Css Color HEX #EC8684 Light Coral

📋 copy color: '#EC8684'

red 236 ◦ green 134 ◦ blue 132

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

Shades of Light Coral #EC8684

Tints of Light Coral #EC8684

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 value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC8684 (or 0xEC8684) is known color: 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

RGB 236 134 132 -
CMYK 0 0.43 0.44 0.07
HSL 1.15º 0.73% 0.72% -
HSV(B) 1.15º 0.44% 0.93% -
XYZ 47.28 36.55 26.39 -
YUV 164.27 109.79 179.16 -
System Red Green Blue C M Y K H S L
Decimal 236 134 132 0 0.43 0.44 0.07 1.15 0.73 0.72
Hex EC 86 84 0 2B 2C 7 1 49 48
Octal 354 206 204 0 53 54 7 1 111 110
Binary 11101100 10000110 10000100 0 101011 101100 111 1 1001001 1001000

Color Harmonies of #EC8684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8684

Black with #EC8684

Text Example


Text Example

White with #EC8684

Text Example


Text Example

HTML Codes & Css Web 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>