#EC827F

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

Shades of Light Coral #EC827F

Tints of Light Coral #EC827F

Color information

#EC827F (or 0xEC827F) is unknown color: approx Light Coral. HEX triplet: EC, 82 and 7F. RGB value is (236,130,127). Sum of RGB (Red+Green+Blue) = 236+130+127=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC827F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC827F is #137D80. Grayscale: #A1A1A1. Windows color (decimal): -1277313 or 8356588. OLE color: 8356588.

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

Color convert

RGB236130127-
CMYK00.450.460.07
HSL1.65º74.15%71.18%-
HSV(B)1.65º46.19%92.55%-
XYZ46.4135.3324.45-
YUV161.35108.62181.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.87%
GREEN value IS 130 (51.17% from 255) = 26.37%
BLUE value IS 127 (50% from 255) = 25.76%
R=47.87%
G=26.37%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613012700.450.460.071.6574.1571.18
HexEC827F02D2E724a47
Octal3542021770555672112107
Binary1110110010000010111111101011011011101111010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC827F; }

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

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

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

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

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

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

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

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