#EC696D

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

Shades of Froly #EC696D

Tints of Froly #EC696D

Color information

#EC696D (or 0xEC696D) is unknown color: approx Froly. HEX triplet: EC, 69 and 6D. RGB value is (236,105,109). Sum of RGB (Red+Green+Blue) = 236+105+109=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC696D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC696D is #139692. Grayscale: #909090. Windows color (decimal): -1283731 or 7170540. OLE color: 7170540.

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

Color convert

RGB236105109-
CMYK00.560.540.07
HSL358.17º77.51%66.86%-
HSV(B)358.17º55.51%92.55%-
XYZ42.429.0417.84-
YUV144.62107.9193.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 52.44%
GREEN value IS 105 (41.41% from 255) = 23.33%
BLUE value IS 109 (42.97% from 255) = 24.22%
R=52.44%
G=23.33%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610510900.560.540.07358.1777.5166.86
HexEC696D0383671664e43
Octal354151155070667546116103
Binary1110110011010011101101011100011011011110110011010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC696D; }

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

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

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

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

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

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

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

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