#EC6A79

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

Shades of Froly #EC6A79

Tints of Froly #EC6A79

Color information

#EC6A79 (or 0xEC6A79) is unknown color: approx Froly. HEX triplet: EC, 6A and 79. RGB value is (236,106,121). Sum of RGB (Red+Green+Blue) = 236+106+121=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 121 (47.66% from 255 or 26.13% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6A79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6A79 is #139586. Grayscale: #929292. Windows color (decimal): -1283463 or 7957228. OLE color: 7957228.

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

Color convert

RGB236106121-
CMYK00.550.490.07
HSL353.08º77.38%67.06%-
HSV(B)353.08º55.08%92.55%-
XYZ43.229.5221.51-
YUV146.58113.57191.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.97%
GREEN value IS 106 (41.80% from 255) = 22.89%
BLUE value IS 121 (47.66% from 255) = 26.13%
R=50.97%
G=22.89%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610612100.550.490.07353.0877.3867.06
HexEC6A790373171614d43
Octal354152171067617541115103
Binary1110110011010101111001011011111000111110110000110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6A79; }

 p { color: rgb(236,106,121); }

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

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

 a { background-color: rgb(236,106,121); }

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

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

 span { border-color: rgb(236,106,121); }

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