#EC696F

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

Shades of Froly #EC696F

Tints of Froly #EC696F

Color information

#EC696F (or 0xEC696F) is unknown color: approx Froly. HEX triplet: EC, 69 and 6F. RGB value is (236,105,111). Sum of RGB (Red+Green+Blue) = 236+105+111=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC696F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC696F is #139690. Grayscale: #909090. Windows color (decimal): -1283729 or 7301612. OLE color: 7301612.

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

Color convert

RGB236105111-
CMYK00.560.530.07
HSL357.25º77.51%66.86%-
HSV(B)357.25º55.51%92.55%-
XYZ42.5129.0818.41-
YUV144.85108.9193.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 52.21%
GREEN value IS 105 (41.41% from 255) = 23.23%
BLUE value IS 111 (43.75% from 255) = 24.56%
R=52.21%
G=23.23%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610511100.560.530.07357.2577.5166.86
HexEC696F0383571654e43
Octal354151157070657545116103
Binary1110110011010011101111011100011010111110110010110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC696F; }

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

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

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

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

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

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

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

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