Html Css Color HEX #EC827D Light Coral

📋 copy color: '#EC827D'

red 236 ◦ green 130 ◦ blue 125

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

Shades of Light Coral #EC827D

Tints of Light Coral #EC827D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.46%

R = 48.07%
G = 26.48%
B = 25.46%

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

#EC827D (or 0xEC827D) is known color: Light Coral. HEX triplet: EC, 82 and 7D. RGB value is (236,130,125). Sum of RGB (Red+Green+Blue) = 236+130+125=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC827D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC827D is #137D82. Grayscale: #A1A1A1. Windows color (decimal): -1277315 or 8225516. OLE color: 8225516.

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

Color convert

RGB 236 130 125 -
CMYK 0 0.45 0.47 0.07
HSL 2.7º 0.74% 0.71% -
HSV(B) 2.7º 0.47% 0.93% -
XYZ 46.28 35.28 23.77 -
YUV 161.12 107.62 181.41 -
System Red Green Blue C M Y K H S L
Decimal 236 130 125 0 0.45 0.47 0.07 2.7 0.74 0.71
Hex EC 82 7D 0 2D 2F 7 3 4A 47
Octal 354 202 175 0 55 57 7 3 112 107
Binary 11101100 10000010 1111101 0 101101 101111 111 11 1001010 1000111

Color Harmonies of #EC827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC827D

Black with #EC827D

Text Example


Text Example

White with #EC827D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC827D; }

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

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

background-color css

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

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

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

border-color css

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

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

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