#ED807F

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

Shades of Light Coral #ED807F

Tints of Light Coral #ED807F

Color information

#ED807F (or 0xED807F) is unknown color: approx Light Coral. HEX triplet: ED, 80 and 7F. RGB value is (237,128,127). Sum of RGB (Red+Green+Blue) = 237+128+127=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED807F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED807F is #127F80. Grayscale: #A0A0A0. Windows color (decimal): -1212289 or 8356077. OLE color: 8356077.

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

Color convert

RGB237128127-
CMYK00.460.460.07
HSL0.55º75.34%71.37%-
HSV(B)0.55º46.41%92.94%-
XYZ46.4734.9824.38-
YUV160.48109.11182.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.17%
GREEN value IS 128 (50.39% from 255) = 26.02%
BLUE value IS 127 (50% from 255) = 25.81%
R=48.17%
G=26.02%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712812700.460.460.070.5575.3471.37
HexED807F02E2E714b47
Octal3552001770565671113107
Binary111011011000000011111110101110101110111110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED807F; }

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

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

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

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

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

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

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

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