Html Css Color HEX #EC7D7C Light Coral

📋 copy color: '#EC7D7C'

red 236 ◦ green 125 ◦ blue 124

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

Shades of Light Coral #EC7D7C

Tints of Light Coral #EC7D7C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.77%

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

R = 48.66%
G = 25.77%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC7D7C (or 0xEC7D7C) is known color: Light Coral. HEX triplet: EC, 7D and 7C. RGB value is (236,125,124). Sum of RGB (Red+Green+Blue) = 236+125+124=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7D7C is #138283. Grayscale: #9E9E9E. Windows color (decimal): -1278596 or 8158700. OLE color: 8158700.

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

Color convert

RGB 236 125 124 -
CMYK 0 0.47 0.47 0.07
HSL 0.54º 0.75% 0.71% -
HSV(B) 0.54º 0.47% 0.93% -
XYZ 45.56 33.96 23.22 -
YUV 158.08 108.77 183.58 -
System Red Green Blue C M Y K H S L
Decimal 236 125 124 0 0.47 0.47 0.07 0.54 0.75 0.71
Hex EC 7D 7C 0 2F 2F 7 1 4B 47
Octal 354 175 174 0 57 57 7 1 113 107
Binary 11101100 1111101 1111100 0 101111 101111 111 1 1001011 1000111

Color Harmonies of #EC7D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7D7C

Black with #EC7D7C

Text Example


Text Example

White with #EC7D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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