#EC8880

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

Shades of Light Coral #EC8880

Tints of Light Coral #EC8880

Color information

#EC8880 (or 0xEC8880) is unknown color: approx Light Coral. HEX triplet: EC, 88 and 80. RGB value is (236,136,128). Sum of RGB (Red+Green+Blue) = 236+136+128=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8880 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8880 is #13777F. Grayscale: #A5A5A5. Windows color (decimal): -1275776 or 8423660. OLE color: 8423660.

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

Color convert

RGB236136128-
CMYK00.420.460.07
HSL4.44º73.97%71.37%-
HSV(B)4.44º45.76%92.55%-
XYZ47.293725.07-
YUV164.99107.13178.65-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.2%
GREEN value IS 136 (53.52% from 255) = 27.2%
BLUE value IS 128 (50.39% from 255) = 25.6%
R=47.2%
G=27.2%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613612800.420.460.074.4473.9771.37
HexEC888002A2E744a47
Octal3542102000525674112107
Binary111011001000100010000000010101010111011110010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8880; }

 p { color: rgb(236,136,128); }

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

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

 a { background-color: rgb(236,136,128); }

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

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

 span { border-color: rgb(236,136,128); }

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