Html Css Color HEX #EC827C Light Coral

📋 copy color: '#EC827C'

red 236 ◦ green 130 ◦ blue 124

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

Shades of Light Coral #EC827C

Tints of Light Coral #EC827C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.53%

 BLUE value IS 124 (48.83% from 255) = 25.31%

R = 48.16%
G = 26.53%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC827C (or 0xEC827C) is known color: Light Coral. HEX triplet: EC, 82 and 7C. RGB value is (236,130,124). Sum of RGB (Red+Green+Blue) = 236+130+124=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC827C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC827C is #137D83. Grayscale: #A1A1A1. Windows color (decimal): -1277316 or 8159980. OLE color: 8159980.

HSL color Cylindrical-coordinate representation of color #EC827C: hue angle of 3.21º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC827C is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 130 124 -
CMYK 0 0.45 0.47 0.07
HSL 3.21º 0.75% 0.71% -
HSV(B) 3.21º 0.47% 0.93% -
XYZ 46.21 35.25 23.44 -
YUV 161.01 107.12 181.49 -
System Red Green Blue C M Y K H S L
Decimal 236 130 124 0 0.45 0.47 0.07 3.21 0.75 0.71
Hex EC 82 7C 0 2D 2F 7 3 4B 47
Octal 354 202 174 0 55 57 7 3 113 107
Binary 11101100 10000010 1111100 0 101101 101111 111 11 1001011 1000111

Color Harmonies of #EC827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC827C

Black with #EC827C

Text Example


Text Example

White with #EC827C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC827C; }

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

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

background-color css

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

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

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

border-color css

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

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

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