Html Css Color HEX #EC8483 Light Coral

📋 copy color: '#EC8483'

red 236 ◦ green 132 ◦ blue 131

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

Shades of Light Coral #EC8483

Tints of Light Coral #EC8483

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.45%

 BLUE value IS 131 (51.56% from 255) = 26.25%

R = 47.29%
G = 26.45%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC8483 (or 0xEC8483) is known color: Light Coral. HEX triplet: EC, 84 and 83. RGB value is (236,132,131). Sum of RGB (Red+Green+Blue) = 236+132+131=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8483 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8483 is #137B7C. Grayscale: #A3A3A3. Windows color (decimal): -1276797 or 8619244. OLE color: 8619244.

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

Color convert

RGB 236 132 131 -
CMYK 0 0.44 0.44 0.07
HSL 0.57º 0.73% 0.72% -
HSV(B) 0.57º 0.44% 0.93% -
XYZ 46.94 35.97 25.94 -
YUV 162.98 109.96 180.08 -
System Red Green Blue C M Y K H S L
Decimal 236 132 131 0 0.44 0.44 0.07 0.57 0.73 0.72
Hex EC 84 83 0 2C 2C 7 1 49 48
Octal 354 204 203 0 54 54 7 1 111 110
Binary 11101100 10000100 10000011 0 101100 101100 111 1 1001001 1001000

Color Harmonies of #EC8483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8483

Black with #EC8483

Text Example


Text Example

White with #EC8483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8483; }

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

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

background-color css

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

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

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

border-color css

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

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

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