Html Css Color HEX #ED8982 Light Coral

📋 copy color: '#ED8982'

red 237 ◦ green 137 ◦ blue 130

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

Shades of Light Coral #ED8982

Tints of Light Coral #ED8982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.79%

R = 47.02%
G = 27.18%
B = 25.79%

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

#ED8982 (or 0xED8982) is known color: Light Coral. HEX triplet: ED, 89 and 82. RGB value is (237,137,130). Sum of RGB (Red+Green+Blue) = 237+137+130=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 137 (53.91% from 255 or 27.18% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8982 is #12767D. Grayscale: #A6A6A6. Windows color (decimal): -1209982 or 8554989. OLE color: 8554989.

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

Color convert

RGB 237 137 130 -
CMYK 0 0.42 0.45 0.07
HSL 3.93º 0.75% 0.72% -
HSV(B) 3.93º 0.45% 0.93% -
XYZ 47.9 37.51 25.83 -
YUV 166.1 107.63 178.57 -
System Red Green Blue C M Y K H S L
Decimal 237 137 130 0 0.42 0.45 0.07 3.93 0.75 0.72
Hex ED 89 82 0 2A 2D 7 4 4B 48
Octal 355 211 202 0 52 55 7 4 113 110
Binary 11101101 10001001 10000010 0 101010 101101 111 100 1001011 1001000

Color Harmonies of #ED8982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8982

Black with #ED8982

Text Example


Text Example

White with #ED8982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8982; }

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

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

background-color css

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

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

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

border-color css

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

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

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