#EC817D

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

Shades of Light Coral #EC817D

Tints of Light Coral #EC817D

Color information

#EC817D (or 0xEC817D) is unknown color: approx Light Coral. HEX triplet: EC, 81 and 7D. RGB value is (236,129,125). Sum of RGB (Red+Green+Blue) = 236+129+125=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC817D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC817D is #137E82. Grayscale: #A0A0A0. Windows color (decimal): -1277571 or 8225260. OLE color: 8225260.

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

Color convert

RGB236129125-
CMYK00.450.470.07
HSL2.16º74.5%70.78%-
HSV(B)2.16º47.03%92.55%-
XYZ46.1435.0123.73-
YUV160.54107.95181.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.16%
GREEN value IS 129 (50.78% from 255) = 26.33%
BLUE value IS 125 (49.22% from 255) = 25.51%
R=48.16%
G=26.33%
B=25.51%

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
Decimal23612912500.450.470.072.1674.570.78
HexEC817D02D2F724a47
Octal3542011750555772112107
Binary1110110010000001111110101011011011111111010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC817D; }

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

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

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

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

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

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

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

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