Html Css Color HEX #ED8979 Light Coral

📋 copy color: '#ED8979'

red 237 ◦ green 137 ◦ blue 121

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

Shades of Light Coral #ED8979

Tints of Light Coral #ED8979

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.68%

 BLUE value IS 121 (47.66% from 255) = 24.44%

R = 47.88%
G = 27.68%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED8979 (or 0xED8979) is known color: Light Coral. HEX triplet: ED, 89 and 79. RGB value is (237,137,121). Sum of RGB (Red+Green+Blue) = 237+137+121=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 121 (47.66% from 255 or 24.44% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8979 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8979 is #127686. Grayscale: #A5A5A5. Windows color (decimal): -1209991 or 7965165. OLE color: 7965165.

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

Color convert

RGB 237 137 121 -
CMYK 0 0.42 0.49 0.07
HSL 8.28º 0.76% 0.7% -
HSV(B) 8.28º 0.49% 0.93% -
XYZ 47.32 37.28 22.79 -
YUV 165.08 103.13 179.3 -
System Red Green Blue C M Y K H S L
Decimal 237 137 121 0 0.42 0.49 0.07 8.28 0.76 0.7
Hex ED 89 79 0 2A 31 7 8 4C 46
Octal 355 211 171 0 52 61 7 10 114 106
Binary 11101101 10001001 1111001 0 101010 110001 111 1000 1001100 1000110

Color Harmonies of #ED8979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8979

Black with #ED8979

Text Example


Text Example

White with #ED8979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8979; }

 p { color: rgb(237,137,121); }

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

background-color css

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

 a { background-color: rgb(237,137,121); }

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

border-color css

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

 span { border-color: rgb(237,137,121); }

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