#EC667C

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

Shades of Froly #EC667C

Tints of Froly #EC667C

Color information

#EC667C (or 0xEC667C) is unknown color: approx Froly. HEX triplet: EC, 66 and 7C. RGB value is (236,102,124). Sum of RGB (Red+Green+Blue) = 236+102+124=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC667C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC667C is #139983. Grayscale: #909090. Windows color (decimal): -1284484 or 8152812. OLE color: 8152812.

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

Color convert

RGB236102124-
CMYK00.570.470.07
HSL350.15º77.91%66.27%-
HSV(B)350.15º56.78%92.55%-
XYZ42.9828.7922.36-
YUV144.57116.39193.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.08%
GREEN value IS 102 (40.23% from 255) = 22.08%
BLUE value IS 124 (48.83% from 255) = 26.84%
R=51.08%
G=22.08%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610212400.570.470.07350.1577.9166.27
HexEC667C0392F715e4e42
Octal354146174071577536116102
Binary1110110011001101111100011100110111111110101111010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC667C; }

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

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

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

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

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

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

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

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