Html Css Color HEX #ED827F Light Coral

📋 copy color: '#ED827F'

red 237 ◦ green 130 ◦ blue 127

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

Shades of Light Coral #ED827F

Tints of Light Coral #ED827F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.71%

R = 47.98%
G = 26.32%
B = 25.71%

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

#ED827F (or 0xED827F) is known color: Light Coral. HEX triplet: ED, 82 and 7F. RGB value is (237,130,127). Sum of RGB (Red+Green+Blue) = 237+130+127=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #ED827F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED827F is #127D80. Grayscale: #A1A1A1. Windows color (decimal): -1211777 or 8356589. OLE color: 8356589.

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

Color convert

RGB 237 130 127 -
CMYK 0 0.45 0.46 0.07
HSL 1.64º 0.75% 0.71% -
HSV(B) 1.64º 0.46% 0.93% -
XYZ 46.74 35.5 24.47 -
YUV 161.65 108.45 181.74 -
System Red Green Blue C M Y K H S L
Decimal 237 130 127 0 0.45 0.46 0.07 1.64 0.75 0.71
Hex ED 82 7F 0 2D 2E 7 2 4B 47
Octal 355 202 177 0 55 56 7 2 113 107
Binary 11101101 10000010 1111111 0 101101 101110 111 10 1001011 1000111

Color Harmonies of #ED827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED827F

Black with #ED827F

Text Example


Text Example

White with #ED827F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED827F; }

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

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

background-color css

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

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

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

border-color css

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

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

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