#EC787C

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

Shades of Froly #EC787C

Tints of Froly #EC787C

Color information

#EC787C (or 0xEC787C) is unknown color: approx Froly. HEX triplet: EC, 78 and 7C. RGB value is (236,120,124). Sum of RGB (Red+Green+Blue) = 236+120+124=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 120 (47.27% from 255 or 25% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC787C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC787C is #138783. Grayscale: #9B9B9B. Windows color (decimal): -1279876 or 8157420. OLE color: 8157420.

HSL color Cylindrical-coordinate representation of color #EC787C: hue angle of 357.93º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC787C is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB236120124-
CMYK00.490.470.07
HSL357.93º75.32%69.8%-
HSV(B)357.93º49.15%92.55%-
XYZ44.9532.7223.02-
YUV155.14110.43185.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.17%
GREEN value IS 120 (47.27% from 255) = 25%
BLUE value IS 124 (48.83% from 255) = 25.83%
R=49.17%
G=25%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612012400.490.470.07357.9375.3269.8
HexEC787C0312F71664b46
Octal354170174061577546113106
Binary1110110011110001111100011000110111111110110011010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC787C; }

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

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

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

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

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

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

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

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