#ED827C

Color #ED827C Light Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Coral #ED827C

Tints of Light Coral #ED827C

Color information

#ED827C (or 0xED827C) is unknown color: approx Light Coral. HEX triplet: ED, 82 and 7C. RGB value is (237,130,124). Sum of RGB (Red+Green+Blue) = 237+130+124=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED827C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED827C is #127D83. Grayscale: #A1A1A1. Windows color (decimal): -1211780 or 8159981. OLE color: 8159981.

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

Color convert

RGB237130124-
CMYK00.450.480.07
HSL3.19º75.84%70.78%-
HSV(B)3.19º47.68%92.94%-
XYZ46.5535.4323.45-
YUV161.31106.95181.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.27%
GREEN value IS 130 (51.17% from 255) = 26.48%
BLUE value IS 124 (48.83% from 255) = 25.25%
R=48.27%
G=26.48%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713012400.450.480.073.1975.8470.78
HexED827C02D30734c47
Octal3552021740556073114107
Binary1110110110000010111110001011011100001111110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED827C; }

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

 H1.HeaderClassName
 {
   color: #ED827C;
 }
 .AnyTagClassName
 {
   color: #ED827C;
 }
</style>
background-color css

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

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

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

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

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

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