#EC697E

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

Shades of Froly #EC697E

Tints of Froly #EC697E

Color information

#EC697E (or 0xEC697E) is unknown color: approx Froly. HEX triplet: EC, 69 and 7E. RGB value is (236,105,126). Sum of RGB (Red+Green+Blue) = 236+105+126=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC697E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC697E is #139681. Grayscale: #929292. Windows color (decimal): -1283714 or 8284652. OLE color: 8284652.

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

Color convert

RGB236105126-
CMYK00.560.470.07
HSL350.38º77.51%66.86%-
HSV(B)350.38º55.51%92.55%-
XYZ43.4129.4423.13-
YUV146.56116.4191.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.54%
GREEN value IS 105 (41.41% from 255) = 22.48%
BLUE value IS 126 (49.61% from 255) = 26.98%
R=50.54%
G=22.48%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610512600.560.470.07350.3877.5166.86
HexEC697E0382F715e4e43
Octal354151176070577536116103
Binary1110110011010011111110011100010111111110101111010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC697E; }

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

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

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

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

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

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

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

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