#EC666B

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

Shades of Froly #EC666B

Tints of Froly #EC666B

Color information

#EC666B (or 0xEC666B) is unknown color: approx Froly. HEX triplet: EC, 66 and 6B. RGB value is (236,102,107). Sum of RGB (Red+Green+Blue) = 236+102+107=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC666B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC666B is #139994. Grayscale: #8E8E8E. Windows color (decimal): -1284501 or 7038700. OLE color: 7038700.

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

Color convert

RGB236102107-
CMYK00.570.550.07
HSL357.76º77.91%66.27%-
HSV(B)357.76º56.78%92.55%-
XYZ4228.417.18-
YUV142.64107.89194.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.03%
GREEN value IS 102 (40.23% from 255) = 22.92%
BLUE value IS 107 (42.19% from 255) = 24.04%
R=53.03%
G=22.92%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610210700.570.550.07357.7677.9166.27
HexEC666B0393771664e42
Octal354146153071677546116102
Binary1110110011001101101011011100111011111110110011010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC666B; }

 p { color: rgb(236,102,107); }

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

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

 a { background-color: rgb(236,102,107); }

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

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

 span { border-color: rgb(236,102,107); }

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