#ec827c

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

Shades of Light Coral #EC827C

Tints of Light Coral #EC827C

Color information

#EC827C (or 0xEC827C) is unknown color: approx Light Coral. HEX triplet: EC, 82 and 7C. RGB value is (236,130,124). Sum of RGB (Red+Green+Blue) = 236+130+124=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC827C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC827C is #137D83. Grayscale: #A1A1A1. Windows color (decimal): -1277316 or 8159980. OLE color: 8159980.

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

Color convert

RGB236130124-
CMYK00.450.470.07
HSL3.21º74.67%70.59%-
HSV(B)3.21º47.46%92.55%-
XYZ46.2135.2523.44-
YUV161.01107.12181.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.16%
GREEN value IS 130 (51.17% from 255) = 26.53%
BLUE value IS 124 (48.83% from 255) = 25.31%
R=48.16%
G=26.53%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613012400.450.470.073.2174.6770.59
HexEC827C02D2F734b47
Octal3542021740555773113107
Binary1110110010000010111110001011011011111111110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec827c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec827c; }

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

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

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

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

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

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

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

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