#EC827D

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

Shades of Light Coral #EC827D

Tints of Light Coral #EC827D

Color information

#EC827D (or 0xEC827D) is unknown color: approx Light Coral. HEX triplet: EC, 82 and 7D. RGB value is (236,130,125). Sum of RGB (Red+Green+Blue) = 236+130+125=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC827D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC827D is #137D82. Grayscale: #A1A1A1. Windows color (decimal): -1277315 or 8225516. OLE color: 8225516.

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

Color convert

RGB236130125-
CMYK00.450.470.07
HSL2.7º74.5%70.78%-
HSV(B)2.7º47.03%92.55%-
XYZ46.2835.2823.77-
YUV161.12107.62181.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.07%
GREEN value IS 130 (51.17% from 255) = 26.48%
BLUE value IS 125 (49.22% from 255) = 25.46%
R=48.07%
G=26.48%
B=25.46%

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
Decimal23613012500.450.470.072.774.570.78
HexEC827D02D2F734a47
Octal3542021750555773112107
Binary1110110010000010111110101011011011111111110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC827D; }

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

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

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

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

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

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

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

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