Html Css Color HEX #ED7E7C Light Coral

📋 copy color: '#ED7E7C'

red 237 ◦ green 126 ◦ blue 124

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

Shades of Light Coral #ED7E7C

Tints of Light Coral #ED7E7C

RGB

 RED value IS 237 (92.97% from 255) = 48.67%

 GREEN value IS 126 (49.61% from 255) = 25.87%

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

R = 48.67%
G = 25.87%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED7E7C (or 0xED7E7C) is known color: Light Coral. HEX triplet: ED, 7E and 7C. RGB value is (237,126,124). Sum of RGB (Red+Green+Blue) = 237+126+124=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 126 (49.61% from 255 or 25.87% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7E7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7E7C is #128183. Grayscale: #9F9F9F. Windows color (decimal): -1212804 or 8158957. OLE color: 8158957.

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

Color convert

RGB 237 126 124 -
CMYK 0 0.47 0.48 0.07
HSL 1.06º 0.76% 0.71% -
HSV(B) 1.06º 0.48% 0.93% -
XYZ 46.02 34.38 23.28 -
YUV 158.96 108.27 183.66 -
System Red Green Blue C M Y K H S L
Decimal 237 126 124 0 0.47 0.48 0.07 1.06 0.76 0.71
Hex ED 7E 7C 0 2F 30 7 1 4C 47
Octal 355 176 174 0 57 60 7 1 114 107
Binary 11101101 1111110 1111100 0 101111 110000 111 1 1001100 1000111

Color Harmonies of #ED7E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7E7C

Black with #ED7E7C

Text Example


Text Example

White with #ED7E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7E7C; }

 p { color: rgb(237,126,124); }

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

background-color css

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

 a { background-color: rgb(237,126,124); }

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

border-color css

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

 span { border-color: rgb(237,126,124); }

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