Html Css Color HEX #ED8381 Light Coral

📋 copy color: '#ED8381'

red 237 ◦ green 131 ◦ blue 129

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

Shades of Light Coral #ED8381

Tints of Light Coral #ED8381

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.36%

 BLUE value IS 129 (50.78% from 255) = 25.96%

R = 47.69%
G = 26.36%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED8381 (or 0xED8381) is known color: Light Coral. HEX triplet: ED, 83 and 81. RGB value is (237,131,129). Sum of RGB (Red+Green+Blue) = 237+131+129=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8381 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8381 is #127C7E. Grayscale: #A2A2A2. Windows color (decimal): -1211519 or 8487917. OLE color: 8487917.

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

Color convert

RGB 237 131 129 -
CMYK 0 0.45 0.46 0.07
HSL 1.11º 0.75% 0.72% -
HSV(B) 1.11º 0.46% 0.93% -
XYZ 47 35.82 25.21 -
YUV 162.47 109.12 181.16 -
System Red Green Blue C M Y K H S L
Decimal 237 131 129 0 0.45 0.46 0.07 1.11 0.75 0.72
Hex ED 83 81 0 2D 2E 7 1 4B 48
Octal 355 203 201 0 55 56 7 1 113 110
Binary 11101101 10000011 10000001 0 101101 101110 111 1 1001011 1001000

Color Harmonies of #ED8381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8381

Black with #ED8381

Text Example


Text Example

White with #ED8381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8381; }

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

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

background-color css

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

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

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

border-color css

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

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

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