Html Css Color HEX #ED8983 Light Coral

📋 copy color: '#ED8983'

red 237 ◦ green 137 ◦ blue 131

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

Shades of Light Coral #ED8983

Tints of Light Coral #ED8983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.94%

R = 46.93%
G = 27.13%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ED8983 (or 0xED8983) is known color: Light Coral. HEX triplet: ED, 89 and 83. RGB value is (237,137,131). Sum of RGB (Red+Green+Blue) = 237+137+131=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8983 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8983 is #12767C. Grayscale: #A6A6A6. Windows color (decimal): -1209981 or 8620525. OLE color: 8620525.

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

Color convert

RGB 237 137 131 -
CMYK 0 0.42 0.45 0.07
HSL 3.4º 0.75% 0.72% -
HSV(B) 3.4º 0.45% 0.93% -
XYZ 47.97 37.53 26.19 -
YUV 166.22 108.13 178.49 -
System Red Green Blue C M Y K H S L
Decimal 237 137 131 0 0.42 0.45 0.07 3.4 0.75 0.72
Hex ED 89 83 0 2A 2D 7 3 4B 48
Octal 355 211 203 0 52 55 7 3 113 110
Binary 11101101 10001001 10000011 0 101010 101101 111 11 1001011 1001000

Color Harmonies of #ED8983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8983

Black with #ED8983

Text Example


Text Example

White with #ED8983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8983; }

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

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

background-color css

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

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

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

border-color css

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

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

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