Html Css Color HEX #EC827E Light Coral

📋 copy color: '#EC827E'

red 236 ◦ green 130 ◦ blue 126

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

Shades of Light Coral #EC827E

Tints of Light Coral #EC827E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.61%

R = 47.97%
G = 26.42%
B = 25.61%

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

#EC827E (or 0xEC827E) is known color: Light Coral. HEX triplet: EC, 82 and 7E. RGB value is (236,130,126). Sum of RGB (Red+Green+Blue) = 236+130+126=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC827E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC827E is #137D81. Grayscale: #A1A1A1. Windows color (decimal): -1277314 or 8291052. OLE color: 8291052.

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

Color convert

RGB 236 130 126 -
CMYK 0 0.45 0.47 0.07
HSL 2.18º 0.74% 0.71% -
HSV(B) 2.18º 0.47% 0.93% -
XYZ 46.34 35.3 24.11 -
YUV 161.24 108.12 181.33 -
System Red Green Blue C M Y K H S L
Decimal 236 130 126 0 0.45 0.47 0.07 2.18 0.74 0.71
Hex EC 82 7E 0 2D 2F 7 2 4A 47
Octal 354 202 176 0 55 57 7 2 112 107
Binary 11101100 10000010 1111110 0 101101 101111 111 10 1001010 1000111

Color Harmonies of #EC827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC827E

Black with #EC827E

Text Example


Text Example

White with #EC827E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC827E; }

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

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

background-color css

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

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

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

border-color css

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

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

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