#EC697F

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

Shades of Froly #EC697F

Tints of Froly #EC697F

Color information

#EC697F (or 0xEC697F) is unknown color: approx Froly. HEX triplet: EC, 69 and 7F. RGB value is (236,105,127). Sum of RGB (Red+Green+Blue) = 236+105+127=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC697F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC697F is #139680. Grayscale: #929292. Windows color (decimal): -1283713 or 8350188. OLE color: 8350188.

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

Color convert

RGB236105127-
CMYK00.560.460.07
HSL349.92º77.51%66.86%-
HSV(B)349.92º55.51%92.55%-
XYZ43.4729.4723.48-
YUV146.68116.9191.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.43%
GREEN value IS 105 (41.41% from 255) = 22.44%
BLUE value IS 127 (50% from 255) = 27.14%
R=50.43%
G=22.44%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610512700.560.460.07349.9277.5166.86
HexEC697F0382E715e4e43
Octal354151177070567536116103
Binary1110110011010011111111011100010111011110101111010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC697F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC697F; }

 p { color: rgb(236,105,127); }

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

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

 a { background-color: rgb(236,105,127); }

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

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

 span { border-color: rgb(236,105,127); }

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