Html Css Color HEX #ED827E Light Coral

📋 copy color: '#ED827E'

red 237 ◦ green 130 ◦ blue 126

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

Shades of Light Coral #ED827E

Tints of Light Coral #ED827E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.37%

 BLUE value IS 126 (49.61% from 255) = 25.56%

R = 48.07%
G = 26.37%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED827E (or 0xED827E) is known color: Light Coral. HEX triplet: ED, 82 and 7E. RGB value is (237,130,126). Sum of RGB (Red+Green+Blue) = 237+130+126=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #ED827E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED827E is #127D81. Grayscale: #A1A1A1. Windows color (decimal): -1211778 or 8291053. OLE color: 8291053.

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

Color convert

RGB 237 130 126 -
CMYK 0 0.45 0.47 0.07
HSL 2.16º 0.76% 0.71% -
HSV(B) 2.16º 0.47% 0.93% -
XYZ 46.67 35.48 24.13 -
YUV 161.54 107.95 181.83 -
System Red Green Blue C M Y K H S L
Decimal 237 130 126 0 0.45 0.47 0.07 2.16 0.76 0.71
Hex ED 82 7E 0 2D 2F 7 2 4C 47
Octal 355 202 176 0 55 57 7 2 114 107
Binary 11101101 10000010 1111110 0 101101 101111 111 10 1001100 1000111

Color Harmonies of #ED827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED827E

Black with #ED827E

Text Example


Text Example

White with #ED827E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED827E; }

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

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

background-color css

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

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

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

border-color css

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

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

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